I need a warp plugin, but I only want the player to be able to warp from one warp location to another warp location. A command like /warp create {x} {y} {z} [Warp Name] that can only be accessed by an operator, and a command like /warp [Destination Warp] that anybody can use to teleport from a warp location to another warp location. Perhaps having a 10 block boundary around a warp location that allows you to teleport? Thanks for the plugin, it'd be extremely useful for my SMP (Extra points if you can warp any mount you're riding with you)
Got it requiring you to be within a certain radius of warp point to teleport to another warp point, radius can be changed in the config (default is 10). It will also teleport your mount with you. ReadMe & Source: https://github.com/nofishleft/NanoWarp Download: https://github.com/nofishleft/NanoWarp/releases/download/v0.1.1/NanoWarp.jar
xD Yep, but it doesn't really matter, cos the command has the permission set in the plugin.yml, that's just habbit for when I have one command doing multiple things (e.g. /warp create, /warp list) instead of each command doing separate things (e.g. /warpcreate /warplist).