Menus

General Settings

Here you can find general information on how to configure the menus to your liking.

Inventory Configuration

inventories

items

  • Description: Defines the items present in the specified inventory.

    BACK

    • Description: Represents the "Back" item within the inventory.

    • Properties:

      • material: Specifies the type of material for the item (e.g., ARROW).

      • amount: Indicates the quantity of the item (e.g., 1).

      • slot: Represents the slot position of the item within the inventory (e.g., 48).

      • display_name: The name displayed for the item in the game. It utilizes color formatting with codes like &c.

      • lore: An empty list indicating no additional information in the lore.

      • actions: A list of actions that will be executed when the player interacts with the item. In this case, it consists of a single command: [command] dm open parkourmenu <player>, indicating that the "parkourmenu" will be opened for the player.

inventories:
  currentmenu:
    items:
      BACK:
        material: ARROW
        amount: 1
        slot: 48
        display_name: '&cBack'
        lore: []
        actions:
        - '[command] dm open parkourmenu <player>'

Actions

Prefix

Description

[message]

If the prefix is [message] and the player is not in parkour (or is a new player), a message is sent to the player.

[command]

If the prefix is [command] and the player is not in parkour, a server command is executed. You can use placeholder like %player_name% to get the player's name

[player]

If the prefix is [player] and the player is not in parkour, a chat action is performed for the player

[sound]

Send a sound to the player, add volume, pitch using ;

[broadcast]

Send a global message, to all connected players


Disable settings in a world.

You can disable any setting by simply adding it to the list below. You must use: (world name);(settings)


Permission to use the settings are:

Action

Permission

/settings Command

options.settings

Setting: TimeSet

options.timeset

Setting: Chat

options.chat

etc

etc

Last updated