πŸ“œnavigator.yml

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~                    DeltaHub Navigator Module            ~
#~ NOTE: This feature is currently in BETA mode. Your feedback   ~
#~       is valuable in refining our services. If you encounter ~
#~       any issues, please disable it and inform us!           ~
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE-VERSION: 1

# General information about the module
GENERAL:
  NAVIGATOR: # Info on the main /navigator command
    DESCRIPTION: 'Change the servers'  # What should the command description be? This command sets the spawn point.
    PERMISSION: 'deltahub.members.navigator.open'  # What should the permission to use the command be?
    ALIASES:  # What should the base command aliases be?
      - 'navigator'
      - 'nav'
      - 'servers'

GUI:
  SIZE: 9
  TITLE: "&6Navigator"
  ITEMS:
    Server1:
      SLOT: 2
      MATERIAL: "DIAMOND"
      DISPLAY_NAME: "&6Server 1"
      SERVER: "Server1"
      LORE:
        - "&7Click to connect to Server 1"
    Server2:
      SLOT: 4
      MATERIAL: "GOLD_INGOT"
      DISPLAY_NAME: "&eServer 2"
      SERVER: "Server2"
      LORE:
        - "&7Click to connect to Server 2"
    Server3:
      SLOT: 6
      MATERIAL: "IRON_INGOT"
      DISPLAY_NAME: "&7Server 3"
      SERVER: "Server3"
      LORE:
        - "&7Click to connect to Server 3"

INVENTORY:
  ITEM:
    SLOT: 4
    NAME: "&6Navigator"
    LORE:
      - "&8(( &7Right-click to open the navigator &8))"

DEPENDS:
  AJQUEUE: true

MESSAGES: # Messages displayed during command execution
  PLAYER-ONLY: "&cThis command can only be executed by players."  # Message displayed when a non-player entity attempts to execute the command.

Last updated