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
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated 3 months ago
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 -switchdimension
bpreload
- Reload BlockPortals. Permission -blockportals.reload
. Aliases -blockportalsreload
,blockportalsrl
,bprl
Examples
/switchdim end off
disable portals to end/switchdim end
switch portals to end on/off/switchdim overworld off
disable 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!'