up configs
This commit is contained in:
parent
0ab8953865
commit
bd2f621e45
12
config/casinocraft-common.toml
Normal file
12
config/casinocraft-common.toml
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
["CASINO CONFIG"]
|
||||
#Allows Betting Inventory to be set to INFINITE
|
||||
config_creative_token = true
|
||||
#Allows Reward Inventory to be set to INFINITE
|
||||
config_creative_reward = true
|
||||
#Only Operators on a Server or Singleplayer with Cheats enabled can set INFINITE
|
||||
config_creative_oponly = false
|
||||
#How long until a player receives a timeout
|
||||
#Range: 1 ~ 10000
|
||||
config_timeout = 300
|
||||
|
||||
24
config/lucky77-common.toml
Normal file
24
config/lucky77-common.toml
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
["SPAWN RESTRICTIONS"]
|
||||
#Override default spawn rules for monsters. On TRUE, Monsters are then only allowed to spawn on a light level of 2 or below.
|
||||
#The Overworld at night is light level 5, restricting the monsters to only spawn in dark caves.
|
||||
Drowned = false
|
||||
Husk = false
|
||||
Stray = false
|
||||
CaveSpider = false
|
||||
Creeper = false
|
||||
Enderman = false
|
||||
Giant = false
|
||||
Skeleton = false
|
||||
Spider = false
|
||||
Witch = false
|
||||
Wither = false
|
||||
WitherSkeleton = false
|
||||
Zombie = false
|
||||
ZombieVillager = false
|
||||
Evoker = false
|
||||
Illusioner = false
|
||||
Ravager = false
|
||||
Vex = false
|
||||
Vindicator = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user