Ways of writing Addons

There are 2 ways for writing Neon Addons.

Ways of writing Addons

  • This utilises a .java file as the source code along with custom metadata, simplifying the process of writing Addons.

Ways of writing Addons

  • This approach uses a Java project, enabling the creation of more advanced Addons, though it may result in a slower development process.

Last updated