Shevchik / SkinsRestorer

Spigot plugin that provides player skin management. Supports offline mode servers.
47 stars 36 forks source link

Changing world #2

Closed JakubJurkovic closed 10 years ago

JakubJurkovic commented 10 years ago

Plugins works until I enter different world that I logged in :( Console shows nothing. I use multiverse for another worlds. Players are defautly logged in world_new default world is world. Spigot version: Spigot 1.7.9-R0.3 Build 1543, development

Shevchik commented 10 years ago

I still see my skin even after changing world. Check your plugins.

JakubJurkovic commented 10 years ago

These are all my plugins: AuthMe, AutoMessage, ChestShop, Citizens, ClearLag, CompatNoCheatPlus, CoreProtect, cPlugins, CustomServerMessages, dynmap, Essentials, EssentialsChat, EssentialsSpawn, FakaHedaMinequery, Fe, FigAdmin, GAListener, HolographicDisplays, iControlU, Jobs, JSONAPI, KeepItems, LagMeter, LibsDisguises, LWC, mcMMO, MobArena, ModReq, Multiverse-Core, Multiverse-Inventories, Multiverse-Portals, MyPet, NoCheatPlus, PermissionsEx, Pixelator, PlotMe, PlugMan, ProtocolLib, pvparena, PwnFilter, Residence, SimpleReserve, SkinsRestorer, Vault, Votifier, VoxelSniper, WorldBorder, WorldEdit, WorldGuard

I do not see anything what would make a conflict.

Shevchik commented 10 years ago

That is strange, what version of spigot are you running?

JakubJurkovic commented 10 years ago

Spigot 1.7.9-R0.3 Build 1543, development

Shevchik commented 10 years ago

Can't see anything wrong here, but you still can try. Remove plugins one by one exept for protocollib and skinsresotrer and see if it helps. SkinsRestorer is independent from world because is just intercepts named entity spawn packet (it actually intercepts item spawn too to fix dropped head skins), so it may not work only if player name somehow changed after login or something intercepts this packet too and for some reason clears it.

JakubJurkovic commented 10 years ago

Well that will be a long night, gonna try.