By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
Milestones Plugin is a feature-rich Minecraft PocketMine plugin that rewards players upon reaching predefined financial Milestoness. It integrates seamlessly with the BedrockEconomy API, allowing server owners to create engaging, event-driven gameplay experiences.
.phar
file from the Releases section..phar
file in your server's plugins
directory.The plugin uses a YAML configuration file (config.yml
) to define Milestoness. Example structure:
Milestoness:
- amount: 1000
commands:
- "give {player} diamond 5"
broadcast: "{player} has reached a balance Milestones of {amount}!"
- amount: 5000
commands:
- "give {player} emerald 10"
broadcast: "{player} is now a financial wizard with {amount} coins!"
amount
: The balance a player must reach to unlock this Milestones.commands
: A list of server commands executed upon Milestones completion.broadcast
: (Optional) A message broadcasted to all players.config.yml
file to define Milestoness and rewards./reload
.This project is licensed under the MIT License. See the LICENSE file for details.
For questions, issues, or feature requests, open an issue on the GitHub Issue Tracker.
You can leave one review per plugin release, and delete or update your review at any time