Configuration file

enabled: 
  disk:                    # enable/disable the usage of throwdisks on your server
    iron: true                                                  
    gold: true
    diamond: true
    emerald: true
  gem:                         # enable/disable the usage of gems on your server
    explosion: true
    fire: true
    lightning: true
    damage: true
    punch: true
    freeze: true
  crafting:                # enable/disable the crafting of disks, items or forgers on your server
    disk:
      iron: true
      gold: true
      diamond: true
      emerald: true
    forger: true
    gem:
      fire: true
      lightning: true
      damage: true
      punch: true
      explosion: true
      freeze: true
    
diskcooldownenabled: false           # enable/disable the usage of a cooldown for trhwodisks
diskcooldown: 3                # the duration of the cooldown in seconds
    
damage:           # the amount of damage and other configurable variables for disks and gems
  disk:
    iron: 5
    gold: 6
    diamond: 7
    emerald: 8
  gem:
    explosion:
      blockdamage: false
      strength: 1
    fire:
      ticks: 200
    lightning:
      damage: 2
    damage:
      damage: 4
    punch:
      strength: 2.5
    freeze:
      duration: 3

crafting:         # the data values used in the crafting of disks, forgers and gems
  disk:
    first: 49
    iron: 265
    gold: 266
    diamond: 264
  forger:
    first: 280
    second: 265
  gem:
    fire:
      first: 388
      second: 378
    lightning: 
      first: 388
      second: 370
    damage:
      first: 388
      second: 377
    punch:
      first: 388
      second: 353
    explosion:
      first: 388
      second: 389
    freeze:
      first: 388
      second: 379

Comments

Posts Quoted:
Reply
Clear All Quotes