update-check

  • Boolean value true or false.
  • Default: true
  • If this is true it will look for new updates for the plugin.

messaging-service

  • String value: pluginmsg, rabbitmq.
  • Default: pluginmsg
  • The communication service of the servers with the network.

join-clear-chat

  • Boolean value true or false.
  • Default: true
  • To clean the chat when entering the server.

sound

  • This section is to activate the sounds.
  • enable
    • Boolean value true or false.
    • Default: false
    • To activate the sounds.
  • register-command
    • Name of a sound.
    • Default: «LEVEL_UP»
    • Sound when entering the server. Name a sound valid for Minecraft version 1.9 or higher.(1.9 – 1.10 – 1.11 – 1.12 – 1.13 – 1.14 – 1.15 – 1.16 – 1.xx).
  • login-command-success
    • Name of a sound.
    • Default: «BURP»
    • Sound when entering the server. Name a sound valid for Minecraft version 1.9 or higher.(1.9 – 1.10 – 1.11 – 1.12 – 1.13 – 1.14 – 1.15 – 1.16 – 1.xx).
  • login-command-failed
    • Name of a sound.
    • Default: «ANVIL_LAND»
    • Sound when entering the server. Name a sound valid for Minecraft version 1.9 or higher.(1.9 – 1.10 – 1.11 – 1.12 – 1.13 – 1.14 – 1.15 – 1.16 – 1.xx).
  • pin-command
    • Name of a sound.
    • Default: «ITEM_PICKUP»
    • Sound when entering the server. Name a sound valid for Minecraft version 1.9 or higher.(1.9 – 1.10 – 1.11 – 1.12 – 1.13 – 1.14 – 1.15 – 1.16 – 1.xx).
  • pin-menu
    • Name of a sound.
    • Default: «CLICK»
    • Sound when entering the server. Name a sound valid for Minecraft version 1.9 or higher.(1.9 – 1.10 – 1.11 – 1.12 – 1.13 – 1.14 – 1.15 – 1.16 – 1.xx).
  • pin-menu-success
    • Name of a sound.
    • Default: «ORB_PICKUP»
    • Sound when entering the server. Name a sound valid for Minecraft version 1.9 or higher.(1.9 – 1.10 – 1.11 – 1.12 – 1.13 – 1.14 – 1.15 – 1.16 – 1.xx).
  • pin-menu-failed
    • Name of a sound.
    • Default: «ANVIL_LAND»
    • Sound when entering the server. Name a sound valid for Minecraft version 1.9 or higher.(1.9 – 1.10 – 1.11 – 1.12 – 1.13 – 1.14 – 1.15 – 1.16 – 1.xx).
  • captcha-checked
    • Name of a sound.
    • Default: «BURP»
    • Sound when entering the server. Name a sound valid for Minecraft version 1.9 or higher.(1.9 – 1.10 – 1.11 – 1.12 – 1.13 – 1.14 – 1.15 – 1.16 – 1.xx).

lobby-world

  • This section is to enable the lobby world.
  • enable
    • Boolean value true or false.
    • Default: false
    • To enable the lobby world.
  • name
    • Any string value.
    • Default: «lobby»
    • Name of the world where the will be send the player after login on the server.

auth-world

  • This section is to enable the login world.
  • enable
    • Boolean value true or false.
    • Default: false
    • To enable the login world.
  • name
    • Any string value.
    • Default: «auth»
    • Name of the world where the will be send the player to login to the server.

data-storage

  • This section is for the database.
  • enable
    • Boolean value true or false.
    • Default: false
    • To activate the database.
  • host
    • Any string value.
    • Default: localhost
    • The address of the database host.
  • port 
    • Any integer value.
    • Default: 3306
    • The port of the database.
  • database
    • Any string value.
    • Default: minecraft
    • The name of the database.
  • username
    • Any string value.
    • Default: root
    • The username of the database.
  • password
    • Any string value.
    • Default: «»
    • The password of the database user.

rabbitmq

  • This section is for the inter-server communication rabbit messaging service.
  • enable
    • Boolean value true or false.
    • Default: false
    • To activate the messaging service.
  • host
    • Any string value.
    • Default: localhost
    • The address of the database host.
  • virtual-host
    • Any string value.
    • Default: «/»
    • The virtual host, check rabbitmq documentation.
  • port 
    • Any integer value.
    • Default: 5672
    • The port of the database.
  • database
    • Any string value.
    • Default: minecraft
    • The name of the database.
  • username
    • Any string value.
    • Default: guest
    • The username of the database.
  • password
    • Any string value.
    • Default: «guest»
    • The password of the database user.