addon.json
As of April 3rd 2022
All addons are required to have an addon.json
file in their jar file
Like how plugins require a plugin.yml
file in theirs
Required Keys
This file has a few required keys needed
Key | Description | Type |
---|---|---|
name | What is the name of the addon you made? |
|
author | Who is the author of the addon
|
|
authors | Who is contributed to the development of the addon
|
|
version | What is the version of the addon
Example: |
|
supported-build | What build of SimplePets does this addon work on?
|
|
description | Give a brief description of what the addon does, Color codes can be used in the text
|
|
Example addon.json file
Last updated