Armor Statues Datapack

Armor Statues Datapack

14.6k Downloads

[BUG] 1.17.1 Will not load correctly

linusvdv opened this issue ยท 1 comments

commented

Issue Description:

Datapack does not work.

What happens:

Bug Armorstand.txt

What you expected to happen:

  • it will show the Statues commands
  • book "Statues" will convert to the customizable Book

Steps to reproduce:

  1. Download the armor_statues_v2.9.2.zip of the version 1.17.1 of curseforge
  2. Insert the zip file into the file "world"/datapacks (my file is test1/datapacks)
  3. 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)

Bildschirmfoto vom 2022-07-13 18-53-47

commented

(https://www.reddit.com/r/Minecraft/comments/hrkbc5/comment/fyijswf/?utm_source=reddit&utm_medium=web2x&context=3 )

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.