Animated-Java / animated-java

A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.
Other
159 stars 26 forks source link

[BUG] Global remove everything function doesn't remove AJ data markers #197

Closed MrAwesomeLuigi closed 3 months ago

MrAwesomeLuigi commented 3 months ago

Describe the bug The 'global/remove/everything' function doesn't remove the aj.data markers

To Reproduce

  1. Spawn an AJ Rig
  2. Run the global/remove/everything function
  3. aj.data markers still exist

Expected behavior I imagine the remove everything function would remove all AJ entities. It doesn't seem like the function cares about running 'on remove' functions, so adding markers to the kill command should fix the issue.