EngineHub / CraftBook

🔧 Machines, ICs, PLCs, and more!
https://enginehub.org/craftbook/
GNU General Public License v3.0
301 stars 164 forks source link

Chunks getting unloaded for unknown reasons #425

Closed LadyCailinBot closed 4 years ago

LadyCailinBot commented 11 years ago

CRAFTBOOK-2448 - Reported by noneandnonly

I was already talking to Me4502 about my issue but I'll redescribe it here:

I have a little area where people should get teleported with command blocks. There are just some pressure plates, giving the input downwards (wired together with redstone) to an unseen command block. Once I step on the pressure plate it gets activated and teleports me but when I come back (nobody was around me at that time) it's still triggered (like someone's still standing on it). So I got someone close to me and he stood a bit away as I teleported. After I came back it was all normal (pressure plate untriggered). So I thought a [Chunk] sign (Chunk Anchor) would do the same but apparently not. It's still the same as when nobody is around.

I've tried it on #1851 and will retry this on #1853 after the next restart but it looks like there were no changes made to chunk anchors so there will probably be no difference.

My list of plugins because Me4502 was already telling me it might be a plugin which forces to unload the chunk (even for 1 tick would be too much): Plugins (41): XPKeeper, GroupManager, NoCheatPlus, WorldEdit, MotdManager, CCLogger, JacobIRC, Quests, Vault, Multiverse-Core, LogBlock, Questioner, WorldGuard, AntiJoinBot, RemoteToolkitPlugin, Shout, MineBackup, BookManager, SurvivalGames, Permissions, RateOfXray, CraftBook, RandomLocation, mcMMO, MineCars, Essentials, Citizens, Fe, OtherDrops, EssentialsSpawn, Multiverse-Portals, Multiverse-Inventories, Multiverse-NetherPortals, RecipeManager, LWC, Reporter, dynmap, ChestShop, EssentialsChat, DeathTpPlus, AuthMe

If any of these cause known issues, tell me and I'll try to find out if it's really that.

LadyCailinBot commented 11 years ago

Comment by me4502

Was the chunk anchor in the exact same chunk?

LadyCailinBot commented 11 years ago

Comment by noneandnonly

I'm sure about that (was using WorldEdit + CUI to double check).

LadyCailinBot commented 11 years ago

Comment by noneandnonly

@me4502: Can you reproduce that problem or is it just happening on my server (so it's probably another plugin's fault?)?

LadyCailinBot commented 11 years ago

Comment by me4502

I haven't had time to check, but I'll do it later today once finished some school work.

LadyCailinBot commented 11 years ago

Comment by noneandnonly

So I tested it on my local server with nothing but Essentials, GroupManager, WorldEdit and CraftBook and it's still happening. I'll make a screenshot of the whole thing to let you check that I'm not doing anything wrong. The command block says "/warp @p" by the way. Used //chunk to select the chunk. http://i.imagebanana.com/img/a4rp1lk2/20130310_13.00.11.png Edit: Tested with only CraftBook and WorldEdit and it's still happening! No matter if I use only redstone or repeaters or put the command block away, it's always happening.

LadyCailinBot commented 11 years ago

Comment by me4502

This is a bukkit bug, the chunk stays loaded, but redstone gets stuck.

Bukkit ticket is at: https://bukkit.atlassian.net/browse/BUKKIT-3795