A plugin that allows players to switch between dimensions through commands.
QuickWarp
A simple PaperMC plugin that allows players to switch between dimensions using commands.
This is mostly for Minecraft Survival servers with many players on the same map in maybe a Lifesteal, Hardcore or Factions setup basically removing the hastle of end portals and portal trapping/portal crashing by directly teleporting a player to the dimension.
Table of Contents
Installation
To install QuickWarp on your PaperMC server, follow these steps:
- Download the latest release from the Releases page.
- Place the downloaded JAR file into the
plugins
folder of your PaperMC server. - Restart the server.
Commands
QuickWarp introduces simple yet powerful commands to enhance the teleportation experience for players and administrators.
Basic Dimension Teleportation
Players can use the following commands to switch between dimensions:
/overworld
: Teleports the player to the Overworld./nether
: Teleports the player to the Nether./end
: Teleports the player to the End.
If a player is already in the dimension they attempt to teleport to, an error message will be displayed in the chat.
Admin-defined Waypoints
Administrators have the ability to set specific teleport spots or waypoints. This feature is under development and will be available in future releases.
Configuration
The config.json
is quite simple.
{
"errorMSG": "You are already in this dimension.",
"permission": true
}
errorMSG
: Changes the message that is displayed in chat when a player runs a command for a dimension they are already in.permission
: If set totrue
then plugin will check for OP perms on the player, in other words if set totrue
only OP players can use it if set tofalse
all players can use it.
Compilation
If you wish to compile QuickWarp yourself, follow these commands based on your operating system:
Windows Commands:
gradlew setupdecompworkspace
gradlew clean
gradlew build
Linux Commands:
./gradlew setupdecompworkspace
./gradlew clean
./gradlew build
Contribution
If you'd like to contribute to QuickWarp, follow these steps:
- Fork the repository.
- Make the desired changes.
- Submit a pull request with a detailed description and title.
License
QuickWarp is licensed under the GPL-3.0 License. View the full license here.
Credits
- Prime: Cool HOOman - Project Creator and Maintainer.
More Collaborators Coming SOON...