Player position triggering teleports
- by jSherz
I'm developing a Minecraft plugin (bukkit) in which a server admin can create 'portals' - a small region that will teleport any players who enter it. I have the teleportation sorted and I know how I could define areas that the player's position could be tested against.
This would involve an ArrayList containing the zones and then hooking the…