mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 13:03:06 +00:00
Added animal-cap, hostile-cap, mob-cap
This commit is contained in:
parent
294c11a534
commit
e2f372927d
5 changed files with 89 additions and 17 deletions
|
@ -676,7 +676,7 @@ public class PlotSquared {
|
|||
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");
|
||||
final List<String> intFlags = Arrays.asList("mob-cap");
|
||||
final List<String> intFlags = Arrays.asList("entity-cap", "animal-cap", "hostile-cap");
|
||||
for (final String flag : stringFlags) {
|
||||
FlagManager.addFlag(new AbstractFlag(flag));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue