ValMobile / RealisticSurvival

Realistic Survival - A unique Spigot/Paper plugin inspired by RLCraft that aims to enhance pure survival, adventuring and RPG, and immersion of vanilla Minecraft.
GNU General Public License v3.0
32 stars 13 forks source link

Gui modification bug #27

Closed NoMercyPeace closed 1 year ago

NoMercyPeace commented 1 year ago

❗ Checklist

📍 Description

the RSVitem: gui_glass in the baubles folder doesnt change in the game gui but if i give it to me by command it shows that its fuctioning i think the problem is in the .jar file

📑 Reproduction Steps

  1. go to C:\Users\Desktop\server\plugins\RealisticSurvival\resources\baubles and open the item.yml file
  2. search gui_glass in the file and add a row (CustomModelData: number) Immagine 2023-03-12 135404

3 add the custom item with the custommodeldata in the resource pack 1\ baubles model folder Immagine 2023-03-12 135848

2\ minecraft model folder .json (custommodeldata folder) Immagine 2023-03-12 140012

4 restart your server 5 open the baubles bag 6 write the command /rsv give %player_name% gui_glass

💡 Expected Behavior

i wanted to do a clear design for the baubles bag like in the png Immagine 2023-03-12 134223 but it wasnt changing

📷 Screenshots / Videos

No response

📜 Server Log

No response

💻 Server Software

Spigot

🎮 Minecraft Version

1.19.x

⭐ Realistic Survival version

1.2.4

🧭 Other plugins

i have weaponry plus but i've merged it whit the RSV resource pack, and it never done any problem

NoMercyPeace commented 1 year ago

Solved: The changes will only be applied to new bauble guis that are re-created Pre-existing ones won't be affected. You'll have to delete your playerdata.yml file and let it regenerate

ValMobile commented 1 year ago

The bauble gui should automatically update as of version 1.2.5-RELEASE. It did not previously. Let me know if this is the case.