Note: This resource requires Velt, and will not work without it.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
A simple warp script that requires Velt. It's been tested on 1.16 and should work reliably but should work just fine on other versions too.
Permissions
List all warps or use the warps GUI - warps.list
Set a warp - warps.setwarp
Delete a warp - warps.delwarp
Teleport to a warp - warps.warp and warps.warp.[warp]
Get the warp tool - warps.tool
Commands
/warptool - Get the warp-tool, an item which when you right click, opens the warps gui
/warps - Open the warps GUI
/warps list - List all warps
/warp <name> - Teleport to a warp
/setwarp <name> - Set a warp to your location
/delwarp <name> - Delete a warp
Showcase
Installation
1. Download Velt. You can do that here. Then, add it to your plugins folder, and restart.
2. Download the .zip file of this resource, then unzip it. You should see a warps.js file.
3. Put that warps.js file in your Velt/scripts folder. Then, restart, and you're done.
Using in your scripts
If you want to use this in your own scripts, you can use it like so:
Code (Text):const warps = require('./warps');
server.broadcast(`Warp list: ${warps.list()}`);
warps.setWarp('myWarp', { x: 1, y: 2, z: 3, world: 'world' });

Warps [Velt] 1.1.1
A simple warps script with Velt that lets you create, remove, teleport to, and list warps.
Recent Updates
- The BStats Update Mar 25, 2021
- The GUI update Mar 21, 2021
- The README Update Mar 21, 2021