Replies: 4 comments 8 replies
-
And I don't see any mention of a server property, so I'm not sure how this can be enabled for the server container. I'm going to convert this to a discussion so we can leave it around for people to answer. |
Beta Was this translation helpful? Give feedback.
-
As per : https://old.reddit.com/user/ProfessorValko/comments/9f438p/bedrock_dedicated_server_tutorial/
And the Holiday Creator stuff is experimental I think? |
Beta Was this translation helpful? Give feedback.
-
This program can read the file : https://github.com/tryashtar/nbt-studio Then i added these tags : https://wiki.bedrock.dev/nbt/experimental-education-edition.html And was abble to add mods |
Beta Was this translation helpful? Give feedback.
-
To enable experimental flags you must edit the world's Background...This was a HUGE pain to figure out. The first problem was figuring out how to edit these NBT files. You can see my journey in comments over here: #373 (reply in thread). I don't know if I saw it in a comment or if it was just on whim that I thought to try the VSCode extension. I vaguely recall seeing it before but was turned off because it said "Viewer" and I incorrectly assumed it couldn't edit files. The second problem was figuring out what exactly needed to be edited in these files. Fortunately, @itzg's comment over here #274 (comment) sparked the idea that I could use Minecraft Bedrock Launcher to create a world with the experimental flags enabled then inspect a vanilla Install a NBT editor. On Linux, the only one I could get to work was the VSCode extension NBT Viewer. Stop the server. Make a backup of the Make a backup of your
Now, edit the real
Scroll down to "experiments" and click the + to expand the options. Double-click the Next we need to add flags to the "experiments" section. To do this, left click once on the word "experiments" then click "Add Tag". You should now see an input for Name and Value like so: The flags you can add are all "Byte" types with a value of
Save the file. Here is an example final result: Start the server. You should see the experimental flags enabled in the UI like so: Further reading:
|
Beta Was this translation helpful? Give feedback.
-
Good evening. Trying to get a couple addons working for a peaceful world and some require the Holiday Creator setting to be enabled. This is grayed out for me (even as op). I didn't see an env for it, either. Any advice on enabling this?
Beta Was this translation helpful? Give feedback.
All reactions