import version 2.4.3

This commit is contained in:
2022-11-03 02:33:39 +01:00
parent 2b5520d115
commit 758d5e7a8d
19 changed files with 1108 additions and 263 deletions

View File

@@ -23,7 +23,7 @@ public class CmdExecuter implements CommandExecutor, TabCompleter {
if (args.length == 0) {
Commands.mainCommand(sender);
} else {
if (SelectConfig.OnlyOPcanUseThePlugin) {
if (SelectConfig.onlyOpCanUseThePlugin) {
if (!sender.isOp()) {
sender.sendMessage(Util.getPrefix() + "§cOnly OPs can use OPSecurity!");
return false;