saving json object to world data

Started by PlumagedDast9002 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
saving json object to world data

I have problem because I dont know how to save expandable json object to words data so when world loads data loads

I need it to saving networks on world not on client I am on MCreator 2024.4

json element :

{
 "WI-FIs": {
   "WI-FI_name": {
     "SSID": "WI-FI_name",
     "password": "password"
   }
 }
}
You will need either custom…
Tue, 07/29/2025 - 13:54

You will need either custom code for this, or use file manager plugin that I think was not updated to the latest versions yet