[SPIGOT-2456] Signs broken in Spigot 1.10.2 / Skript Created: 26/Jun/16 Updated: 30/Dec/18 Resolved: 27/Jun/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | SlimeDog | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 6 |
Labels: | bug | ||
Environment: |
Test server. Spigot 1.10.2 latest, the usual range of up-to-date plugins: WE/WG, MV, PEX, Skript, etc. Skript is old, of course, everything else latest pulls. |
Plugin: | Skript |
Description |
I have a simple Script-controlled garbage pail, a chest with a sign above it. Up to Spigot 1.10, the following action worked. When I right-click on the chest to transfer items to it, the indicated line changes; there is similar logic on left-click to empty the chest. With Spigot 1.10.2 and no plugins changed, all four lines of the sign are empty following either click action. There are no messages to the log indicating error (or anything else). // the block above the clicked block is a sign ... if line 2 of the block above the clicked block is "GARBAGE": set line 4 of the block above the clicked block to "LOADED" I appreciate that Skript is old and unsupported, and irrelevant to Spigot per se, but Spigot 1.10.2 or upstream 1.10.2 broke this feature. Can something be done? |
Comments |
Comment by Vinh Nguyen [ 30/Dec/18 ] |
Hey how do I dm you so you can teach me about the hopper chunk unloading problem? |
Comment by WolfezzBlazer [ 27/Jun/16 ] |
@Black Hole, tested it, they doesn't ^^ |
Comment by SlimeDog [ 27/Jun/16 ] |
Just curious about process. I ran a build, so picked up this change, even though /version reported that I was running the latest version. I suspect that fixes are bundled together to bump the version number, but I would be interested to hear more. |
Comment by SlimeDog [ 27/Jun/16 ] |
Somehow, that doesn't sound quite so bad as eating pistons. MD_5 = the greatest! Thanks. |
Comment by Black Hole [ 27/Jun/16 ] |
I wonder if command blocks might lose their commands when changing between Impulse/Chain/Repeat. |
Comment by Hew Daily [ 27/Jun/16 ] |
Just amazing. md_5 says it's resolved, I update to the latest version, and alllllll the signs are back! Thank you thank you thank you thank you thank you! |
Comment by Z750 [ 26/Jun/16 ] |
Linked patch was only barely tested, which is why it was still there. It started eating pistons recently. Looking at a similar but ultimately different resolution now. |
Comment by Hew Daily [ 26/Jun/16 ] |
Well I wouldn't assume anything but these guys are freakin' good. In 1.9 we saw no movement but a little bit of interest from md_5 on a chunk-edge/hopper issue. Then - BAM - fixed. No ceremony, no real comment on it, it just got fixed. Hang tight I guess? |
Comment by SlimeDog [ 26/Jun/16 ] |
I EDIT: I observe that issues are addressed quickly. No muss, no fuss, just done. Since I don't delve into the code, I contribute financially to support the effort, and encourage other operators to do the same. |
Comment by Martin | MiniDigger [ 26/Jun/16 ] |
paper has a patch for this https://github.com/PaperMC/Paper/commit/bb3c7b16e5b6aad59932a467d3707139d4456154 |
Comment by Brokkonaut [ 26/Jun/16 ] |
Quite sure that it is this change: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/341da0730b233e1e65d55435df0a2a6ad0246cc6 It should only set to air if the blocktype has changed and not always... EDIT: |
Comment by Brokkonaut [ 26/Jun/16 ] |
Confirmed. I have tried a Spigot with only one plugin that does only this: http://pastebin.com/hphJLbdK When right clicking any sign on 1.10.2 while that plugin is active the text is cleared. [19:30:27 INFO]: This server is running CraftBukkit version git-Spigot-5391d73-0ebb9c7 (MC: 1.10.2) (Implementing API version 1.10.2-R0.1-SNAPSHOT) |
Comment by SlimeDog [ 26/Jun/16 ] |
|