Creating an addon
Main class
Your main class should extend DimensionsAddon
META-INF
When you are done coding, you have to let Dimensions know about the addon otherwise its not going to load it.
You need to create a few folders and files inside our src folder.
Inside the services folder you need to create a new file named:
Finally, inside the file, enter the path to your main class as you would with plugin.yml
Last updated