BlockPortals - Portal Control in Minecraft
The BlockPortals modification gives server administrators complete control over teleportation through portals between dimensions. You can easily enable and disable movement to the Overworld, Nether, and End as you see fit.
Commands and Permissions
The main command switchdim allows you to manage access to dimensions. Use the syntax /switchdim <world> [on|off]. Requires the permission blockportals.switchdim. Also available is the alias switchdimension.
The bpreload command reloads the BlockPortals configuration. Requires the permission blockportals.reload. Additional aliases: blockportalsreload, blockportalsrl, bprl.
Usage Examples
/switchdim end off- disables teleportation to the End/switchdim end- toggles access to the End (on/off)/switchdim overworld off- blocks portals to the Overworld
Configuration Settings
allow-end: true
allow-nether: true
allow-overworld: true
creative-bypass: true # players in creative mode can bypass the check and use portals normally
messages:
reloaded: '&aConfiguration reloaded!'
allowed: '&aPortals to &e%dim%&a allowed'
blocked: '&cPortals to &e%dim%&c blocked'
allowed-already: '&aPortals to &e%dim%&d already&a allowed'
blocked-already: '&cPortals to &e%dim%&d already&c blocked'
incorrect-switch: '&cIncorrect world or state!'