Closed czerk89 closed 5 months ago
Odd from my testing this was actually functional with world-switching Will double-check.
Seems the issue is related to #587 as I can't replicate this after providing this fix.
Link; https://ci.craftationgaming.com/downloads Remember to remove your old ItemJoin.jar file
Let me know!~
EDIT: Offical release is now available; Link; https://www.spigotmc.org/resources/itemjoin.12661/download?version=542784
Server Version
paper-1.20.4-454
Resource Version
6.0.6-SNAPSHOT-b978
Dump Information
https://ci.craftationgaming.com/dump?id=operuwumal
Describe The Bug
An item that has
limit-modes
set doesn't generate onworld-switch
. This happens if thelimit-modes
is set to either CREATIVE or SURVIVAL. And this happens even if the world that you're teleporting into is CREATIVE or SURVIVAL.Expected Behavior
On world switch to a CREATIVE world, the item that has
limit-modes: CREATIVE
should generate. On world switch to a SURVIVAL world, the item that haslimit-modes: SURVIVAL
should generate.Steps To Reproduce
/mvtp
into either world, and neither item generates./gamemode creative
or/gamemode survival
(depending on the world), and then items appear. That tells me thegamemode-switch
trigger is working, but not theworld-switch
.If you delete the
limit-modes
then the items generate. So that tells me it's something withlimit-modes
.Additional Info
No response
Checklist