0
After installing the plugin and restarting your server, nether portal creation is prevented by default for all non-allowed players. Portal usage prevention is disabled by default and must be enabled via configuration.
Use /nac help in-game or from the console to see all available commands.
/nac allow <playerName>This adds the player to the nether access whitelist. They will be able to create and use nether portals (depending on your configuration).
/nac deny <playerName>This removes the player from the nether access whitelist.
/nac listThis displays all players currently allowed to access the nether.
By default, only portal creation is blocked. To also block portal usage:
/nac config set preventPortalUsage true/nac config set denyUsageMessage 'You are not allowed to enter the nether.'
/nac config set denyCreationMessage 'You cannot create nether portals.'Use single quotes around messages that contain spaces.
| Permission | Default | Description |
|---|---|---|
nac.help | op | Access the help command |
nac.list | op | View the nether access whitelist |
nac.allow | op | Allow a player nether access |
nac.deny | op | Deny a player nether access |
nac.config | op | View and modify configuration |