By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
WarpCommand is a powerful and user-friendly plugin developed for PocketMine versions 4 and 5. It enhances the teleportation experience on your server by allowing players to create and manage custom warps effortlessly using simple commands.
Custom Warp Creation: With the "/setwarp" command, players can easily create personalized warps at any desired location in the game. The plugin automatically saves the player's coordinates and current world in the warps.yml file for future use.
Fast Teleportation: After creating a warp, the plugin generates a custom command associated with that warp. For example, if you create a warp named "city," the plugin creates the "/city" command. When executed, players are instantly teleported to the corresponding warp's position.
Warp Management Commands:
/updatewarp: This command allows you to update the coordinates of an existing warp without deleting and recreating it.
/delwarp: Use this command to delete a specific warp from your server, including its associated command.
/warps: By executing this command, players can view a list of all available warps on the server, along with their names.
warpcommand.setwarp:
warpcommand.delwarp:
warpcommand.warps:
warpcommand.updatewarp:
I developed this plugin because recently I went looking for a Warp plugin for my server and I didn't find any updated for PocketMine 5.
This is my first plugin on Poggit, I hope it helps people.
If you find any bugs when using WarpCommand, please report them in my GitHub repository. Thanks for helping me improve the plugin!
/setwarp name permission
.Added the new command "/updatewarp" to update the position of warps without having to delete them.
Implemented the functionality to change the command description through the "warps.yml" configuration file. Each command now defaults to a description in the form "Warp to warpName". You can change this in config.
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time