Added "Tweak colors" tab to the Create tab to allow for quick color tweaks.
Downloads | 2,269 |
---|---|
Updated | 4 months ago |
Released | 2 years ago |
Created | 2 years ago |
Numeric ID | 243 |
Min. Openplanet | 1.26.0 |
This plugin lets you easily install and create custom styles for the Openplanet overlay.
To submit your own style to the index, either create an issue on Github or share your style on the Discord. Note that your style must adhere to a specific format in order to be installable.
Your style must be in a Github repository. (I might add support for other services later.) You must have an info.json
file in the root of your repository. Here's an example:
{
"description": "Example style for the Openplanet overlay.",
"screenshot": "Screenshot.jpg",
"style": "Example.toml"
}
The screenshot
and style
keys are relative paths within your repository. In the example above, this means you need a Screenshot.jpg
and Example.toml
in the root of your repository.
You can have multiple screenshots as well by using the screenshots
key as an array:
"screenshots": [ "...", "..." ]
You can find the source code for this plugin on Github.
Added "Tweak colors" tab to the Create tab to allow for quick color tweaks.