
PortalSettings
PortalSettings is a configurable plugin that allows server administrators to control portal creation and teleportation behavior for players and entities on a per-world basis.
It provides:
- Portal creation control
- Player portal teleport control
- Entity portal teleport control
Permissions
portalsettings.admin -> Allows user to reload the config
portalsettings.[world_name].portal-create -> Allows user to bypass portal creation restrictions
portalsettings.[world_name].portal-teleport -> Allows user to bypass portal teleport restrictions
Default Configuration File
# Enable to see plugin logs/info for debugging purposes
debug: false
worlds:
# Template for general configuration
some_world_name:
# -=== General === -
# Sets whether portals can be created
# If set to false, it can be bypassed with a permission:
# portalsettings.[world_name].portal-create
can-create-portals: true
# -=== Entities ===-
# true -> The plugin will NOT block entities (items, mobs, etc.) from teleporting
# false -> The plugin WILL block entities from teleporting
can-entities-teleport: true
# Allows set entities to bypass the teleport block
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
entity-whitelist:
# - ENTITY_ID
# Blocks set entities from teleporting even if can-entities-teleport is set to true
entity-blacklist:
# - ENTITY_ID
# -=== Players ===-
# true -> The plugin will NOT block players from teleporting
# false -> The plugin WILL block players from teleporting
# If set to false, can be bypassed with a permission:
# portalsettings.[world_name].portal-teleport
can-players-teleport: true
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as PortalSettings-1.0.0.jar — drop this file into the mods folder
- Download size: 13 KB
- Download link checked 24 Aug 2026 — working
These come from our own check of the pack file, not from the source page.