lenis0012 / NPCFactory

NPC Library for CraftBukkit mod.
MIT License
24 stars 19 forks source link

Hard spigot 1.8 fix. #18

Closed SupaHam closed 9 years ago

SupaHam commented 9 years ago

This requires Spigot's 1.8 patch, otherwise it'll go nuts. I'll create a soft and more polite implementation in the near future.

SupaHam commented 9 years ago

I never looked at #15 but that does pretty much the same as this PR, I'd prefer reflecting (or this current method) to avoid any breakages in the future.

lenis0012 commented 9 years ago

This will only work with spigot Not with users running 1.7.10 bukkit

DarkShimy00 commented 9 years ago

My PR (#15) might break in the future but it's the only way to provide a proper compatibility with normal Bukkit.

It's just a field which can be easily changed, anyway with every new version the plugin has to be updated.