Difference between revisions of "PixelLogin"

From PedroJM96 Wiki EN
Jump to: navigation, search
(Permissions)
(Permissions)
Line 44: Line 44:
 
|  pixellogin.player.login || To register on the server.
 
|  pixellogin.player.login || To register on the server.
 
|-
 
|-
|  pixellogin.player.unregister|| To register on the server.
+
|  pixellogin.player.unregister || To delete the user's account.
 
|-
 
|-
 
|  pixellogin.player.pin  || To place the pin code in the GUI menu.
 
|  pixellogin.player.pin  || To place the pin code in the GUI menu.

Revision as of 20:06, 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.

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