diff --git a/config/casinocraft-common.toml b/config/casinocraft-common.toml new file mode 100644 index 0000000..dd91b46 --- /dev/null +++ b/config/casinocraft-common.toml @@ -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 + diff --git a/config/lucky77-common.toml b/config/lucky77-common.toml new file mode 100644 index 0000000..1d611f0 --- /dev/null +++ b/config/lucky77-common.toml @@ -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 +