Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
Simple economy plugin linked into Vault economy
- Added support for 26.1.2
- The plugin version is now synchronized across pom.xml and plugin.yml
- Added load on startup so that Mineconomy loads before other plugins that require a Vault economy manager
- Remove code duplication across different classes to improve plugin development
- Added new plugin placeholder `%registeredPlayersCount%` Displays the amount of players registered in the economy
- Added new PlaceholderAPI placeholder `%mineconomy_registered_players_count%` Displays the amount of players registered in the economy
- Added new config key:
``` yaml
config:
# Include players with 0 balance in "/money top" and top placeholders
# If set to false, only players with a balance greater than 0 will appear
top-include-zero-balances: false
```
- Any issue, bug, or error you find in this plugin, please report it on [Github](https://github.com/Guayand0/Minecraft-Plugin-Mineconomy/issues/new) or via [Spigot](https://www.spigotmc.org/conversations/add?to=Guayando). If possible, provide some steps to reproduce the issue.