pxewarp

a slightly customizable warp plugin

9

Quick challenge

How far can you run before the mobs catch you?

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 `
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
  • location [<location>]

    change the location of a warp. if no location is given, the executor's location will be used instead
    • permission: warps.set.location
    • aliases: /setwarp <warp>
  • displayname [<displayname>]

    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.
    • permission: warps.set.displayname
  • description [<description>]

    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.
    • permission: warps.set.description
  • permission [<permission>]

    change the permission required to visit a warp. if no permission is given, the permission will be reset.
    • permission: warps.set.permission

/delwarp <warp>

deletes a warp
  • permission: warps.delete
ADS