Difference between revisions of "PixelLogin:config bungee.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
(Created page with "sss")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
sss
+
<syntaxhighlight lang="YAML">
 +
####################################################################################################
 +
# +----------------------------------------------------------------------------------------------+ #
 +
# |                                                                                              | #
 +
# |        ██▓███  ██▓▒██  ██▒▓█████  ██▓    ██▓    ▒█████    ▄████  ██▓ ███▄    █          | #
 +
# |      ▓██░  ██▒▓██▒▒▒ █ █ ▒░▓█  ▀ ▓██▒    ▓██▒    ▒██▒  ██▒ ██▒ ▀█▒▓██▒ ██ ▀█  █          | #
 +
# |      ▓██░ ██▓▒▒██▒░░  █  ░▒███  ▒██░    ▒██░    ▒██░  ██▒▒██░▄▄▄░▒██▒▓██  ▀█ ██▒          | #
 +
# |      ▒██▄█▓▒ ▒░██░ ░ █ █ ▒ ▒▓█  ▄ ▒██░    ▒██░    ▒██  ██░░▓█  ██▓░██░▓██▒  ▐▌██▒          | #
 +
# |      ▒██▒ ░  ░░██░▒██▒ ▒██▒░▒████▒░██████▒░██████▒░ ████▓▒░░▒▓███▀▒░██░▒██░  ▓██░          | #
 +
# |      ▒▓▒░ ░  ░░▓  ▒▒ ░ ░▓ ░░░ ▒░ ░░ ▒░▓  ░░ ▒░▓  ░░ ▒░▒░▒░  ░▒  ▒ ░▓  ░ ▒░  ▒ ▒          | #
 +
# |      ░▒ ░      ▒ ░░░  ░▒ ░ ░ ░  ░░ ░ ▒  ░░ ░ ▒  ░  ░ ▒ ▒░  ░  ░  ▒ ░░ ░░  ░ ▒░          | #
 +
# |      ░░        ▒ ░ ░    ░    ░    ░ ░    ░ ░  ░ ░ ░ ▒  ░ ░  ░  ▒ ░  ░  ░ ░          | #
 +
# |                ░  ░    ░    ░  ░    ░  ░    ░  ░    ░ ░        ░  ░          ░          | #
 +
# |                                                                                              | #
 +
# |                                                                                              | #
 +
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/PixelLogin                                  | #
 +
# |  BUG REPORTS: https://www.spigotmc.org/threads/                                              | #
 +
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                          | #
 +
# |  OFFICIAL SERVER: mc.minepal.net                                                            | #
 +
# |                                                                                              | #
 +
# +----------------------------------------------------------------------------------------------+ #
 +
# +----------------------------------------------------------------------------------------------+ #
 +
# | For a detailed explanation of the configuration see this page.                              | #
 +
# | http://en.wiki.pedrojm96.com/wiki/PixelLogin:config_bungee.yml                              | #
 +
# +----------------------------------------------------------------------------------------------+ #
 +
####################################################################################################
 +
 
 +
#Only for developers, do not modify.
 +
debug: false
 +
 
 +
#Check for updates.
 +
update-check: true
 +
 
 +
#The prefix that the plugin will show in the messages.
 +
prefix: '&fPixelLogin &8> '
 +
 
 +
#The language of the plugin messages (EN, ES).
 +
messages: 'EN'
 +
 
 +
#Password of the communication channel with the plugin in bukkit/spigot.
 +
channel-password: 'none'
 +
 
 +
#Encryption method used for the password and the pin code. (MD5, SHA256, SHA512).
 +
encryption-method: 'MD5'
 +
 
 +
#Name of the server where the player will be sent.
 +
lobby-server:
 +
  enable: true
 +
  name: "lobby"
 +
 
 +
#Name of the server where the player will be sent.
 +
auth-server:
 +
  enable: false
 +
  name: "auth"
 +
 
 +
#To activate the automatic login for premium users.
 +
premium-auto-login: false
 +
 
 +
#To activate the automatic pin for premium users.
 +
#Requires the plugin installed on the bukkit/spigot server simultaneously with BungeeCord.
 +
premium-auto-pin: false
 +
 
 +
#To force the staff members with "pixellogin.staff" permission to place the pin code after starting session for security.
 +
#Requires the plugin installed on the bukkit/spigot server simultaneously with BungeeCord.
 +
ping-code-staff: true
 +
 
 +
#To activate the double security system with the pin after starting the session for all users.
 +
#Requires the plugin installed on the bukkit/spigot server simultaneously with BungeeCord.
 +
ping-code-all-users: false
 +
 
 +
#Maximum limit of accounts that can be registered with an ip.
 +
max-ip-accounts: 1
 +
 
 +
#The session for a loop time, non-premium users do not have to log in again.
 +
#type: (SECONDS, MINUTES, DAYS)
 +
session:
 +
  enable: true
 +
  session-pin: true
 +
  type: 'MINUTES'
 +
  time: 5
 +
 
 +
#Configuration of the database. Supports MySQL
 +
dataStorage:
 +
  enable: false
 +
  host: 'localhost'
 +
  port: 3306
 +
  database: minecraft
 +
  username: root
 +
  password: 1234
 +
</syntaxhighlight>

Latest revision as of 13:47, 18 January 2019

####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |                                                                                              | #
# |        ██▓███   ██▓▒██   ██▒▓█████  ██▓     ██▓     ▒█████    ▄████  ██▓ ███▄    █           | #
# |       ▓██░  ██▒▓██▒▒▒ █ █ ▒░▓█   ▀ ▓██▒    ▓██▒    ▒██▒  ██▒ ██▒ ▀█▒▓██▒ ██ ▀█   █           | #
# |       ▓██░ ██▓▒▒██▒░░  █   ░▒███   ▒██░    ▒██░    ▒██░  ██▒▒██░▄▄▄░▒██▒▓██  ▀█ ██▒          | #
# |       ▒██▄█▓▒ ▒░██░ ░ █ █ ▒ ▒▓█  ▄ ▒██░    ▒██░    ▒██   ██░░▓█  ██▓░██░▓██▒  ▐▌██▒          | #
# |       ▒██▒ ░  ░░██░▒██▒ ▒██▒░▒████▒░██████▒░██████▒░ ████▓▒░░▒▓███▀▒░██░▒██░   ▓██░          | #
# |       ▒▓▒░ ░  ░░▓  ▒▒ ░ ░▓ ░░░ ▒░ ░░ ▒░▓  ░░ ▒░▓  ░░ ▒░▒░▒░  ░▒   ▒ ░▓  ░ ▒░   ▒ ▒           | #
# |       ░▒ ░      ▒ ░░░   ░▒ ░ ░ ░  ░░ ░ ▒  ░░ ░ ▒  ░  ░ ▒ ▒░   ░   ░  ▒ ░░ ░░   ░ ▒░          | #
# |       ░░        ▒ ░ ░    ░     ░     ░ ░     ░ ░   ░ ░ ░ ▒  ░ ░   ░  ▒ ░   ░   ░ ░           | #
# |                 ░   ░    ░     ░  ░    ░  ░    ░  ░    ░ ░        ░  ░           ░           | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/PixelLogin                                   | #
# |  BUG REPORTS: https://www.spigotmc.org/threads/                                              | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.minepal.net                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page.                               | #
# | http://en.wiki.pedrojm96.com/wiki/PixelLogin:config_bungee.yml                               | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

#Only for developers, do not modify.
debug: false

#Check for updates.
update-check: true

#The prefix that the plugin will show in the messages.
prefix: '&fPixelLogin &8> '

#The language of the plugin messages (EN, ES).
messages: 'EN'

#Password of the communication channel with the plugin in bukkit/spigot.
channel-password: 'none'

#Encryption method used for the password and the pin code. (MD5, SHA256, SHA512).
encryption-method: 'MD5'

#Name of the server where the player will be sent.
lobby-server:
  enable: true
  name: "lobby"

#Name of the server where the player will be sent.
auth-server:
  enable: false
  name: "auth"

#To activate the automatic login for premium users. 
premium-auto-login: false

#To activate the automatic pin for premium users.
#Requires the plugin installed on the bukkit/spigot server simultaneously with BungeeCord.
premium-auto-pin: false

#To force the staff members with "pixellogin.staff" permission to place the pin code after starting session for security.
#Requires the plugin installed on the bukkit/spigot server simultaneously with BungeeCord.
ping-code-staff: true

#To activate the double security system with the pin after starting the session for all users.
#Requires the plugin installed on the bukkit/spigot server simultaneously with BungeeCord.
ping-code-all-users: false

#Maximum limit of accounts that can be registered with an ip.
max-ip-accounts: 1

#The session for a loop time, non-premium users do not have to log in again.
#type: (SECONDS, MINUTES, DAYS)
session:
  enable: true
  session-pin: true
  type: 'MINUTES'
  time: 5

#Configuration of the database. Supports MySQL
dataStorage:
  enable: false
  host: 'localhost'
  port: 3306
  database: minecraft
  username: root
  password: 1234