Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Configuration Docs

Konicai edited this page Oct 27, 2021 · 4 revisions

Configuration - currently outdated.

General Options

ItemJoin :

Default: true

  • Gives the player a compass which they can use to open the selector form.

Slot :

Default: 4

  • The slot of the hotbar that the compass is placed in. If the slot is full, the compass will be placed in a different slot of the hotbar if available.

AllowItemDrop :

Default: false

  • If false, stops the player from dropping the compass.

DestroyDroppedItem :

Default: true

  • Destroy the compass if the player drops it.

AllowItemMove :

Default: false

  • If disabled, stops the player from moving the compass.

EnableDebug :

Default: false

  • Enable debug logging to the console.

Java Gui section:

Title :

Default: "Server Selector"

  • The name of the gui.

Slot :

Default: "9"

  • The amount of inventory slots.

Servers :

Default: See here for proper formatting.

Form section:

Title :

Default: "Server Selector"

  • The name of the form.

Content :

Default: "Click on the server button of choice"

  • A small description below the Title.

Servers :

Default: See here for proper formatting.

Add as many servers as you want. The name of the server must be the exact server name defined in bungeecord's config.

  • ButtonText is the text that will be shown on the button.
  • ImageURL is a link to an image that will be displayed to the left of each button.

Commands :

Default: See here for proper formatting.

Add as many command buttons as you want. The name for each button (Extra One, etc) has no significance, as long as they are all different.

  • ButtonText is the text that will be shown on the button.
  • Commands is a list of console commands that will be run once the button is pressed. {playerName} is a placeholder that can be used in the command which is replaced with the exact name of the player.
  • ImageURL is a link to an image that will be displayed to the left of each button.

Join Message:

Enable-Join-Message :

Default: "true"

  • You can set a custom join message for the players.

  • Join-Message there are no placeholders for this option.

Scoreboard:

Refresh-rate :

Default: 7

  • This will renew the scoreboard in x amount of seconds.

  • Lines You can have up to 16 lines of messages, Scoreboard can work with placeholders see papi

World-Settings:

Default: "All options are true"

  • disable-hunger-loss:
  • disable-fall-damage:
  • disable-drowning:
  • disable-fire-damage:
  • disable-player-pvp:
  • disable-weather-change:
  • disable-mob-spawning:
  • disable-block-burn:
  • disable-block-fire-spread:
  • disable_block-leaf-decay:
  • disable-block-place: You can bypass this with permission: geyserhub.blockplace
  • disable-block-break: You can bypass this with permission: geyserhub.blockbreak

Note:

Either the Servers or the Commands section can be set empty without issue.
Additionally, the ImageURL key of each button can be removed in order for no image to be displayed next to the button.

Clone this wiki locally