rosecat-dev / IndividualKeepInv

Server-side Fabric mod that makes keepInventory work on an individual basis.
MIT License
1 stars 3 forks source link

KeepInventory state cannot be self-assigned via "@s" selector by non-op players. #4

Closed Neulooo closed 10 months ago

Neulooo commented 1 year ago

It does still work if you simply input your own name, just not with an "@s". And it does work for operators.

rosecat-dev commented 10 months ago

Unfortunately this is an issue with Vanilla Minecraft's code, doesn't allow for non-op players to use selectors, for some reason. I might fix this in the future with a small mixin but for now I'm gonna mark this as won't fix. Doesn't feel worth all the hassle of writing a new mixin; they're still pretty intimidating to me.