2015-09-05 10:03:06 +02:00
|
|
|
# FastLogin
|
2015-09-04 19:56:58 +02:00
|
|
|
|
2015-10-01 19:35:41 +02:00
|
|
|
Checks if a minecraft player has a valid premium (paid account). If so, they can skip offline authentication.
|
2015-09-04 19:56:58 +02:00
|
|
|
|
2015-10-01 19:35:41 +02:00
|
|
|
###Commands:
|
|
|
|
|
* /premium Marks the invoker as paid account
|
|
|
|
|
* /premium [playername] Mark player specified as a paid account
|
|
|
|
|
|
|
|
|
|
###Premissions:
|
|
|
|
|
* fastlogin.command.premium
|
|
|
|
|
* fastlogin.command.premium.others
|
|
|
|
|
|
|
|
|
|
###Requirements:
|
2015-09-05 10:03:06 +02:00
|
|
|
* [ProtocolLib](http://www.spigotmc.org/resources/protocollib.1997/)
|
2015-10-01 19:35:41 +02:00
|
|
|
* Tested Bukkit 1.8.8 (could also work with other versions)
|
|
|
|
|
* Java 7 or above
|
2015-09-05 10:03:06 +02:00
|
|
|
* An auth plugin. Supported Plugins:
|
|
|
|
|
* [AuthMe](http://dev.bukkit.org/bukkit-plugins/authme-reloaded/)
|
|
|
|
|
* [xAuth](http://dev.bukkit.org/bukkit-plugins/xauth/)
|
2015-09-06 14:00:38 +02:00
|
|
|
* [CrazyLogin](http://dev.bukkit.org/bukkit-plugins/crazylogin/)
|
|
|
|
|
* [LoginSecurity](http://dev.bukkit.org/bukkit-plugins/loginsecurity/)
|