A plugin that brings a limited-access, rotating shop to Minecraft. Supports Vault and has an easy-to-use developer API for other plugins.
You may compile this plugin yourself, but I will not provide support to those who do not purchase the plugin.
- Developer API to add currency support
- Rotating shop with configuration to manage dates/times to rotate shop.
- Limited access shop with configuration to manage dates/times for when the shop is accessible.
- Admin commands to reload config, force rotate player shops, and help with debugging.
- Supports datastore types:
- MySQL - remote
- MongoDB - remote
- SQLite - flatfile
- JSON - human-readable file
/nightmarket : Opens NightMarket GUI (permission: nightmarket.use)
- /nightmarket-admin reload : Reloads configuration (permission: nightmarket.admin)
- /nightmarket-admin forcerotate <player>: Forcefully rotates provided player's shop (permission: nightmarket.admin)
- /nightmarket-admin debug: Provides debug information about plugin (permission: nightmarket.admin)