config.toml
1 [plugin] 2 id = "dev.megu.godmode" 3 name = "GodMode" 4 description = "A very flawed plugin that makes you invincible! Kinda?" 5 version = "1.0.0" 6 supported_versions = ["1.0.0"] 7 url = "https://codeberg.org/ExanimaModding/Toolkit/src/branch/main/examples/godmode" 8 executable = "godmode.dll" 9 enabled = false 10 11 [plugin.author] 12 name = "Megu" 13 contact = "https://codeberg.org/ExanimaModding/Toolkit/issues" 14 url = "https://github.com/MeguminSama" 15 16 [[setting]] 17 name = "Example Setting 1" 18 id = "example_setting_1" 19 description = "This is an example setting." 20 default = "Hello, World!" 21 22 [[setting]] 23 name = "Example Setting 2" 24 id = "example_setting_2" 25 description = "Set the answer to life, the universe, and everything." 26 default = 42