mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-12 05:34:45 +01:00
Another handful of restrictions on permission rewards
This commit is contained in:
parent
21839c9284
commit
f85730c197
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user