- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.8
- 1.16
- Donation Link:
- https://www.paypal.me/tebex?locale.x=en_GB
BungeeUserLogin
Note: This plugin is no longer supported because it kinda sucks. (Unless I find someone who actually needs it)
About
This plugin works alongside UserLogin (Download it here!), to ensure no players can perform unwanted activity in your BungeeCord network. If a player connects to a server and is not logged in, the plugin will either connect them to the login server, of kick them if enabled. As simple as that!
The only command is /bulreload, to reload the plugin's configuration, and its permission is bul.reload. Its aliases are configurable in config.yml.
Code (YAML):# +--------------------------------------------------+
# | Configuration file for BungeeUserLogin. |
# | For any doubts, you can join my Discord server |
# | with this link: https://discord.gg/HdnP32P |
# +--------------------------------------------------+
# Enable the plugin
enabled: true
# The network's login server
loginServer: ''
# Reload command aliases (Format: [ alias1, alias2, alias3, ...])
reloadAliases: [ br ]
# Kick the player instead of auto-connecting to login server
kickPlayer: true
# Messages to display
messages:
kick: 'Unwanted activity detected'
reload: '&6Configuration reloaded!'