Difference between revisions of "PixelLogin"

From PedroJM96 Wiki EN
Jump to: navigation, search
 
Line 63: Line 63:
 
|-
 
|-
 
|  pixellogin.player.unregister || To delete the user's account.
 
|  pixellogin.player.unregister || To delete the user's account.
 +
|-
 +
|  pixellogin.player.changepassword || To change the user's password.
 
|-
 
|-
 
|  pixellogin.player.pin  || To place the pin code in the GUI menu.
 
|  pixellogin.player.pin  || To place the pin code in the GUI menu.

Latest revision as of 20:29, 13 January 2019

PixelLogin is a security plugin user registration that allows people to have an account to enter the server preventing other players from using their username without their permission. Prevent people who are not connected from doing things like placing blocks, moving, writing commands or viewing the current player's inventory.

Add the automatic session start for players with premium account and also add an extra security system by pin code with a menu for staff members or for all users.

Features

  • Prevent spoofing by non-premium players.
  • UUID-fix and Skin-fix for premium users.
  • Cracked players using a premium name can not connect to the server, unless you register an administrator.
  • Redirect cracked players don’t using premium username to a specified server (Optional).
  • All passwords are encrypted (MD5, SHA256, SHA512).
  • Professional support.
  • Powerful optimization.
  • Simple and Fast.
  • Double security layer with pin code (Optional).
  • Fully configurable.
  • MySQL Database.
  • Shows tablist head icons for premium players.
  • Locking player who has not logged on.
  • Message titles.
  • Autologin for premium players.
  • Installation on the BungeeCord server (Required) and Bukkit / Spigot servers simultaneously to increase security (Optional).

Installation

  • Copy the JAR file in the directory of plugins on your server BungeeCord.
  • Set 'ip_forward' to 'true' in 'config.yml' in BungeeCord server.
  • Restart the server to install.
  • (Optional) Install the plugin in your login server to enable the titles, pin, effects and improve security at the Bukkit / Spigot level.
    • Copy the JAR file to the plugin directory of your login server (Bukkit / Spigot).
    • Restart the server to install.
  • (Optional) Install the plugin on all its servers to enable titles, pin, effects, and improve security at the Bukkit / Spigot level on all servers.
    • Copy the JAR file to the plugin directory of all your servers (Bukkit / Spigot).
    • Restart all servers to install.
  • And enjoy the plugin!.

Commands

Commands Permissions Info
/register <password> pixellogin.player.register To register on the server.
/login <password> pixellogin.player.login To register on the server.
/unregister pixellogin.player.unregister To delete the user's account.
/changepassword <newpassword> pixellogin.player.changepassword To change the user's password.
/pin pixellogin.player.pin To place the pin code in the GUI menu.
/pixellogin register <playername> <password> pixellogin.admin.register Register a player's account.
/pixellogin unregister <playername> pixellogin.admin.unregister Delete a player's account.

Permissions

Permissions Info
pixellogin.player.register To register on the server.
pixellogin.player.login To register on the server.
pixellogin.player.unregister To delete the user's account.
pixellogin.player.changepassword To change the user's password.
pixellogin.player.pin To place the pin code in the GUI menu.
pixellogin.admin To use administrative commands.
pixellogin.admin.register To register the account of a user name.
pixellogin.admin.unregister To delete the account from a username.
pixellogin.staff To detect the staff members, when the login with pin code is placed for the staff.

Configuration