main/Config Setup/Abilities.yml

Ice:
  #When Thor steps on ice, should mobs spawn?
  Use: true
  #How many blocks away should the mobs spawn?
  Radius: 6
Rain:
  #When using Thor's hammer, do you want it to rain?
  Use: true
  #What percent chance do you want it to rain?
  Chance: 10
#For height abilities, more than one ability can be used!
Height:
  High:
    #If a player is on high ground, should they get powers?
    Use: false
    #The player must be above this y coordinate in order to get powers.
    Y: 150
    Action:
      #Increase health?
      Increase: true
      #Decrease health?
      Decrease: false
      #Heal health?
      Heal: true
      #Kill health?
      Kill: false
      Command:
        #Execute command?
        Use: false
        #What command?
        #If the command starts with 'P:', the player will execute it.
        Command: 'P: example command'
  Low:
    #If a player is on low ground, should they get powers?
    Use: false
    #The player must be under this y coordinate in order to get powers.
    Y: 40
    Action:
      #Increase health?
      Increase: false
      #Decrease health?
      Decrease: true
      #Heal health?
      Heal: false
      #Kill health?
      Kill: true
      Command:
        #Execute command?
        Use: false
        #What command?
        #If the command starts with 'P:', the player will execute it.
        Command: 'P: example command'

Comments

Posts Quoted:
Reply
Clear All Quotes