config + replace open-parties-and-claims

This commit is contained in:
Xikaro 2025-05-18 22:15:49 +05:00
parent f98b5292e8
commit ee1585ee79
12 changed files with 637 additions and 46 deletions

24
config/balm-client.toml Normal file
View file

@ -0,0 +1,24 @@
#This is an example enum property
#Allowed Values: Hello, World
exampleEnum = "Hello"
#This is an example int property
exampleInt = 42
#This is an example int list property
exampleIntList = [12, 24]
#This is an example boolean property
exampleBoolean = true
#This is an example string property
exampleString = "Hello World"
#This is an example string list property
exampleStringList = ["Hello", "World"]
#This is an example enum list property
exampleEnumList = ["Hello", "World"]
#This is an example resource location set property
exampleResourceLocationSet = ["minecraft:diamond", "minecraft:dirt"]
[exampleCategory]
#This is an example string inside a category
innerField = "I am inside"
#This is an example float inside a category
exampleFloat = 42.84000015258789