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 = {
"*",
"bukkit.*",
"bukkit.command",
"fawe",
"minecraft.*",
"minecraft.command",
"quests",
"vault",
"worledit"
};
boolean found = false;