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...
/astools reload : Reload the config file /ascmd add <priority> <delay> <player/console/bungee> : Add an assigned command to the nearest armor stand. See the assigning commands section below for more info. /ascmd remove : Remove a...
plugin.getConfig().getInt("fbanners.Banner-Place-Cooldown"); final ArmorStand as = (ArmorStand) e.getBlockPlaced().getLocation().add(0.5, 1, 0.5).getWorld().spawnEntity(e.getBlockPlaced().getLocation().add(0.5, 1, 0.5), EntityType.ARMOR_STAND); //Spawn the ArmorStand as.setVisible...
Google Config Connector, Google Carbon Footprint, Google Earth Engine, Google Application migration, Google AlloyDB for PostgreSQL, Google Analytics Hub, Google Live Stream API, Google Assured Open Source Software, Cloud IDS, Google VMware Engine, Google Backup and DR service, Google Contact Center ...
as.setVisible(false);//Makes the ArmorStand invisible as.setGravity(false);//Make sure it doesn't fall as.setCanPickupItems(false);//I'm not sure what happens if you leave this as it is, but you might as well disable it as.setCustomName(SavageFactions.plugin.color(text));//Set thi...