Skip to content

Releases: byteful/NightMarket

[v1.2.0.2] Fix MySQL bug

23 Jun 19:19
71914c0
Compare
Choose a tag to compare

Changes

  • Fixed MySQL bug with timeout connections.
  • Updated dependencies

[v1.2.0.1] Small Bug Fix

17 Jun 22:19
2113931
Compare
Choose a tag to compare

Changes

  • Fixed a small issue with bStats relocation (how did I mess this up...)

[v1.2.0] GUI and config update

17 Jun 13:26
2113931
Compare
Choose a tag to compare

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

03 Apr 20:32
3d4553c
Compare
Choose a tag to compare

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

03 Nov 17:58
Compare
Choose a tag to compare

Changes

  • Updated dependencies
  • Added configurable timezone
  • Added config option lowercase_currency_names
  • Fixed scheduler issues

[v1.0.11] Fixed loading order issues on rotate.

27 Aug 03:32
Compare
Choose a tag to compare

Loaded rotating schedules after items/currencies successfully loaded.

[v1.0.10] Currency adapter and ShopItem fixes

13 Jul 22:50
Compare
Choose a tag to compare

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

10 Jul 19:11
Compare
Choose a tag to compare

Changes

  • Make the lives of developers easier when managing currencies.
  • Add developer API wiki page
  • Remove debug errors and fix up any small issues.