potatolain / TravelPortals

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

Prune out any deprecated stuff #11

Closed potatolain closed 7 years ago

potatolain commented 10 years ago

Just need to take a pass through the plugin and remove deprecated methods, etc. I see a lot of .getTypeId && setTypeId. May need to change configs, too. What is the plan for this deprecation?

Phoenix616 commented 7 years ago

This should be implemented with ce7f588c now. Old numeric ids will still work as long as Bukkit does not remove the deprecated methods but you can use the enum names directly now and they are used as the default setting.