Config for Power 1.5.2

Default config on 1.8:

# Look at http://dev.bukkit.org/server-mods/power/pages/config-for-power-1-5-2/ how to edit the config
Power:
  NoPermissions: Your are feckless!
  NoArgument: You have to type ONE argument!
  UnkownPower: The power %power% does not exist
  Bound:
    LEATHER: hard
    IRON_INGOT: legendary
    GOLD_INGOT: ultimative
  hard:
    msg: Kill this vermin!!!!
    WhichPotionToUser: SPEED
    MsgToOther:
      NearYou: Somebody unleashed the hard power!!!!!
      FarAway: You can feel a mysterious power....
      Enabled: true
    cooldown:
      time: 30000
      msg: You have to wait
    click: true
    Effect: false
    Explosion: false
    PotionToUser: true
    PoisonToOther: false
    StrikePlayerNearYou: false
    Zombie: false
    Arrows: true
    Weapon: false
    Armor: false
    Energy: true
    Platform: false
    FireRing: false
    Appetite: false
  legendary:
    msg: Muhahaha NOBODY CAN DO ANYTHING!
    WhichPotionToUser: SPEED
    MsgToOther:
      NearYou: Somebody unleashed the legendary power!!!!!
      FarAway: You can feel a mysterious power....
      Enabled: true
    cooldown:
      time: 60000
      msg: You have to wait
    click: true
    Effect: true
    Explosion: false
    PotionToUser: true
    PoisonToOther: true
    StrikePlayerNearYou: false
    Zombie: true
    Arrows: true
    Weapon: true
    Armor: true
    Energy: true
    Platform: false
    FireRing: true
    Appetite: true
  ultimative:
    msg: You are the Ultimative Lord!
    WhichPotionToUser: SPEED
    MsgToOther:
      NearYou: Somebody unleashed the ultimative power!!!!!
      FarAway: You can feel a mysterious power....
      Enabled: true
    cooldown:
      time: 120000
      msg: You have to wait
    click: false
    Effect: false
    Explosion: true
    PotionToUser: true
    PoisonToOther: true
    StrikePlayerNearYou: true
    Zombie: false
    Arrows: true
    Weapon: true
    Armor: true
    Energy: true
    Platform: true
    FireRing: false
    Appetite: true
#message if the player does not have permissions for the power
  NoPermissions: Your are feckless! 
#message if the player wrote more/less then 1 argument
  NoArgument: You have to type ONE argument!
#message if the player want to use a power, which does not exist
  UnkownPower: The power %power% does not exist

Here you can set, which powers are bound to a block:

Bound:
    LEATHER: hard
    IRON_INGOT: legendary
    GOLD_INGOT: ultimative

It could look like this too:

Bound:
    DIRT: hard
    LEATHER: legendary
    SAND: ultimative

So you can edit it like this:

Bound:
    <block>: <name>

And you can add more blocks:

Bound:
    LEATHER: hard
    IRON_INGOT: legendary
    GOLD_INGOT: ultimative
    SAND: thor
    LEATHER: god
    COMPASS: warlord

At least, theres the power. Example for a default power:

  ultimative:
#message if you use this
    msg: You are the Ultimative Lord!
#if you have PotionToUser = true, you will get this potion effect
    WhichPotionToUser: SPEED
    MsgToOther:
#players near you will get this message
      NearYou: Somebody unleashed the ultimative power!!!!!
#players, which are not near you will get this message
      FarAway: You can feel a mysterious power....
#should other players get a message?
      Enabled: true
    cooldown:
#cooldown time
      time: 120000
#message, if you want to use the power, before the cooldown is out
      msg: You have to wait
#now you can define, which actions should happen
    click: false
    Effect: false
    Explosion: true
    PotionToUser: true
    PoisonToOther: true
    StrikePlayerNearYou: true
    Zombie: false
    Arrows: true
    Weapon: true
    Armor: true
    Energy: true
    Platform: true
    FireRing: false
    Appetite: true

You can add more powers or delete the old powers.

IMPORTANT: WRITE THE NAME OF A POWER IN LOWER CASE


Comments

Posts Quoted:
Reply
Clear All Quotes