

Chain
Chain is the plugin version of the popular Chained Together modification that allows linking various entities in Minecraft together. The plugin also provides an extensive API for integration into other projects.
Compatibility and Requirements
The plugin supports Minecraft versions 1.20.x-1.21.x
Chain requires the CommandAPI plugin to function. Make sure both plugins are installed on your server.
Command Usage
Plugin commands are only available to players with the lodestone.chain.commands.chain
permission. Players with operator status can bypass these restrictions.
Main commands:
/chain [target_one] [target_two]
— chains two entities together/unchain [target]
— removes chains from the specified entity
Chain Length Configuration
The chain length can be modified in the configuration file plugins/Chain/config.yml
. After making changes, you need to restart the server or execute the /chain reload
command.
Troubleshooting
If the chain is flickering or not displaying correctly, it might be due to excessive length. To fix this issue, open the config/paper-world-defaults.yml
file and change the misc.max-leash-distance
parameter to your desired value.
Developer API
Chain provides an extensive API that allows other developers to integrate chain functionality into their plugins. Detailed API documentation is available for reference.