Create a Taser

Every taser is created in the tasers.yml config

Configuration Example

  taser_normal:
    material: "SHEARS"
    item-name: "&eDefault &LTaser &6«%charge%»"
    lore:
      - "&4Default Taser Lore!"
      - "&4Multi Line!"
      - "&7Change in the tasers.yml"
    taser-title: "&eYou Have Being Tasered!"
    taser-subtitle: "&7Default Sub Title"
    permission: "taser.use.default"
    reloads: 4
    taser-duration: 10
    delay-taser: 5
    make-damage: true
    damage: 3
    custom-model-data: 1
    realistic-taser-sound: true
    make-leave-vehicle: false
    sound: BLOCK_ANVIL_HIT
    sound-pitch: 2
    sound-volume: 1
    reload-type: "DROP"
    effects:
      - SLOW
      - BLINDNESS
      - POISON

Last updated