Features:
- own or no message for each warp
- permissions for each warp
- two languages support (German and English)
- Essentials compatible
- gui for /warps
- toggleing gui on/off
- Warpsigns
- use as API
Commands:
- /setwarp [warpname] [vert|nothing] [Message when user warping to it(If you set no message it will be send no message)]
- /warps
- /delwarp [warpname]
- /warp [warpname]
- /togglegui
- /nw reload
Permissions:
- nw.warp
- nw.delwarp
- nw.setwarp
- nw.warps.[warpname]
- nw.warplist
- nw.warplist.gui
- nw.togglegui
- nw.removesign
- nw.createsign
Add gui permissions:
- the player needs the permissions: nw.warplist and nw.warplist.gui
Config:
API:Code (Text):# Config
# the available languages are de for german and en for english
# in the 3rd line there must be the warpname
language: en
input-sign:
'1': '[Warp]'
'2': ''
'4': ''
output-sign:
'1': '&9[Warp]'
'2': '&4*Click me*'
'4': ''
Code (Text):NexusWarps.getWarpLocation(String warpname, boolean vert)
NexusWarps.getWarpMessage(String warpname)
public void onWarp(PlayerWarpEvent event){
String warpmessage = e.getWarpmessage();
String warpname = e.getWarpname();
Player player = e.getPlayer();
Location loc = e.getLocation();
player.sendMessage("§2You were now at" +
warpname + "and the message is " + warpmessage)
}

[Abandoned] NexusWarps [MC 1.8] 1.8
This plugin is a simple and helpful Warping Plugin!
Recent Updates
- Now added a Event for developers! Jun 26, 2015
- Added new features! Jun 26, 2015
- Updating signs Jun 21, 2015