Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Creators
Details
Licensed MIT
Published 3 years ago
Updated last year
Allows admins to block and allows portal teleporting to overworld/nether/end
Commands & Permissions
switchdim- Switch dimension access. Syntax:/switchdim <world> [on|off]. Permission -blockportals.switchdim. Alias -switchdimensionbpreload- Reload BlockPortals. Permission -blockportals.reload. Aliases -blockportalsreload,blockportalsrl,bprl
Examples
/switchdim end offdisable portals to end/switchdim endswitch portals to end on/off/switchdim overworld offdisable portals to overworld
config.yml
allow-end: true
allow-nether: true
allow-overworld: true
creative-bypass: true # players with creative gamemode can bypass check and use portals as normal
messages:
reloaded: '&aConfig 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!'


