mirror of
https://github.com/PikaMug/Quests.git
synced 2025-04-17 17:36:38 +02: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 = {
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user