/aa give <amount> NONE Adds an armor stand to your inventory. Player needs creative mode to use this. ✨ Config The config.yml-file contains configuration options for the plugin. To apply any changes, save the file and reload or restart your server. ❗ If you are looking to disable ...
stand.setHelmet(this.pane);// EntityArmorStand entStand = (EntityArmorStand) stand;// entStand.preventEntitySpawning = false;// entStand.width = 0.5F;// entStand.height = 1.1F;// entStand.noClip = true;// AxisAlignedBB bb = entStand.getEntityBoundingBox();// entStand.setEntityBounding...
Prevent armor stand movement to improve performance This requires Paper as we need to use their new armor stand movement API. This can result in massive performance wins when there are large amounts of armor stands, since armor stand movement can take up a lot of CPU time. This is the off...
importorg.bukkit.entity.ArmorStand;//导入依赖的package包/类@EventHandlerpublicvoidArmorStandGreef(PlayerArmorStandManipulateEvent e){if(e.getRightClicked()instanceofArmorStand){ArmorStandclickedA = (ArmorStand) e.getRightClicked();if(clickedA.getPassenger() ==null){ ArrayList<Location> all_main_se...
/ascmd cooldown remove : Removes the cooldown for the command on nearest armor stand (Default cooldown set in config.yml will be used) WorldGuard Integration If a player does not have build permission for the region, that player will also be denied the use of AST in that region. ...
Spigot/Paper etc. plugin to allow players to edit armorstands without commands. - Java CI with Maven · Workflow runs · Wolfieheart/ArmorStandEditor