
WorldWarps
WorldWarps is a Minecraft modification that provides a convenient system for managing teleportation points. Players can create, delete, and move between various locations in the game world. This solution is particularly useful for multiplayer servers where quick movement between key points is required.
Installation
- Make sure you have Forge installed
- Download the latest version of WorldWarps
- Place the downloaded .jar file in the
mods
folder - Start your server or game
Main Commands
Type /warp
in chat to see all available commands.
/warp Command
/warp <name>
- teleports the player to the specified point/warp list
- shows a list of all available points/warp list public
- displays only public points/warp list personal
- shows the player's personal points/warp info <name>
- displays information about a specific point
Management Command /warpmgr
/warpmgr create <name>
- creates a new point at the current location/warpmgr create <name> <x> <y> <z> <yaw> <pitch> <world>
- creates a point at the specified coordinates/warpmgr create <name> <owner> <x> <y> <z> <yaw> <pitch> <world>
- creates a point for a specific player/warpmgr remove <name>
- deletes the specified point/warpmgr list
- shows all points/warpmgr list public
- displays public points/warpmgr list personal
- shows personal points/warpmgr list all
- displays the complete list of points/warpmgr visibility <name>
- changes the point's visibility/warpmgr update <name> <x> <y> <z> <yaw> <pitch>
- updates the point's coordinates
Configuration
The configuration file is located at world/serverconfig/worldwarps-server.toml
. Available parameters:
warpLimit
- maximum number of points per player (in development)canWarpPermissionLevel
- permission level for using teleportationcanChangeTypePermissionLevel
- permission level for changing point typecanCreateWarpPermissionLevel
- permission level for creating pointswarpAdminPermissionLevel
- permission level for point administrator
Permissions
The system is integrated with access rights, allowing configuration of permissions for each command:
worldwarps.can_warp
- allows use of the/warp
commandworldwarps.can_create_warp
- allows point creation via/warpmgr create
worldwarps.can_change_type
- allows changing point visibilityworldwarps.warp_admin
- provides administrative rights for point management
License
WorldWarps is distributed under the MIT license. Details can be found in the LICENSE
file.