Minecraft plugin ArmorStandTools
Information about the Minecraft plugin ArmorStandTools and servers where it is used
🔌 About ArmorStandTools
ArmorStandTools — is a Minecraft server plugin that provides an intuitive suite of tools and a GUI to create, pose and manage armor stands without manual NBT editing.
🎯 Purpose
ArmorStandTools solves the difficulty of positioning and configuring armor stands using commands or raw NBT. It speeds up decorative builds, kit displays and map design on Spigot/Paper servers by giving server staff direct, visual control.
⚙ Main features
- Summon and name armor stands with a tool.
- Toggle attributes: gravity, visibility, arms, base plate, size (small/normal), invulnerability, equipment lock, glow.
- Manipulate X/Y/Z rotations of head, body, arms and legs via tools and GUI.
- Full inventory/equipment control (armor & hand items).
- Pick up / move armor stands and clone stands.
- Save tool: auto-generate a summon command to recreate the stand.
- Pick up as item: convert an armor stand into a placeable item that retains pose and inventory.
- Player head tool: assign a player head to the stand.
- Assign commands to armor stands (player/console/Bungee) that run on right‑click.
- WorldGuard support with a custom 'ast' flag and bypass permission.
ArmorStandTools is focused on practical posing and server-side management; it does not require editing NBT by hand.
🧩 Who it's for
- Server admins and builders who create decorative scenes or kit displays.
- Minigame/map makers needing precise armor stand poses.
- Staff who want safe in‑game tools to manage armor stands without external editors.
🏗 Examples of use
- Create armor stand mannequins for kit rooms and export the summon command to use in command blocks.
- Pose decorative armor stands in spawn/lobby with exact rotations and locked equipment.
- Use assigned commands on armor stands to send players to other servers or run console commands when clicked.
⌨️ Commands
| Command | Description | Permission | Access |
|---|---|---|---|
/astools or /ast | Give yourself all armor stand tools (saves and clears your inventory while tools are given). | astools.command | Player, Admin |
/astools reload | Reload plugin configuration and language files. | astools.reload | Admin, Console |
/ascmd add <priority> <delay> <player/console/bungee> <command/bungee_server_name> | Add an assigned command to the nearest armor stand. | astools.ascmd.add.player / astools.ascmd.add.console / astools.ascmd.add.bungee | Admin |
/ascmd remove <command_number> | Remove a command from the nearest armor stand. | astools.ascmd.remove | Admin |
/ascmd list | List commands assigned to the nearest armor stand. | astools.ascmd.list | Admin |
/ascmd cooldown <ticks> | Set cooldown for the nearest armor stand's commands. | astools.ascmd.cooldown | Admin |
/ascmd cooldown remove | Remove custom cooldown for the nearest armor stand. | astools.ascmd.cooldown | Admin |
Notes: command syntax and behavior are taken from the official Spigot resource and the project's README.
🔐 Permissions
| Permission | Description | Default |
|---|---|---|
astools.use | Use the in‑game tools (general usage). | Not specified in official sources |
astools.command | Permission to run /astools to receive tools. | Not specified in official sources |
astools.reload | Reload plugin config with /astools reload. | Not specified in official sources |
astools.clone | Use the clone tool. | Not specified in official sources |
astools.summon | Use summon tool (create stands without materials). | Not specified in official sources |
astools.head | Use player head tool to assign heads. | Not specified in official sources |
astools.cmdblock | Use save tool to create summon commands. | Not specified in official sources |
astools.glow | Use glow tool on armor stands. | Not specified in official sources |
astools.ascmd.add.console | Add a console command to an armor stand. | Not specified in official sources |
astools.ascmd.add.player | Add a player command to an armor stand. | Not specified in official sources |
astools.ascmd.add.bungee | Add a Bungee send command to an armor stand. | Not specified in official sources |
astools.ascmd.remove | Remove an assigned command. | Not specified in official sources |
astools.ascmd.list | List assigned commands. | Not specified in official sources |
astools.ascmd.cooldown | Add/remove cooldown for assigned commands. | Not specified in official sources |
astools.ascmd.execute | Execute commands assigned to an armor stand by right‑click. | Not specified in official sources |
astools.bypass-wg-flag | Bypass WorldGuard 'ast' flag to use tools even if region denies. | Not specified in official sources |
Default values for permissions are not explicitly listed on the Spigot resource or the project's README; check plugin's plugin.yml or test on a staging server to confirm defaults.
⚙ Installation
📥 Installation
- Download the .jar from the official Spigot resource (download provided on the project's page) or build from source on GitHub.
- Place the .jar into your server's
plugins/folder. - Restart the server (do not use
/reload). - Verify plugin loaded in console and configure as needed.
📦 Dependencies
- No mandatory external dependencies are documented in the official sources.
- Optional: WorldGuard integration supported (custom 'ast' flag).
- The plugin works on Spigot/CraftBukkit/Paper server implementations (version compatibility specified below).
🧾 Configuration
- The plugin generates
config.ymlandlanguage.ymlon first run. config.ymlcontains defaults for newly summoned armor stands and assigned command cooldowns.language.ymlcontains all player‑visible strings and can be replaced with community translations.- Database: official sources do not indicate MySQL/SQLite usage—functionality is file/config based.
Supported Minecraft versions (as listed by the project)
- ArmorStandTools v4.x.x — compatible with Spigot/CraftBukkit 1.17 and later.
- ArmorStandTools v3.x.x — for 1.13–1.16.
- ArmorStandTools v2.4.3 — for 1.8–1.12.
🧠 Additional information
Known conflicts / limitations
- Official sources do not list specific plugin conflicts. In general, multiple plugins that manipulate armor stand entities may overlap in behavior; test on a staging server.
- WorldGuard integration exists; region flags can restrict usage (bypass permission available).
FAQ
Q: Can I export a pose to use on other servers? A: Yes. ArmorStandTools can generate a summon command representing the armor stand state (use the save tool) which you can place in command blocks or other servers.
Q: Does ArmorStandTools store data in a database? A: The official documentation shows configuration files (config.yml, language.yml). There is no official mention of MySQL/SQLite storage.
Q: Can players execute assigned console commands via a stand?
A: Commands assigned to a stand can be player/console/bungee type. Beware: players with ascmd.execute can trigger assigned commands; restrict permissions accordingly.
Q: Is there a GUI or only tools? A: ArmorStandTools provides both tools and a GUI for many actions (the Spigot resource shows GUI screenshots).
Telemetry & support
- The official Spigot resource and GitHub README do not explicitly list bStats/telemetry usage in the visible documentation.
- Discord/community support link is referenced on the Spigot resource page but the official sources should be consulted directly for the current invite link.
All factual data above is taken from the official Spigot resource listing for Armor Stand Tools and the project's GitHub repository (project README). Where details (permission default values, telemetry) are not shown in those official sources, this is noted explicitly.
Useful links
- https://www.spigotmc.org/resources/armor-stand-tools.2237/
- https://github.com/St3venAU/ArmorStandTools
- https://github.com/St3venAU/ArmorStandTools/issues
- https://github.com/St3venAU/ArmorStandTools/blob/master/README.md
- |
Whitelisted Java survival SMP: no planned wipes, player-driven economy, weekly events and optional PvP. Friendly adult community — join via site or Discord.
1052.94 - CorePlay.cz
Classic Czech/Slovak survival server with events, duels, auctions and a friendly community.
145.11 - Â Â ÂÂÂÂÂÂÂÂEÂÂÂÂÂÂÂÂTÂÂÂÂÂÂÂÂHÂÂÂÂÂÂÂÂEÂÂÂÂÂÂÂÂLÂÂÂÂÂÂÂÂMÂÂÂÂÂÂÂÂCÂ | ÂÂÂÂÂÂÂÂ1ÂÂÂÂÂÂÂÂ.ÂÂÂÂÂÂÂÂ2ÂÂÂÂÂÂÂÂ1.11 Â ÂÂÂÂÂÂÂÂFÂÂÂÂÂÂÂÂoÂÂÂÂÂÂÂÂrÂÂÂÂÂÂÂÂgÂÂÂÂÂÂÂÂe ÂÂÂÂÂÂÂÂTÂÂÂÂÂÂÂÂhÂÂÂÂÂÂÂÂe ÂÂÂÂÂÂÂÂFÂÂÂÂÂÂÂÂuÂÂÂÂÂÂÂÂtÂÂÂÂÂÂÂÂuÂÂÂÂÂÂÂÂrÂÂÂÂÂÂÂÂeÂÂÂÂÂÂÂÂ!
Community survival with economy, land claims, arenas and crossplay (Java & Bedrock). Ranks, player shops and seasonal events.
042.56 - Project Eden
Community‑focused survival server with player economy, mcMMO, creative plots and weekly minigames — calm, friendly and family‑oriented.
033.69 - ÂÂSurvivalMC129.02
- Bienvenue sur le serveur minecraft officiel de Village Square
Friendly French Survival server with Towny towns, player economy, Bedrock support and regular events — cosy community play.
028.33 - No MOTD provided022.2
- WLDstudios Build Server021.71
- """020.52
- Nighttrox014.19
- A Minecraft Server05.52
Minecraft plugin ArmorStandTools is used on public servers to extend gameplay, add new mechanics, or improve server management. This page contains up-to-date information about the plugin's purpose, usage, and popularity among servers.
The catalog of servers with ArmorStandTools is generated automatically based on real data. You can see which Minecraft servers have this plugin installed, how often it is used, and what role it plays in gameplay.
ArmorStandTools usage statistics help assess its relevance and distribution. Data is updated regularly and reflects the real state of the Minecraft server ecosystem without manual input.
The Minecraft plugin ArmorStandTools page is useful for server owners choosing functionality for their project and for players who want to understand what features a server with this plugin offers.
Use this page to find Minecraft servers with the ArmorStandTools plugin, analyze its popularity, and make an informed decision about using the plugin on your server.