ServerSecureConnect:config.yml

From PedroJM96 Wiki EN
Revision as of 15:49, 24 February 2018 by PedroJM96 (talk | contribs) (Created page with "<syntaxhighlight lang="YAML"> #################################################################################################### # +-----------------------------------------...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<syntaxhighlight lang="YAML">

  1. +----------------------------------------------------------------------------------------------+ #
  2. | __ __ _ | #
  3. | (_ _ ._ _ ._ (_ _ _ ._ _ / _ ._ ._ _ _ _|_ | #
  4. | __) (/_ | \/ (/_ | __) (/_ (_ |_| | (/_ \_ (_) | | | | (/_ (_ |_ | #
  5. | | #
  6. | | #
  7. | | #
  8. | WIKI: http://en.wiki.pedrojm96.com/wiki/ServerSecureConnect | #
  9. | BUG REPORTS: https://www.spigotmc.org/threads/ | #
  10. | AUTHOR: PedroJM96 (pedrojm96.com) | #
  11. | OFFICIAL SERVER: mc.minepal.net | #
  12. | | #
  13. +----------------------------------------------------------------------------------------------+ #


  1. Title of the menu.

menu-title: "&8Change server"

  1. Countdown to send to the server.

countdown: 5

  1. Title of the menu items.

item-confirm: '&6Are you sure' item-accept: '&aYes' item-cancel: '&cNo'

  1. Messages.

cancel-message: "&7[&9&l>&7] &cConnection canceled." cancel-move-message: "&7[&9&l>&7] &cConnection canceled. Remember not to move during <countdown> seconds." countdown-message: "&7[&9&l>&7] &7Connected to <server> in <countdown> seconds." accept-message: "&7[&9&l>&7] &aConnected accepted, do not move during <countdown> seconds." no-permissions: "&7[&9&l>&7] You don't have permissions for that server!" no-version-message: '&7[&9&l>&7] Only available in versions <version>.'

  1. To enable the version check of the player with the server version.

check-player-version: true

  1. Versions supported by each server.

version:

 lobby:
 - 1.8.8
 - 1.8.9
 - 1.9
 - 1.9.1
 - 1.9.2
 - 1.9.3
 - 1.9.4
 - 1.1
 - 1.10.1
 - 1.10.2
 - 1.11
 - 1.11.1
 - 1.11.2
 - 1.12
 - 1.12.1
 - 1.12.2
 survival:
 - 1.12.2
 skywars:
 - 1.12.2

</syntaxhighlight