Skip to content

Instantly share code, notes, and snippets.

@admalledd
Created August 22, 2012 02:06
Show Gist options
  • Save admalledd/3421461 to your computer and use it in GitHub Desktop.
Save admalledd/3421461 to your computer and use it in GitHub Desktop.

all plugins and version info:

  • craftbukkit git-Bukkit-1.3.1-R2.0-17-g1a2f052-b2346jnks (MC: 1.3.1) (Implementing API version 1.3.1-R2.1-SNAPSHOT)

  • MultiInv Loading MultiInv v3.1.2-dev (build 60)

  • WorldEdit v1208-fe445a7

  • RetractableBridge v1.4

  • BookWorm v1.14

  • CommandBook v516-6b69837

  • PorteCoulissante v1.3

  • BKCommonLib v1.22

  • Vault v1.2.16-b184

  • Multiverse-Core v2.5-b572

  • PermissionsEx v1.19.3

  • BananaChunk v4.6

  • MyHome v2.2

  • MyWarp v2.2

  • WorldGuard v637-684214f

  • ChatManager v1.19.1

  • OtherDrops v2.6-beta1

  • Multiverse-Portals v2.5-b591

  • Permissions v2.7.7 (note that this is part of PEX)

  • Multiverse-NetherPortals v2.5-b569

  • Modifyworld v1.19.3

  • LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)

  • Sample Plugin v0.1 (this is https://gist.github.com/3420189 )

list of "good" plugins per test: (meaning that with these plugins the problem did not occur)

  • test1: Sample Plugin, MultiInv, Multiverse-Core, PermissionsEx, Modifyworld, LWC, Multiverse-Portals, Multiverse-NetherPortals, ChatManager

  • test3: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, Vault, Multiverse-Core, PermissionsEx, LWC, WorldGuard, ChatManager, Multiverse-Portals, Multiverse-NetherPortals, Modifyworld

  • test4: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, Vault, Multiverse-Core, PermissionsEx, LWC, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Multiverse-NetherPortals, Modifyworld*:: added otherdrops*

  • test7: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, Vault, Multiverse-Core, PermissionsEx, LWC, MyWarp, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Multiverse-NetherPortals, Modifyworld*:: added mywarp*

  • test10: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, Vault, Multiverse-Core, PermissionsEx, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Permissions, Multiverse-NetherPortals, Modifyworld, LWC*:: worked! missing: bannanachunk, BKcommon mywarp, myhome*

  • test11: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, Vault, Multiverse-Core, PermissionsEx, MyWarp, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Permissions, Multiverse-NetherPortals, Modifyworld, LWC*:: only missing myhome, bannanachunk and bkcommon, testing with +myhome but not bannanachunk or bkcommon next*

list of "bad" plugins per test: (meaning that with this /plugins list the problem did occur)

  • bad1: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, BKCommonLib, Vault, Multiverse-Core, PermissionsEx, BananaChunk, MyHome, MyWarp, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Permissions, Multiverse-NetherPortals, Modifyworld, LWC*:: all plugins used, so this one does not count as a proper test...*

  • test2: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, Vault, Multiverse-Core, PermissionsEx, LWC, MyHome, MyWarp, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Multiverse-NetherPortals, Modifyworld

  • test5: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, Vault, Multiverse-Core, PermissionsEx, LWC, MyHome, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Multiverse-NetherPortals, Modifyworld*:: (added myhome)*

  • test6: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, PorteCoulissante, Vault, Multiverse-Core, PermissionsEx, LWC, MyHome, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Multiverse-NetherPortals, Modifyworld::removed commandbook in case myhome and it were conflicting, apparently not.

  • test8: Sample Plugin, PermissionsEx, Modifyworld, MyHome:: seems to confirm that myhome is the issue, going to test all with just myhome missing.

  • test9: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, BKCommonLib, Vault, Multiverse-Core, PermissionsEx, BananaChunk, MyWarp, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Permissions, Multiverse-NetherPortals, Modifyworld, LWC:: with only myhome missing it still does not work, assuming that some event handler that changed is not functioning correctly and all that listen may break it? new narrowing beginning to find all such plugins.

  • test12: Sample Plugin, MultiInv, WorldEdit, RetractableBridge, BookWorm, CommandBook, PorteCoulissante, Vault, Multiverse-Core, PermissionsEx, MyHome, MyWarp, WorldGuard, ChatManager, OtherDrops, Multiverse-Portals, Permissions, Multiverse-NetherPortals, Modifyworld, LWC*:: seems myhome definitively has an issue, next is finding out /why/? i can live without bannanachunk or bkcommon (bk was a dependance of some other plugin i no longer have, and bannanachunk is probably not needed now that i have better hosting bandwidth)*

test results: It seems that MyHome 2.2 for some reason is conflicting and causing minecarts (and other entities) to become un-interactable, next step is copying a up-to-date mirror of my server plugins and config and test with that minus myhome. If that test works, I am going to go into the myhome code and rip out any un-needed feature that I do not use for now. later look into migrating to a new plugin for managing homes (commandbook? uhome?).

looks like it was myhome, bannanachunk and bkcommon that were the issue, I can drop bannanachunk and bkcommon, it is myhome that is the issue. working on stripping code now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment