From 0154a34f1dc240652908810314167a44638c847e Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 27 Aug 2021 17:20:07 -0400 Subject: add world rollback and other stuff --- src/main/resources/plugin.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index a2f80d2..edb2235 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -21,6 +21,8 @@ permissions: hideandseek.setspawn: true hideandseek.start: true hideandseek.stop: true + hideandseek.savemap: true + hideandseek.blockbypass: true hideandseek.about: description: Allows you to run the about command default: true @@ -42,6 +44,9 @@ permissions: hideandseek.stop: description: Allows you to stop the game default: op + hideandseek.savemap: + description: Allows you to set the current game map + default: op hideandseek.blockbypass: description: Allows you to bypass the block break prevention default: op -- cgit v1.2.3-freya