diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 9e97df9..701f0de 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -5,4 +5,7 @@ api-version: '1.21' commands: tptoffa: permission: wolfffa.admin.tptoffa - usage: /tptoffa \ No newline at end of file + usage: /tptoffa + wolfffareload: + permission: wolffa.admin.reload + usage: /wolfffareload \ No newline at end of file diff --git a/target/WolfFFA-1.0.jar b/target/WolfFFA-1.0.jar index 985dd2f..e1dff94 100644 Binary files a/target/WolfFFA-1.0.jar and b/target/WolfFFA-1.0.jar differ diff --git a/target/classes/hu/jgj52/wolfFFA/WolfFFA.class b/target/classes/hu/jgj52/wolfFFA/WolfFFA.class index a8686b7..ef5ef01 100644 Binary files a/target/classes/hu/jgj52/wolfFFA/WolfFFA.class and b/target/classes/hu/jgj52/wolfFFA/WolfFFA.class differ diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml index 9e97df9..701f0de 100644 --- a/target/classes/plugin.yml +++ b/target/classes/plugin.yml @@ -5,4 +5,7 @@ api-version: '1.21' commands: tptoffa: permission: wolfffa.admin.tptoffa - usage: /tptoffa \ No newline at end of file + usage: /tptoffa + wolfffareload: + permission: wolffa.admin.reload + usage: /wolfffareload \ No newline at end of file diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst index 2e230be..45a4f37 100644 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -1,2 +1,3 @@ hu/jgj52/wolfFFA/WolfFFA.class +hu/jgj52/wolfFFA/Commands/WolfFfaReloadCommand.class hu/jgj52/wolfFFA/Commands/WolfFfaCommand.class diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst index 79c5076..a365aa6 100644 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -1,2 +1,3 @@ /home/jgj52/IdeaProjects/WolfFFA/src/main/java/hu/jgj52/wolfFFA/Commands/WolfFfaCommand.java +/home/jgj52/IdeaProjects/WolfFFA/src/main/java/hu/jgj52/wolfFFA/Commands/WolfFfaReloadCommand.java /home/jgj52/IdeaProjects/WolfFFA/src/main/java/hu/jgj52/wolfFFA/WolfFFA.java diff --git a/target/original-WolfFFA-1.0.jar b/target/original-WolfFFA-1.0.jar index c792731..b646411 100644 Binary files a/target/original-WolfFFA-1.0.jar and b/target/original-WolfFFA-1.0.jar differ