pxewarp
a slightly customizable warp plugin
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
pxewarp
# pxewarp
a slightly customizable warp plugin
## features
### for players
- warp to positions set by admins using `/warp `
- list all warps (you have permission to teleport to) with `/warps`
### for admins
- set warps using `/setwarp `
- use minimessage to style the name (`/setwarp displayname `) and set the description (`/setwarp description `) of warps.
- require that players have permission to visit/see a warp with `/setwarp permission `
- delete a warp with `/delwarp `
teleport to a warp
view all available warps
reloads the
creates a new warp
modifies an existing warp
deletes a warp
click to view commands/permissions
/warp <warp>
teleport to a warp
- permission:
warps.warp
/warps
view all available warps
- permission:
warps.warp - aliases:
/warp
/warps reload
reloads the warps.yml file
- permission:
warps.reload
/setwarp <name>
creates a new warp
- permission:
warps.create
/setwarp <warp> ...
modifies an existing warp
change the location of a warp. if no location is given, the executor's location will be used insteadlocation [<location>]- permission:
warps.set.location - aliases:
/setwarp <warp>
- permission:
change the display name of a warp. minimessage can be used in the display name to style it. if no display name is given, the display name will be reset.displayname [<displayname>]- permission:
warps.set.displayname
- permission:
change the description of a warp as displayed when its name is hovered over. minimessage can be used in the description to style it. if no description is given, the description will be reset.description [<description>]- permission:
warps.set.description
- permission:
change the permission required to visit a warp. if no permission is given, the permission will be reset.permission [<permission>]- permission:
warps.set.permission
- permission:
/delwarp <warp>
deletes a warp
- permission:
warps.delete