potatolain / TravelPortals

A portal system for Bukkit for Minecraft
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

Fix location polling when useplayermove is false on 1.9+ #17

Closed Phoenix616 closed 7 years ago

Phoenix616 commented 7 years ago

Oops, forgot to pr that in. This just fixes the issue were the position pollsing isn't working when disabling the useplayermove option because Bukkit#getOnlinePlayers returns a Collection and not an Array after 1.9.

potatolain commented 7 years ago

Thank you for taking care of that, and generally continuing to maintain this plugin - at this point you're doing a lot more of it than I am. I keep it running for a small server I've got with some friends, but obviously I'm not testing it very exhaustively anymore.

I'll get this out there tonight; it's a nice, simple change.

Phoenix616 commented 7 years ago

Well I myself am running the plugin and don't really want to go through the hassle of converting everything to a new plugin. I'll probably add UUID and Bungee support to it soon.