ServerJoinBlocker
ServerJoinBlocker - Server Access Control
This plugin provides administrators with flexible control over player connections to BungeeCord servers. You can temporarily block new user logins while maintaining access for specific individuals.
Main Features
The system offers complete customization of text notifications with color formatting support. You can create a whitelist of players who retain the ability to join even during active blocking. Management is handled through simple commands for quick enabling and disabling of restrictions.
Management Commands
To activate blocking, use /bon (also available as /blockjoinenable and /benable). To remove restrictions, apply /boff (or equivalents /blockjoindisable, /bdisable). The /greload command reloads BungeeCord along with the plugin configuration.
Permission System
The serverjoinblocker.enable permission grants the ability to activate connection blocking, while serverjoinblocker.disable allows deactivation of restrictions.
Configuration Settings
enableMsg: '&cConnections blocked!'
enableMsgAlready: Connections already &cblocked
disableMsg: '&aConnections allowed!'
disableMsgAlready: Connections already &aallowed
kickMsg: '&cSorry, cannot join now'
reloadMsg: '&aConfiguration reloaded!'
allowJoinTo:
- playername
blockEnabled: true
#do not manually modify blockEnabled parameter, commands manage it automatically