📄️ Start
Guides and information on various parts of making a plugin for WorldTool. A plugin is another data pack that can be added to the same world as WorldTool and has the ability to add and change various functionality.
📄️ Hooks
A hook is a function tag under the path worldtool:hooks/. WorldTool has a lot of different hooks that allow you to enter your own code to add to or change various things.
📄️ Translations
WorldTool's translations are stored in function files, which set storage values in the worldtool
📄️ Processes
About processes and process data.
📄️ General Tool Operations
To add a button to either open your operation menu or start your operation, use the uigeneral/pluginpage hook.
📄️ Brushes
Step-by-step instructions on how to make a brush for the Brush Tool:
📄️ Shapes
Shapes are generated with specified properties using the Shape Generation Tool
📄️ Tools
Some useful tools to use in menus and various other places.