Switch option

Example
@Switch(
title = "My Switch",
description = "This is my switch", // Recommended, default = ""
icon = "/my_switch.svg", // Optional, default = ""
category = "Switches", // Recommended, default = "General"
subcategory = "General" // Recommended, default = "General"
)
public static boolean mySwitch = false;
Last updated