diff --git a/pom.xml b/pom.xml index 917be0d..ae5c1c6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.perceivedev papichestcommands - 1.0 + 1.0.1 PAPI-ChestCommands A bukkit plugin to allow ChestCommands to use PlaceholderAPI placeholders diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 430b277..1780bc0 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,14 +1,8 @@ main: com.perceivedev.papichestcommands.PAPIChestCommands name: PAPI-ChestCommands -version: 1.0 +version: 1.0.1 description: A bukkit plugin to allow ChestCommands to use PlaceholderAPI placeholders -author: [Rayzr] +author: Rayzr depend: [PlaceholderAPI] loadbefore: [ChestCommands] -load: STARTUP -#commands: -# uskyfix-chestcommands: -# description: uSkyFix-ChestCommands main command -# aliases: [alias1,alias2] -# usage: "/uskyfix-chestcommands [command]" -# permission: uSkyFix-ChestCommands.main +load: STARTUP \ No newline at end of file