Annotation Interface ValueOnNoGCAPIServer
Adding this to a config field will reset it to this value on joining a server without GCAPI, and return it to what it was on leaving.
Use the load listeners if you want to do something more fancy.
Due to limitations, you cannot use 0 or empty (false-y) values.
ValueOnVanillaServer takes priority over this.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionfloatint
-
Element Details
-
stringValue
String stringValue- Default:
- ""
-
integerValue
int integerValue- Default:
- 0
-
floatValue
float floatValue- Default:
- 0.0f
-
booleanValue
TriBoolean booleanValue- Default:
- DEFAULT
-