added permissions: ancientgates.use, ancientgates.info, ancientgates.manage

This commit is contained in:
Tobias Ottenweller
2012-04-15 14:55:37 +02:00
parent af24d7365a
commit df6a49ce2c
16 changed files with 123 additions and 23 deletions

View File

@@ -81,14 +81,7 @@ public class Plugin extends JavaPlugin
log("Enabled");
}
// -------------------------------------------- //
// Test rights
// -------------------------------------------- //
public static boolean hasPermManage(CommandSender sender) {
return sender.isOp();
}
// -------------------------------------------- //
// Commands