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.
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
/qw overworld
: Teleports the player to the Overworld./qw nether
: Teleports the player to the Nether./qw 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.
Configuration
The config.json
is quite simple.
{
"permission": true,
"errorMSG": "You are already in this dimension.",
}
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.
Future Features
Features I wish to implement, if you're a paper dev then feel free to help.
- Allow for setup of pre-determined waypoints that can be named and warped to.
- Make a UI for warping (maybe).
- Add a particle effect on warp.
- Add temporary damage immunity on warp.
These will all be added (except maybe number 2 most coz I'm a bad developer and I think making a GUI will kill the point of the plugin being a fast means of travel).
Compilation
If you wish to compile QuickWarp yourself, follow these commands based on your operating system:
Windows Commands:
gradlew clean
gradlew build
Linux Commands:
./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,
Credits
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+