Krakenied

Results 63 comments of Krakenied

^ did some micro opts but I think it won't help much https://github.com/LMBishop/Quests/actions/runs/3679637272

You can always try starting the server on Java 17 with `-DPaper.IgnoreJavaVersion=true` flag (it's only supported on Paper)

> Found a bug: When the piston does not move a block during retraction, the event PistonRetractEvent will show an opposite facing compared to when it does move a block....

https://github.com/PaperMC/Paper/assets/46192742/f33fb12b-a480-43f4-a5ba-3323d32ffd25

https://github.com/PaperMC/Paper/assets/46192742/f9ac2bb5-1cab-4231-bb15-99111a03113f Works properly, I tested cancelling too and it works as well.

> Ok, I think the correct solution is for getDirection to return the same value regardless of if its an extend or retract, just returning the direction the piston head...

Its now broken for custom drivers due to the lowercase https://github.com/games647/FastLogin/blob/70960661b43aa9a4688d6c46adbff5da809854ed/core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java#L51

You have to create a file in `plugins/Quests/items/` directory and set its content to, for example: `test123.yml` ``` type: itemsadder item: id: "enderiteexpansion:ancient_enderite" ``` And then refer to it with:...

Added in https://github.com/LMBishop/Quests/pull/642