Config file

You do not need to alter anything in here unless you want to customise your experience with disease

## BYTE Disease config File

## Welcome to the RPG plugin designed for www.byte.org.uk be careful how you edit the following details use a yaml editor if you do have to edit this file.


################## Bar and scoreboards ###################

##Use the BYTE scoreboard
byteScoreboardEnabled: true

##use scoreboard stats for Disease levels
useScoreboardStats: false

##use worldguard cure regions
useWorldGuard: false

################## world settings #########################

##Enabled worlds
worlds:
  - world
  - world_nether
  - world_the_end

################## Disease check settings #################

##Time in ticks between each disease check
timeBetweenChecks: 500


################## Disease levels ################

##levels at which messages sent in %

##temperature levels at which stuff happens
warm: 40
hot: 60
fever: 80


##Sickness levels at which events happen
unwell: 40
queasy: 60
sick: 80



################ Disease Infection chance ################

##change this for odds, 10 is 1 in 10 chance, 100 is 1 in 100 chance - best keep even numbers for fleshwound modifier


swampFeverChance: 35
yellowFeverChance: 100
choleraChance: 100
poxChance: 100
plagueChance: 100
pneumoniaChance: 100
whoopingCoughChance: 100
openWoundChance: 100

##chance of cutting your hand punching blocks with no tool
fleshWoundChance: 15
##chance of breaking your leg on fall
brokenLegChance: 15

################ Disease Cure  chances ################

##amount the temp cure potion redcues temperature and sickness by and the chance it cures the disease if you reach 0

tempCureReduction: 35
tempCureChance: 10

################ Choking Foods ########################

##chance of choking 
chokeChance: 250

##list the fods that have a chance of choking you 
chokeItems:
  - 260
  - 297
  - 319
  - 320
  - 349
  - 350
  - 358
  - 363
  - 364
  - 365
  - 366
  - 367
  - 391
  - 392
  - 393
  - 411
  - 412
  - 423
  - 424