mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-25 20:25:45 +01:00
Additional restrictions on command and permission rewards
This commit is contained in:
parent
5353139dd3
commit
016d87c13f
@ -788,7 +788,9 @@ public class RewardsPrompt extends QuestsEditorNumericPrompt {
|
||||
case "pardon-ip":
|
||||
case "reload":
|
||||
case "stop":
|
||||
case "we":
|
||||
case "whitelist":
|
||||
case "worldedit":
|
||||
context.getForWhom().sendRawMessage(ChatColor.RED + Lang.get("invalidOption")
|
||||
+ ChatColor.DARK_RED + " (" + s.trim() + ")");
|
||||
continue;
|
||||
@ -970,6 +972,7 @@ public class RewardsPrompt extends QuestsEditorNumericPrompt {
|
||||
final String[] arr = {
|
||||
"*",
|
||||
"bukkit.command",
|
||||
"fawe",
|
||||
"minecraft.command",
|
||||
"worledit"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user