mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 20:42:55 +00:00
added flag "no-worldedit"
This commit is contained in:
parent
4c8adcda68
commit
fc869c0ec8
5 changed files with 16 additions and 2 deletions
|
@ -1020,7 +1020,7 @@ public class PlotMain extends JavaPlugin implements Listener {
|
|||
}
|
||||
|
||||
private static void addPlusFlags() {
|
||||
final List<String> booleanFlags = Arrays.asList("notify-enter", "notify-leave", "item-drop", "invincible", "instabreak", "drop-protection", "forcefield", "titles", "pve", "pvp");
|
||||
final List<String> booleanFlags = Arrays.asList("notify-enter", "notify-leave", "item-drop", "invincible", "instabreak", "drop-protection", "forcefield", "titles", "pve", "pvp", "no-worldedit");
|
||||
final List<String> intervalFlags = Arrays.asList("feed", "heal");
|
||||
final List<String> stringFlags = Arrays.asList("greeting", "farewell");
|
||||
for (final String flag : stringFlags) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue