BlockPortals

Simple plugin that adds command to block and allow portal teleporting to overworld/nether/end

2,09k

Quick challenge

How far can you run before the mobs catch you?

BlockPortals

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

```yaml 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!' ```

ADS