Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curios add and remove commands don't work in servers, but work in singleplayer #327

Closed
IulianDan opened this issue Jul 25, 2023 · 1 comment
Assignees
Labels
type: bug Something isn't working

Comments

@IulianDan
Copy link

IulianDan commented Jul 25, 2023

Versions

  • Curios: curios-forge-5.2.0-beta.3+1.20.1
  • Forge: 47.1.42
    Observed Behavior: Can't use the command to add slots (/curios add belt IulianDan) on server, it says "Unknown curio slot type belt".
    Expected Behavior: Output: "1 slots of type belt have been added to IulianDan"
    Steps to Reproduce:
  1. Make a server using the official forge server files
  2. Add Curios Api and a mod that uses a slot (I'm using refined storage for the belt and body slots)
  3. Join the server and try to use the "/curios add" command
  4. It shows error in chat
    The command works fine in a singleplayer world, but breaks when using it in my server despite having OP. It also doesn't show the command autofill suggestion for the slots. Doing "/curios list" outputs "belt - refinedstorage" and "body - refinedstorage" but I can't add (or remove for that matter) any slots using commands.
@IulianDan IulianDan added the type: bug Something isn't working label Jul 25, 2023
@IulianDan
Copy link
Author

Should also note that I tried to use NBTExplorer to change the amount of slots within my player data (by changing Size in "curios:inventory" to 2 instead of 1), it made the server say I had invalid player data when trying to join. Changing it back fixed it.

@IulianDan IulianDan changed the title Curious add and remove commands don't work in servers, but work in singleplayer Curios add and remove commands don't work in servers, but work in singleplayer Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants