Difference between revisions of "ServerSecureConnect:config.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
(Created page with "<syntaxhighlight lang="YAML"> #################################################################################################### # +-----------------------------------------...")
 
Line 15: Line 15:
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
####################################################################################################
 
####################################################################################################
 
 
  
 
#Title of the menu.
 
#Title of the menu.
Line 25: Line 23:
  
 
#Title of the menu items.
 
#Title of the menu items.
item-confirm: '&6Are you sure'
+
item-confirm: "&6Are you sure"
item-accept: '&aYes'
+
item-accept: "&aYes"
item-cancel: '&cNo'
+
item-cancel: "&cNo"
  
 
#Messages.
 
#Messages.
Line 35: Line 33:
 
accept-message: "&7[&9&l>&7] &aConnected accepted, do not move during <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-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>.'
+
no-version-message: "&7[&9&l>&7] Only available in versions <version>."
  
 
#To enable the version check of the player with the server version.
 
#To enable the version check of the player with the server version.
Line 64: Line 62:
 
   - 1.12.2
 
   - 1.12.2
  
</syntaxhighlight
+
</syntaxhighlight>

Revision as of 15:50, 24 February 2018

####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |            __                  __                   _                                        | #
# |           (_   _  ._    _  ._ (_   _   _     ._ _  /   _  ._  ._   _   _ _|_                 | #
# |           __) (/_ | \/ (/_ |  __) (/_ (_ |_| | (/_ \_ (_) | | | | (/_ (_  |_                 | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/ServerSecureConnect                          | #
# |  BUG REPORTS: https://www.spigotmc.org/threads/                                              | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.minepal.net                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

#Title of the menu.
menu-title: "&8Change server"

#Countdown to send to the server.
countdown: 5

#Title of the menu items.
item-confirm: "&6Are you sure"
item-accept: "&aYes"
item-cancel: "&cNo"

#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>."

#To enable the version check of the player with the server version.
check-player-version: true

#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