mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-10-31 23:59:46 +01:00
86ff20b6c9
Instead of clearing the inventory of players and storing it's contents in a file, we now prevent the server from sending the inventory packet if the player is not logged in. The player will see a empty inventory, but has still his items stored on the server. Therefore we don't need to modify the player's inventory and we won't make any inventory corrupted. Fixes Xephi/AuthMeReloaded#203, Fixes Xephi/AuthMeReloaded#193, Fixes Xephi/AuthMeReloaded#191, Fixes Xephi/AuthMeReloaded#148 Remove dead code + Fix empty inventory on the unregister command Fix NPE if ProtocolLib isn't enabled or installed
170 lines
5.7 KiB
YAML
170 lines
5.7 KiB
YAML
name: AuthMe
|
|
author: Xephi59
|
|
website: http://dev.bukkit.org/bukkit-plugins/authme-reloaded/
|
|
description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the player.
|
|
main: fr.xephi.authme.AuthMe
|
|
version: ${project.version}
|
|
softdepend: [Vault, ChestShop, Multiverse-Core, Citizens, CombatTag, Essentials, EssentialsSpawn, PerWorldInventories, ProtocolLib]
|
|
commands:
|
|
register:
|
|
description: Register an account
|
|
usage: /register password confirmpassword
|
|
aliases: reg
|
|
login:
|
|
description: Login into a account
|
|
usage: /login password
|
|
aliases: l
|
|
changepassword:
|
|
description: Change password of a account
|
|
usage: /changepassword oldPassword newPassword
|
|
logout:
|
|
description: Logout
|
|
usage: /logout
|
|
unregister:
|
|
description: unregister your account
|
|
usage: /unregister password
|
|
authme:
|
|
description: AuthMe op commands
|
|
usage: '/authme reload|register playername password|changepassword playername password|unregister playername|version'
|
|
email:
|
|
description: Add Email or recover password
|
|
usage: '/email add your@email.com your@email.com|change oldEmail newEmail|recovery your@email.com'
|
|
captcha:
|
|
description: Captcha
|
|
usage: /captcha theCaptcha
|
|
converter:
|
|
description: Converter from different other auth plugins
|
|
usage: /converter <datatype>
|
|
permissions:
|
|
authme.player.*:
|
|
description: Gives access to all authme player commands
|
|
default: true
|
|
children:
|
|
authme.register: true
|
|
authme.login: true
|
|
authme.changepassword: true
|
|
authme.logout: true
|
|
authme.unregister: true
|
|
authme.l: true
|
|
authme.reg: true
|
|
authme.email: true
|
|
authme.captcha: true
|
|
authme.admin.*:
|
|
description: Gives access to all authme admin commands
|
|
children:
|
|
authme.admin.reload: true
|
|
authme.admin.register: true
|
|
authme.admin.changepassword: true
|
|
authme.admin.unregister: true
|
|
authme.admin.purge: true
|
|
authme.seeOtherAccounts: true
|
|
authme.admin.lastlogin: true
|
|
authme.admin.getemail: true
|
|
authme.admin.chgemail: true
|
|
authme.admin.purgelastpos: true
|
|
authme.admin.switchantibot: true
|
|
authme.bypassantibot: true
|
|
authme.admin.getip: true
|
|
authme.admin.converter: true
|
|
authme.admin.resetposition: true
|
|
authme.admin.forcelogin: true
|
|
authme.register:
|
|
description: Register an account
|
|
default: true
|
|
authme.login:
|
|
description: Login into a account
|
|
default: true
|
|
authme.changepassword:
|
|
description: Change password of a account
|
|
default: true
|
|
authme.logout:
|
|
description: Logout
|
|
default: true
|
|
authme.email:
|
|
description: Email
|
|
default: true
|
|
authme.allow2accounts:
|
|
description: allow more accounts for same ip
|
|
default: false
|
|
authme.seeOtherAccounts:
|
|
description: display other accounts about a player when he logs in
|
|
default: false
|
|
authme.unregister:
|
|
description: unregister your account
|
|
default: true
|
|
authme.admin.reload:
|
|
description: AuthMe reload commands
|
|
default: op
|
|
authme.admin.register:
|
|
description: AuthMe register command
|
|
default: op
|
|
authme.admin.changepassword:
|
|
description: AuthMe changepassword command
|
|
default: op
|
|
authme.admin.unregister:
|
|
description: AuthMe unregister command
|
|
default: op
|
|
authme.admin.purge:
|
|
description: AuthMe unregister command
|
|
default: op
|
|
authme.admin.lastlogin:
|
|
description: Get last login date about a player
|
|
default: op
|
|
authme.admin.getemail:
|
|
description: Get last email about a player
|
|
default: op
|
|
authme.admin.chgemail:
|
|
description: Change a player email
|
|
default: op
|
|
authme.admin.accounts:
|
|
description: Display Players Accounts
|
|
default: op
|
|
authme.captcha:
|
|
description: Captcha
|
|
default: true
|
|
authme.admin.setspawn:
|
|
description: Set the AuthMe spawn point
|
|
default: op
|
|
authme.admin.spawn:
|
|
description: Teleport to AuthMe spawn point
|
|
default: op
|
|
authme.vip:
|
|
description: Allow vip slot when the server is full
|
|
default: op
|
|
authme.admin.purgebannedplayers:
|
|
description: Purge banned players
|
|
default: op
|
|
authme.bypassforcesurvival:
|
|
description: Bypass all ForceSurvival features
|
|
default: false
|
|
authme.admin.purgelastpos:
|
|
description: Purge last pos of players
|
|
default: op
|
|
authme.admin.switchantibot:
|
|
description: Switch AntiBot mode on/off
|
|
default: op
|
|
authme.bypassantibot:
|
|
description: Bypass the AntiBot check
|
|
default: op
|
|
authme.admin.setfirstspawn:
|
|
description: Set the AuthMe First Spawn Point
|
|
default: op
|
|
authme.admin.firstspawn:
|
|
description: Teleport to AuthMe First Spawn Point
|
|
default: op
|
|
authme.admin.getip:
|
|
description: Get IP from a player ( fake and real )
|
|
default: op
|
|
authme.admin.converter:
|
|
description: Allow /converter command
|
|
default: op
|
|
authme.admin.resetposition:
|
|
description: Reset last position for a player
|
|
default: op
|
|
authme.admin.forcelogin:
|
|
description: Force login for that player
|
|
default: op
|
|
authme.canbeforced:
|
|
description: Can this player be forced to login
|
|
default: true
|