Releases: xSavior-of-God/ArmorStand-Limiter
Update 1.8
Update 1.7
Changes
- Update README.md
-
- New table design + BuiltByBit logo updated
- Metrics implement
- Created a local API for ModelEngineAPI R3.1.6
- Updated support for ModelEngineAPI R3.1.6
- Some language corrections
- Added CI/CD build
- Fixed 1.19.4 reload command
- Code clean
- MIT License Updated
Update 1.6
Changes
- Fixed entity counter (Counters: possible fix)
- Fixed DisableIfHasHelmet not working in 1.18+
- Fixed possible comments duplication
- Added new Checks
# Disable removal if Armor Stand has Chestplate
DisableIfHasChestplate: false
# Disable removal if Armor Stand has Leggings
DisableIfHasLeggings: false
# Disable removal if Armor Stand has Boots
DisableIfHasBoots: false
- Changed Water check option to Gravity
8024058#diff-58cdd3d308ccba6c594e040ff9c065bb11eeb6e30f35ba87694ea45d5ae6096c
v1.5
Changes:
- Updated to 1.18
- Reload command fixed
- Performed and fixed ArmorStand removing task
- Fixed some minors bugs
- Fixed shade configuration
- Increased event priority
v1.4
Corrections:
- TPS checker
- Reloading cause plugin disable
- ModelEngine API
Additions:
- Help Command
Hot Fix
Fixed java.lang.IllegalStateException: onArmorStandRemove may only be triggered synchronously.
Hot Fix
Fixed DisableIfNamed
Fixed softdepends for HolographicDisplays and ModelEngine
Added support for ModelEngine + Hot Fix
Added support for ModelEngine
Added onArmorStandRemove event
Fixed some messages and changed the check for HolographicDisplays
Fixed java.util.NoSuchElementException: null
Small update
Fixed ArrayIndexOutOfBoundsException
Added Support for HolographicDisplays
New checks, emoji bugs fixed for 1.8 servers and more
⪢ 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 ( 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!