Carpet

Carpet

2M Downloads

Issues with /carpet command

antisoma opened this issue ยท 10 comments

commented

With the most recent snapshot (20w22a) and most recent carpet (1.3.25) the /carpet command becomes inaccessible or has limited options. Other carpet commands are unaffected (/log, /spawn, /script, etc.).

This happens after using /reload on the server - regardless of whether any datapacks are present or not (have tested with no datapacks - besides vanilla and fabric api).

Unfortunately /reload is required because 20w22a is having issues loading datapacks on server start.

Above, on "limited options" sometimes /carpet is still available but only allows list, removeDefault, and setDefault.

This is on a multiplayer server, with only Fabric and Carpet. I do run some datapacks but the issue persists with them removed.

commented

When I run /carpet list it does not work or return anything.
I have now tested without fabric api and the issue persists.

commented

yeah, but the other commands still work. and carpet list also works

commented

is your fabric installed correctly with the most recent version?

commented

wait im stupid. I thought it was just 1.3.25. This bug must have to do with the 20w22a, then

commented

Are you still able to edit the locked options from within the config file? What happens if you try to run /carpet list?

commented

have you tested without fabric api?

commented

Cannot reproduce in fc 1.3.25, mc 1.15.2

commented

can replicate. The must have mesup big times with command registration

commented

ok, in 22a - reloading re-registeres commands. Not sure why, but it does. Its kinda bad because it means all scarpet registered commands are also gone and maybe I should consider reloading them as well.

commented

fixed by d684548
not sure why they've done it this way and not sure why they are not resending the new command tree to clients.