BlockPortals

Quick rating

Community listing page, reviews here may not be monitored by the author.

BlockPortals

By BoBkiNNOwner

No reviews yet

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

Mod Loaders
Minecraft

About

Description

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