Skip to content

config.yml

FrinshHD edited this page Feb 13, 2024 · 2 revisions

Example

enableCloudNetSupport: false
defaultHotbarSlot: 4
spawn:
  teleportOnJoin: true
  location: [ 0,80,0 ]
  world: "world"
  yaw: 0
  pitch: 0
items:
  - id: teleporter
    friendlyName: "&2Teleporter"
    material: COMPASS
    slot: 4
    menu: TELEPORTER
  - id: lobbyswitcher
    friendlyName: "&2Lobby-Switcher"
    material: NETHER_STAR
    slot: 5
    menu: LOBBYSWITCHER
lobbySwitcher:
  inventoryRows: 4
  fillerItem:
    type: OUTLINE
    item:
      material: GRAY_STAINED_GLASS_PANE
  # use this only if you have CloudNet support enabled
  #lobbyTask:
  #  taskName: "Lobby"
  #  description: "%status%, %playercount%"
  lobbyItem:
    types:
      CONNECTED:
        material: GREEN_STAINED_GLASS
      NORMAL:
        material: LIME_STAINED_GLASS
      EMPTY:
        material: GRAY_STAINED_GLASS
      UNREACHABLE:
        material: RED_STAINED_GLASS
  lobbyServers:
    - id: lobby1
      name: Lobby-1
      serverName: Lobby-1
      description: "Players: %playercount%\nStatus: %status%"
    - id: lobby2
      name: Lobby-2
      serverName: Lobby-2
      description: "Players: %playercount%\nStatus: %status%"
teleporter:
  inventoryRows: 5
  fillerItem:
    type: FULL
    item:
      material: GRAY_STAINED_GLASS_PANE
  servers:
    - id: oneblock
      name: OneBlock
      description: "Play OneBlock with your friends\n\nPlayers: %playercount%\nStatus: %status%"
      item:
        material: PLAYER_HEAD
        texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ3ZjIwMTgxNWMyYWI1Y2RmZWUwZmEyOTIyNTJlOGE5YmU2YWM2Y2FmMmIyODRiNDlkODc2ZGVjMDlmZWYxMSJ9fX0=
        slot: 13
      serverName: OneBlock
    - id: pvp
      name: PVP
      description: "Battle other players\n\nPlayers: %playercount%\nStatus: %status%"
      item:
        material: DIAMOND_SWORD
        glowing: true
        slot: 19
      serverName: PVP
    - id: potionWars
      name: PotionWars
      description: "Battle other players with potions\n\nPlayers: %playercount%\nStatus: %status%"
      item:
        material: POTION
        potion: DAMAGE_RESISTANCE
        amount: 5
        slot: 25
      serverName: PotionWars
    - id: helmetWars
      name: HelmetWars
      description: "Battle other players with op helmets\n\nPlayers: %playercount%\nStatus: %status%"
      item:
        material: LEATHER_HELMET
        leatherColor: MAGENTA
        amount: 5
        slot: 31
      serverName: HelmetWars
    - id: spawn
      name: Spawn
      description: "Teleport to the spawn"
      item:
        material: BEACON
        slot: 44
      location: [ 0,80,0 ]

Clone this wiki locally