Skip to content

Releases: xSavior-of-God/ArmorStand-Limiter

Update 1.8

15 Aug 23:55
1f1518a
Compare
Choose a tag to compare

Changes

  • Solved #12
  • Possible option for #3
  • Added Folia Support
  • Now the piston works if there are armorstands in the same chunk (see new config option)
  • Limit Check optimization
  • Added "/asl clear" command
  • NOW ALL TIMERS ARE IN SECONDS, Min value is 10!
  • Added 1.21.x support

Update 1.7

01 Apr 12:34
580cbac
Compare
Choose a tag to compare

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

26 Mar 15:31
Compare
Choose a tag to compare

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

v1.5

06 Dec 22:08
Compare
Choose a tag to compare

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

01 Aug 16:19
Compare
Choose a tag to compare

Corrections:

  • TPS checker
  • Reloading cause plugin disable
  • ModelEngine API

Additions:

  • Help Command

Hot Fix

02 Feb 02:22
Compare
Choose a tag to compare

Fixed java.lang.IllegalStateException: onArmorStandRemove may only be triggered synchronously.

Hot Fix

31 Jan 01:49
Compare
Choose a tag to compare

Fixed DisableIfNamed
Fixed softdepends for HolographicDisplays and ModelEngine

Added support for ModelEngine + Hot Fix

30 Jan 22:32
Compare
Choose a tag to compare

Added support for ModelEngine
Added onArmorStandRemove event
Fixed some messages and changed the check for HolographicDisplays

Fixed java.util.NoSuchElementException: null

Small update

17 Jan 01:13
Compare
Choose a tag to compare

Fixed ArrayIndexOutOfBoundsException
Added Support for HolographicDisplays

New checks, emoji bugs fixed for 1.8 servers and more

16 Dec 14:17
7ee527e
Compare
Choose a tag to compare

⪢ 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!