Gutted and reworked the engine to make it
much more flexible.
This is a beta version. Use at your own risk. Please see the docs tab to learn how to configure it as I haven't made the in game command structure yet.
Added ability for the plugin to force a spawn location when people join/die and related commands.
These are the new messages to go in config under messages:
Code (Text):
spawn-set: '&6Spawn location set to &7[&e%world%&7] &a%x% &7/ &a%y% &7/ &a%z%'
forcespawn-enabled: '&6Force spawn to fixed location enabled'
forcespawn-disabled: '&6Force spawn to fixed location disabled'
cant-go: '&cThere is not a saved location to which I can teleport you!'
help-forcespawn: '&a/ll forcespawn &2(join | respawn) &7- &6Toggles if people should be forced to the set spawn on join or respawn'
help-spawn: '&a/ll spawn &7- &6Teleports you to the forced spawn, if set'
help-setspawn: '&a/ll setspawn &7- &6Sets the force spawn to this location'
help-go: '&a/ll go &7- &6Teleports you to the last location on the last world you were'
Started the plugin over from scratch. Please read the new overview page to familiarize yourself with it. Dump your old config file, it will not be useable with version 2.
Added ability to set world portals to warp to a random location on said world
Added ability to enable/disable LastLocation features on a portal or globally
Various bug fixes