Change Log 1.2.1
This update adds a new flag:
PREVENT_SPAWN_PHANTOM
This prevents phantoms from spawning inside your field - please note it does not stop them entering the field after spawning outside of it.
Add the following to your flags.yml file
Code (YAML):
PREVENT_SPAWN_PHANTOM:
name
:
"&bPrevent Phantom Spawning"
lore
:
"&fPrevents Phantoms from spawning in the field"
icon_on
: LIME_STAINED_GLASS_PANE
icon_off
: RED_STAINED_GLASS_PANE
locked
: false
We also have a new permission
domain.flag.add
This allows players to add unused flags to their field and should be treated as an admin level permission. domain.admin will also work as normal
Finally, there is a bug fix for overlapping fields
Any questions, please let me know