-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rril edited this page Dec 29, 2014
·
2 revisions
BungeeLogin is a plug Bukkit communicates with BungeeCord.
This extension allows only authenticated players use portals to other servers.
The player must register or enter a password to portals work. The plug-in uses MySQL to store the password of the players.
The password is stored in MD5.
Appropriate to the purpose of the tables, see here.
It is recommended to change the settings of Bungeecord command can not be used /server
config.yml from bungee
...
permissions:
default:
admin:
- bungeecord.command.server
- bungeecord.command.alert
- bungeecord.command.list
...