CyberdyneCC / Thermos

(NO LONGER DEVELOPED) Minecraft Forge Server Software implementing the Spigot/Bukkit API, formerly known as Cauldron/MCPC
http://cyberdynecc.github.io/Thermos/
GNU General Public License v3.0
258 stars 184 forks source link

Lib's Disguises error #363

Closed ChefMC closed 8 years ago

ChefMC commented 8 years ago

Server Log: http://pastebin.com/J3ycuBGa

FML Log(s): none

Explanation of issue: Lib's Disguises plugin prints errors in console on startup. Plugin for 1.7.10 with Forge support: https://www.dropbox.com/s/wvo12rjlanxxa7v/LibsDisguises.jar?dl=1

How to recreate this issue: Idk, see log

Modpack Name: none

Mods Installed: none

Plugins Installed: Lib's Disguises, ProtocolLib, PermissionsEx. Also tried to install Minecraft Comes Alive (Real Villager Towns), but it also don't work (I think because it error in Lib's Disguises)

Warmroast Report: none

Thermos Version: 55-56

Forge Version: 1614

sameer commented 8 years ago

LibDisguises is accessing fields it shouldn't be accessing through reflection. These fields have been renamed by Forge and when it tries to access them expecting the Bukkit format, it fails. I am sorry but we are unable to support this plugin. Several authors have been able to create effects plugins that support Thermos, but I do not believe LibDisguises has done this.

ChefMC commented 8 years ago

I need it for one special NPC plugin and my custom plugins

ghost commented 8 years ago

Whether you need it or not is irrelevant, Robotia has made it very clear that it's unable to be supported due to the fact of how it was coded. Either fix the plugin yourself to be compatible with Forge's methods, or move onto something else.

ChefMC commented 8 years ago

I already decompiled Forge version of LibsDisguises. This plugin works but sending errors in console: http://pastebin.com/UNuDEH0P

java.lang.NoSuchMethodException: net.minecraft.util.AxisAlignedBB.(double, double, double, double, double, double)

What the new name of AxisAlignedBB method?

ChefMC commented 8 years ago

I will reborn this plugin. Just help me with some Forge methods I posted here

ChefMC commented 8 years ago

https://github.com/NDruce/LibsDisguisesThermos/blob/master/me/libraryaddict/disguise/utilities/ReflectionManager.java See the lines: 40, 605-611