Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 3 days ago
UDPortals
UDPortals is a custom portal plugin for Minecraft servers. The Bukkit-family plugin handles portal regions, wand selection, world teleports, and command actions. The Velocity plugin is a companion used only for proxy server-switch portals.
Supported platforms
- Paper, Purpur, Spigot-compatible servers using the Bukkit API
- Folia, with scheduler calls routed through Folia-aware reflection
- Velocity, as a proxy companion for
serverportal actions - Minecraft API target:
api-version: 1.21
The plugin is written against Java 21 and the Paper 1.21 API, which is the practical baseline for modern 1.21+ servers. Future versions such as 1.26.x should work as long as the Bukkit/Paper and Velocity APIs keep their current compatibility contracts.
Commands
/portal wandgives the portal wand.- Left click one corner of the portal region.
- Right click the opposite corner.
/portal create <id> world <world> [x y z yaw pitch]/portal create <id> command <console command...>/portal create <id> playercommand <player command...>/portal create <id> server <velocity-server-name>/portal remove <id>/portal list/portal reload
Examples
/portal wand
/portal create spawn world world 0 80 0 0 0
/portal create kit command give %player% diamond 1
/portal create lobby server lobby
Command placeholders:
%player%%uuid%
Permissions
udportals.adminmanages portals.udportals.useallows entering portals.


