El blog de pedro!

Apasionado por el mundo digital.
Minecraft Plugin PixelLogin ConfigBungee

update-check

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

prefix

  • Any string value.
  • Default: &9&lSuperCredits &8>> &7
  • The prefix that the plugin will show in the messages.

messages

  • String value, ENES.
  • Default: EN
  • The language of the plugin messages.

messaging-service

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

encryption-method

  • String value: MD5SHA256SHA512.
  • Default: MD5
  • Encryption method used for the password and the pin code.

captcha-code

  • Boolean value true or false.
  • Default: false
  • To enable captcha when registering for the first time. (Requires the plugin installed on the bukkit/spigot server simultaneously with BungeeCord).

lobby-server

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

auth-server

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

premium-auto-login

  • Boolean value true or false.
  • Default: false
  • To activate the automatic login for premium users.

premium-auto-pin

  • Boolean value true or false.
  • Default: false
  • To activate the automatic pin for premium users. (Requires the plugin installed on the bukkit/spigot server simultaneously with BungeeCord).

ping-code-staff

  • Boolean value true or false.
  • Default: true
  • 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-all-users

  • Boolean value true or false.
  • Default: false
  • 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).

max-ip-accounts

  • Any integer value.
  • Default: 1
  • Maximum limit of accounts that can be registered with an ip.

session

  • This section is for enabling active player sessions.
  • enable
    • Boolean value true or false.
    • Default: true
    • To activate the active session.
  • session-pin
    • Boolean value true or false.
    • Default: true
    • To activate the active session with the pin code.
  • type
    • String value: SECONDSMINUTESDAYS.
    • Default: «MINUTES»
    • The type of numeric range of the session.
  • time
    • Any integer value.
    • Default: 5
    • The session for a loop time, non-premium users do not have to log in again.

timeout

  • This section is to enable the timeout for the player to log in correctly.
  • enable
    • Boolean value true or false.
    • Default: true
    • To activate the timeout.
  • type
    • String value: SECONDSMINUTES.
    • Default: «MINUTES»
    • The time interval type of the timeout.
  • time
    • Any integer value.
    • Default: 5
    • The wait time for the player to log into the network.

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.


Etiquetas: config PixelLogin