PGM
PGM copied to clipboard
Items that drop when a player logs out should respect itemkeep settings
e.g. if wood is on item keep but not item remove it will drop if a player leaves
In what cases is this relevant? If you have any items you dont want to be dropped, why not have them on itemremove?
Itemkeep is used together with a clear tag in the spawn kit to make things only not drop at death, but regardless of that stuff when a player dies the normal way items from itemkeep aren't dropped either.
Im guessing this should wait until https://github.com/PGMDev/PGM/blob/d5e607d488d17330201d2b7879337b08c8075b96/core/src/main/java/tc/oc/pgm/modules/ItemKeepMatchModule.java#L95-L97 is done