Installation Guide
Follow these steps to install our Minecraft plugin on your server.
Prerequisites
Before installing, make sure you have:
- A Minecraft server running version 1.8.x - 1.21.x
- PlaceHolderApi plugin
- Server software: Spigot, Paper, or compatible forks
- Java 8 or higher
- Access to your server files
- Server restart privileges
Download the Plugin
-
Download the latest version of the plugin from one of these sources:
-
Make sure you download the correct version for your Minecraft server version.
Server Installation
- Stop your Minecraft server if it's running
- Navigate to your server's
plugins
folder - Copy or move the downloaded JAR file into this folder
- Start your server again
The plugin will automatically generate necessary configuration files on the first startup.
Verify Installation
You can verify that the plugin has been successfully installed by:
- Checking the server console during startup for messages from our plugin
- Running the command
/plugin
in-game (requires appropriate permissions) - Looking for the plugin in the output of the
/plugins
command
Post-Installation
After installation:
- Go to the
plugins/AdvancedArmorStands/
directory to find the configuration files - Edit
config.yml
to customize the plugin settings (see Configuration) - Restart the server to apply your changes, or use the reload command if available
Updating the Plugin
To update to a newer version:
- Stop your Minecraft server
- Delete the old plugin JAR from your
plugins
folder - Add the new version to the
plugins
folder - Start your server again
Your configuration files will be preserved during updates. However, it's always a good idea to make backups before updating.
Troubleshooting
If you encounter issues during installation:
- Check that your server meets the requirements
- Ensure you downloaded the correct version
- Look for error messages in your server console
- See our Troubleshooting guide for common issues