You can search project wide for the keyword "todo" to see what you should change.
Note: You need to activate scripting in the world (edit the world in minecraft and check the holiday creator features within the experiments)
To disable scripting:
- remove the
npm.cmd run buildcommand from the config (Main.kt) - remove the
scriptEntryFilefrom the config (Main.kt) - remove the
scriptingVersionfrom the config (Main.kt) - remove the
scripts()function call from the addon (Main.kt) - optionally you can remove the whole scripting directory on the root