Supported Plugins

Here you can view all the supported extensions information for Night Market.

Vault

Night Market depends on Vault, so you can use any of your favorite economy/permissions plugins that will be used in Night Market by hooking into Vault.

PlaceholderAPI

Night Market hooks into PlaceholderAPI, so you can use the Night Market placeholders everywhere that supports PlaceholderAPI, here is a list of the current placeholders.

PlaceholderDescription

%nightmarket_time_left%

Displays the time left or the time until the next Night Market starts.

%nightmarket_is_open%

Displays true/false if the current night market is active.

These are the current market expansions, that hook into other plugins to change on how the plugin works. You can configure all these expansions and change how they work in the expansions.yml. Every expansion is configurable.

TokenManager

Night Market hooks into TokenManager as a currency so you can purchase items on the market using this currency. Here is the default configuration for this addon.

  tokenmanager:
    # Do you want to enable the TokenManager currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The prefix of the price variable, this is how you want the variable to show when using the token manager currency.
    prefix: "%price% tokens"

PlayerPoints

Night Market hooks into PlayerPoints as a currency so you can purchase items on the market using this currency. Here is the default configuration for this addon.

  playerpoints:
    # Do you want to enable the PlayerPoints currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The prefix of the price variable, this is how you want the variable to show when using the player points currency.
    prefix: "%price% points"

BeastToken

Night Market hooks into BeastToken as a currency so you can purchase items on the market using this currency. Here is the default configuration for this addon.

  beasttoken:
    # Do you want to enable the BeastToken currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The prefix of the price variable, this is how you want the variable to show when using the beast token currency.
    prefix: "%price% tokens"

GemsEconomy

Night Market hooks into GemsEconomy as a currency so you can purchase items on the market using this currency. Here is the default configuration for this addon.

  gemseconomy:
    # Do you want to enable the GemsEconomy currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The prefix of the price variable, this is how you want the variable to show when using the gems economy currency.
    prefix: "%price% gems"

EcoBits

Night Market hooks into EcoBits as a currency so you can purchase items on the market using this currency. Here is the default configuration for this addon.

  ecobits:
    # Do you want to enable the EcoBits currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The prefix of the price variable, this is how you want the variable to show when using the eco bits currency.
    prefixes:
      currency_name: "%price% bits"

CoinsEngine

Night Market hooks into CoinsEngine as a currency so you can purchase items on the market using this currency. Here is the default configuration for this addon.

  coinsengine:
    # Do you want to enable the CoinsEngine currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The prefix of the price variable, this is how you want the variable to show when using the coins engine currency.
    prefixes:
      currency_name: "%price% coins"

RivalCredits

Night Market hooks into RivalCredits as a currency so you can purchase items on the market using this currency. Here is the default configuration for this addon.

  rivalcredits:
    # Do you want to enable the RivalCredits currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The prefix of the price variable, this is how you want the variable to show when using the rival credits currency.
    prefix: "%price% credits"

Last updated