a simple plugin to create points in worlds of a server to teleport to by selecting them in the gui
this plugin includes a configuration file with one constant value for rows witch will define how many rows the gui will have to display points
there are 5 commands in this plugin and are as follows
/worldpoints - will display the worldpoints gui
/worldpoints <point name> - this will tab suggest a list of present points to do i direct warp to that point
/setpoint <name> <item> <color> <description> - will sent a world point <name> defines the name of the point (no spaces) and <item> defines the item to display as the point in the gui <color> is to define the color of the point in the gui and <description> is a non quoted long description allowing spaces (note all input to the command after the color will be counted as the description)
/wpr <name> - will remove a point where <name> is the name of the point to remove
/wp reload <config | plugin> - will reload the config files without the need to restart the server or reload the plugin
this plugin has 2 permission variables for non oped players to use the /setpoint aad /removepoint commands those permissions are worldpoints.admin and worldpoints.moderator
im still working to fix the need for permission levels by default please bear with me