Improved the notification system, now the null character is no longer used, but "\ u200b" is used, use% empity% for a blank line, otherwise it won't work!
Added test command for notifications.
Usage:
/asl test ( pem:
armorstandlimiter.test )
Added a command to control how many Armor Stands there are in a chunk or location in the world. ( Remember that the locations in the world count all the Armor Stands having
X and
Z coordinates of the block you are in, so the
Y starts from 0 to the edge of the world ( default 256 ) )
Usage:
/asl check <chunk> ( perm:
armorstandlimiter.check )
Added new controls to avoid unwanted removal of some Armor Stands:
- ignored Armor Stand if in World
- ignored Armor Stand if name contains
- ignored Armor Stand if named
- ignored Armor Stand if invulnerable (ONLY for 1.9+)
- ignored Armor Stand if invisible
- ignored Armor Stand if has arms
- ignored Armor Stand if has not base plate
- ignored Armor Stand if has helmet
- ignored Armor Stand if small
Fixed the notifications: types and coordinates are now correct
Plugin startup message changed
Fixed some minor bugs that I don't remember
Source Code converted to Maven!