Releases: byteful/NightMarket
Releases · byteful/NightMarket
[v1.2.0.2] Fix MySQL bug
[v1.2.0.1] Small Bug Fix
Changes
- Fixed a small issue with bStats relocation (how did I mess this up...)
[v1.2.0] GUI and config update
Changes
- Extra icons configuration for GUI
# Settings for the GUI displayed when running /nightmarket
gui:
...
# Any extra icons that you want to display in the GUI.
extra_icons:
info:
name: "&bInformation"
lore:
- "&7This shop is unique for all players."
- "&7This shop rotates on a certain interval."
material: PAPER
slots:
- "22"
- Configuration for built-in currencies' display
# Configuration for the built-in, default currencies.
default_currencies:
vault:
name:
singular: "Dollar"
plural: "Dollars"
playerpoints:
name:
singular: "Token"
plural: "Tokens"
- Updated dependencies
- Java 21 support
- Add support for
amount
in GUI icons.
[v1.1.1] Ecobits support and config bug fix
Changes
- Fixed default config override bug
- Added native ecobits support (use
ecobits:<ecobits_id>
in config) - Updated dependencies
- Automatically clears old unused library JARs to save space on server
[v1.1.0] Timezone and QoL changes
Changes
- Updated dependencies
- Added configurable timezone
- Added config option
lowercase_currency_names
- Fixed scheduler issues
[v1.0.11] Fixed loading order issues on rotate.
Loaded rotating schedules after items/currencies successfully loaded.
[v1.0.10] Currency adapter and ShopItem fixes
Changes
- Fix loading order with currencies and ShopItems
- API changes
- Fix delayed Vault eco adapter loading
- Improve information output to console (more warnings and such)
[v1.0.9] API updates
Changes
- Make the lives of developers easier when managing currencies.
- Add developer API wiki page
- Remove debug errors and fix up any small issues.