Everything you need to know about installing, configuring, and using the AlloTrail plugin.
Follow these steps to install AlloTrail on your Minecraft server.
Download the AlloTrail-1.0-all.jar file from the download page.
Copy the JAR file to your server's plugins/ directory.
Restart your server or use the /reload command if your server is already running.
Check the server console for AlloTrail startup messages. You should see confirmation that the plugin has loaded successfully.
Upon first startup, AlloTrail will automatically create its configuration files in the plugins/AlloTrail/ directory. No manual configuration is required to get started.
Learn how to use AlloTrail's features and commands.
Opens the main trail menu.
Adds points to a player's balance.
The main menu provides three options:
The buy menu organizes trails by rarity:
Click on a trail to purchase it if you have enough points.
This menu shows all your unlocked trails:
Trails are visible to all players nearby. The particles spawn while you're moving, creating a visual trail behind your character.
Learn about AlloTrail's configuration files and options.
AlloTrail uses a single configuration file to store player data:
Stores player points and unlocked trails.
Location: plugins/AlloTrail/playerdata.yml
# Example playerdata.yml 123e4567-e89b-12d3-a456-426614174000: # Player UUID points: 500 # Player's point balance unlocked: # List of unlocked trails - SMOKE - SNOWFLAKE - HEART 456e7890-e12b-34d5-a678-426614174000: # Another player points: 1200 unlocked: - TOTEM - SONIC_BOOM - FLAME - SMOKE
AlloTrail uses a simple permission system that can be configured with any permissions plugin like LuckPerms.
It's recommended to edit the playerdata.yml file only when the server is stopped to avoid data loss. The plugin automatically saves data when players log out and when the server shuts down.
Solutions for common issues you might encounter with AlloTrail.
Cause: Missing permission or plugin not loaded correctly.
Solution:
Cause: Trail not properly equipped or particle settings too low.
Solution:
Cause: File permission issues or data corruption.
Solution:
Cause: Incompatible server version or Java version.
Solution:
If you're still experiencing problems after trying these solutions, please contact the developer at support@allosmp.de or create an issue on the GitHub repository.