Write plugin manifest

Here we talk about TheoTown in general.
User avatar
Sharizal zul
Small-town resident
Reactions:
Posts: 39
Joined: 17 Jun 2021, 17:33
Plugins: Showcase Store
Version: Beta

Write plugin manifest

#1

Post by Sharizal zul »

Somebody who know how to write the plugin manifest in correctly.

{
"id":"80292ecc190ca7fde8dd53e7941829bf", // Unique id for the plugin, you can put anything here, as always it doesn't repeat with other ones
"version":1, // Plugin version code, you can put any number here
"title":"Four Seasons Hotel Bahrain Bay", // Title for the plugin, pretty self-explanatory
"text":"Tallest building in Bahrain, height 270 metres located in Manama, Bahrain.\n\n*Included night animation\n\nThank you!", //Description of the Plugin. Optional
"author":"Sharizal zul", //The maker of the plugin (Yourself, basically)
"thumbnail":"preview.png", // Thumbnail image file, like in the plugin store. Optional
"category":false, // Specify whether to show a category for the plugin. Optional
"url":"https://forum.theotown.com/", //Specify where the plugin can be downloaded from. Optional
"multiplayer":true, //Specify whether the plugin can be used in online mode. True by default
"min version":0 // Minimum required version of the game to run the plugin. Optional
}

Return to “Game Discussion”