cryxli / ExpCraft

Levelcraft for Bukkit
http://forums.bukkit.org/threads/on-the-mend-levelcraft-v2-6-2-a-leveling-up-plugin-that-adds-a-challenge-to-minecraft-617-674.2261
MIT License
5 stars 0 forks source link

JavaPlugin.getDataFolder() is final #40

Closed cryxli closed 11 years ago

cryxli commented 11 years ago

With bukkit 1.4.5-R0.1 JavaPlugin.getDataFolder() became final which broke our whole design. (https://bukkit.atlassian.net/browse/BUKKIT-2984)

JavaPlugin.getDescription() is final, too. this breaks our testing project. -> Not a single project/module compiles anymore.

cryxli commented 11 years ago

Task: Upgrading to 1.4.5-R0.1; completed Defect: Fixing everything that has been obviously broken; it compiles - two ugly hacks added Review: Someone else! Test: (extensively) required

cryxli commented 11 years ago

Test: Is working. Review: Postponed.