From abf52870dd8ac13522cd4122a58e3a6c1d17a43c Mon Sep 17 00:00:00 2001 From: JeromSar Date: Thu, 14 May 2015 15:27:15 +0200 Subject: [PATCH] Block /green for non-superadmins. Resolves #594 Moved /restart to the correct section --- src/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.yml b/src/config.yml index b6345ebc..653b3bc1 100644 --- a/src/config.yml +++ b/src/config.yml @@ -127,14 +127,15 @@ blocked_commands: - 's:b:/worldborder:_' - 's:b:/weather:_' - 's:b:/tpall:_' - - 's:a:/restart:_' - 's:b:/setblock:_' + - 's:b:/green:_' # Superadmin commands - Auto-eject - 's:a:/save-all:_' - 's:a:/save-on:_' - 's:a:/save-off:_' - 's:a:/clearhistory:_' + - 's:a:/restart:_' # Automatically wipe dropped objects auto_wipe: true