[BUG] 1.17.1 Will not load correctly
linusvdv opened this issue ยท 1 comments
Issue Description:
Datapack does not work.
What happens:
What you expected to happen:
- it will show the Statues commands
- book "Statues" will convert to the customizable Book
Steps to reproduce:
- Download the armor_statues_v2.9.2.zip of the version 1.17.1 of curseforge
- Insert the zip file into the file "world"/datapacks (my file is test1/datapacks)
- Start a Minecraft server on the version 1.17.1
Affected Versions (Do not use "latest"):
-
Minecraft: 1.17.1
-
Armor Statues: armor_statues_v2.9.2.zip
-
Server
-
Optifine? - NO
Screenshots (Optional)
Found the solution, for some reason, my .jar defaults function-permission-level to 1.
I tried to recreate the server and redownloaded the .jar file and file by file, I copied the problematic server to the freshly downloaded server and starting it to see what are the changes, then whenever I copied the server.properties, it gives out the error. Turns out that function-permission-level is set to 1, when set to 2, everything is running correctly.
Then I tried to recreate a server from the previous .jar file then there it is, the setting is set to 1 in a fresh server creation.
Still not sure what happened, maybe because I was changing arguments in my jdk as I am trying to make compilation faster for future projects and broke my install.
Hopefully this will help others.