Another handful of restrictions on permission rewards

This commit is contained in:
PikaMug 2021-02-17 19:23:36 -05:00
parent 21839c9284
commit f85730c197

View File

@ -971,9 +971,13 @@ public class RewardsPrompt extends QuestsEditorNumericPrompt {
} }
final String[] arr = { final String[] arr = {
"*", "*",
"bukkit.*",
"bukkit.command", "bukkit.command",
"fawe", "fawe",
"minecraft.*",
"minecraft.command", "minecraft.command",
"quests",
"vault",
"worledit" "worledit"
}; };
boolean found = false; boolean found = false;