Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Armed Armor Stands

Armed Armor Stands

A simple plugin that adds arms to armor stands upon right click while holding sticks

837
11
Game Mechanics
Utility
AboutGalleryChangelogVersions

A simple plugin that adds arms to armor stands upon right click while holding two sticks.

Config

messages:
  prefix: '&6ArmedArmorstands &8» &7'
  no-permission: '&cYou're not allowed to use this feature!'
permission:
  permission: armorstand.arm # Permission for using the feature
  required: true # If the permission is required in order to use the feature
  send-message: true # If a message should be send if you don't have the permission
settings:
  consume-sticks: true # If the sticks should be removed from the player
  drop-sticks: true # If the 'arms' should drop upon death

Developer API (ArmorStandArmEvent)

Methods:

  • getPlayer()
  • getArmorStand()
import net.kettlemc.armedarmorstands.event.ArmorStandArmEvent;

public class ArmorStandArmListener implements Listener {
 
    @EventHandler
    public void onArmorStandArm(ArmorStandArmEvent event) {
        if (event.getArmorStand().getWorld().getName().contains("farmworld")) {
            event.getPlayer().sendMessage("You are not allowed to use this in the farmworld!");
            event.setCancelled(true);
        }
    }
}

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.19–1.19.2
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x

Platforms

Bukkit
Paper
Purpur
Spigot

Supported environments

Server-side

Links

Report issues View source Join Discord server

Creators

UeberallGebannt
UeberallGebannt Owner

Details

Licensed ARR
Created 2 years ago
Updated 2 years ago

Modrinth is open source.

main@c8befb6

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.