diff --git a/src/main/resources/paper-plugin.yml b/src/main/resources/paper-plugin.yml new file mode 100644 index 00000000..19bb3300 --- /dev/null +++ b/src/main/resources/paper-plugin.yml @@ -0,0 +1,21 @@ +name: ArmorStandEditor +version: "1.21" +main: io.github.rypofalem.armorstandeditor.ArmorStandEditorPlugin +api-version: "1.21" +authors: [RypoFalem, mercurialmusic] +description: Allows players to edit data of armorstands without any commands. +commands: + ase: + description: Changes the function of the armorstand edit tool. + usage: / ? - list subcommands + permission: asedit.basic +permissions: + asedit.basic: + description: Allow use armorstand edit functions. If set to false it will override all other functions. + default: false + asedit.invisible: + description: Toggle armorstand visible/invisible. + default: false + asedit.rename: + description: Rename armorstands + default: false diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml deleted file mode 100644 index 6b6c03fa..00000000 --- a/src/main/resources/plugin.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: ArmorStandEditor -main: io.github.rypofalem.armorstandeditor.ArmorStandEditorPlugin -version: 1.20.4 -api-version: "1.20" -website: rypofalem.github.io -author: RypoFalem -description: Allows players to edit data of armorstands without any commands. -commands: - ase: - description: Changes the function of the armorstand edit tool. - usage: / ? - list subcommands - permission: asedit.basic -permissions: - asedit.basic: - description: Allow use armorstand edit functions. If set to false it will override all other functions. - default: op - asedit.invisible: - description: Toggle armorstand visible/invisible. - default: op - asedit.rename: - description: Rename armorstands - default: op