Мова

ZorroAbility

ZorroAbility

Modrinth

This is a plugin that adds a few abilities to Minecraft completely Server side !

15 завантажень 1 підписників оновлено 1mo ago
Modrinth
Paper 1.21.11 – 1.21.11 AdventureGame-mechanicsUtility

ZorroAbilites

This Plugin was originaly made for my minecraft server zorrosmp.de since we decided not to use it I am publishing it.
ZorroAbilies is a Minecraft Paper plugin that adds abilities that can be used with a totem of undying in the off hand the plugin is completely server side and does not need any modifications client side its also bedrock (geysermc) compatible meaning it can be used by every player ! This plugins adds following abilities:

- Fireball (Launch a small explosive fireball.)

- Ninja (Teleport behind your target.)

- Thunder (Strike lightning on your target.)

- Grapple (Pull yourself forward quickly.)

- Freeze (Freeze your target briefly.)

- SmokeBomb (Temporary invisibility + speed.)

- Dash (Dash forward instantly.)

- Shield (Temporary resistance + absorption.)

- Heal (Instantly heal yourself.)

- Pull (Pull your target towards you.)

- Explosive Arrows (Shoot an explosive arrow.)

- Position Switcher (Swap position with your target.)

- Leap (Leap forward powerfully.)

- Blink (Teleport forward instantly.)

Here is the full config.yml

# ======================================
# ZorroAbility Configuration
# ======================================

prefix: "&8[&x&f&f&b&f&0&0✦&8] &x&f&f&9&a&0&0ZorroAbility &8» &7"

# ======================================
# Economy Settings
# ======================================

economy:
  provider: "zorro"
  # Available providers:
  # zorro
  # vault
  # coinsengine

  coinsengine-currency: "foxshards"
  vault-currency-name: "money"

# ======================================
# GUI Settings
# ======================================

gui:
  abilities_title: "&c⚔ &fPvP Abilities"
  size: 54

# ======================================
# Active Ability Settings
# ======================================

active_abilities:
  switch_cooldown: 20
  activation: "SWAP_HANDS"
  required_item: "NONE"

# ======================================
# Totem System
# ======================================

totem_system:
  enabled: true
  required_item: "TOTEM_OF_UNDYING"
  max_lives: 5
  show_actionbar: true
  actionbar_message: "&6Totem &8▪ &c❤ {lives}&7/&c❤ {max} &8▪ &e{ability}"

# ======================================
# PvP Abilities
# ======================================

pvp_abilities:

  fireball:
    enabled: true
    name: "&c🔥 Fireball"
    description:
      - "&7Launch a small explosive fireball."
      - ""
      - "&eDamage: &f4❤"
    material: FIRE_CHARGE
    slot: 10
    price: 1500
    cooldown: 8

  ninja:
    enabled: true
    name: "&8🥷 Ninja"
    description:
      - "&7Teleport behind your target."
      - ""
      - "&eRange: &f15 blocks"
    material: WITHER_SKELETON_SKULL
    slot: 11
    price: 2200
    cooldown: 15
    range: 15

  thunder:
    enabled: true
    name: "&e⚡ Thunder"
    description:
      - "&7Strike lightning on your target."
      - ""
      - "&eDamage: &f6❤"
    material: LIGHTNING_ROD
    slot: 12
    price: 3200
    cooldown: 25
    range: 20

  grapple:
    enabled: true
    name: "&a🪝 Grapple"
    description:
      - "&7Pull yourself forward quickly."
      - ""
      - "&eRange: &f30 blocks"
    material: FISHING_ROD
    slot: 13
    price: 1800
    cooldown: 10
    range: 30

  freeze:
    enabled: true
    name: "&b❄ Freeze"
    description:
      - "&7Freeze your target briefly."
      - ""
      - "&eDuration: &f3s"
    material: BLUE_ICE
    slot: 14
    price: 3800
    cooldown: 30
    duration: 3
    range: 10

  smoke_bomb:
    enabled: true
    name: "&7💨 Smoke Bomb"
    description:
      - "&7Temporary invisibility + speed."
      - ""
      - "&eDuration: &f5s"
    material: GUNPOWDER
    slot: 15
    price: 2100
    cooldown: 20
    duration: 5

  dash:
    enabled: true
    name: "&d💨 Dash"
    description:
      - "&7Dash forward instantly."
      - ""
      - "&eDistance: &f10 blocks"
    material: FEATHER
    slot: 16
    price: 1400
    cooldown: 6

  shield:
    enabled: true
    name: "&e🛡 Shield"
    description:
      - "&7Temporary resistance + absorption."
      - ""
      - "&eDuration: &f3s"
    material: SHIELD
    slot: 19
    price: 4200
    cooldown: 35
    duration: 3

  heal:
    enabled: true
    name: "&a❤ Heal"
    description:
      - "&7Instantly heal yourself."
      - ""
      - "&eHeal: &f6❤"
    material: GLISTERING_MELON_SLICE
    slot: 20
    price: 2500
    cooldown: 25
    heal_amount: 12

  pull:
    enabled: true
    name: "&5🌀 Pull"
    description:
      - "&7Pull your target towards you."
      - ""
      - "&eRange: &f15 blocks"
    material: ENDER_PEARL
    slot: 21
    price: 2600
    cooldown: 15
    range: 15

  explosive_arrow:
    enabled: true
    name: "&c💣 Explosive Arrow"
    description:
      - "&7Shoot an explosive arrow."
      - ""
      - "&eRange: &f40 blocks"
    material: SPECTRAL_ARROW
    slot: 22
    price: 3000
    cooldown: 12

  switcher:
    enabled: true
    name: "&d🔄 Switcher"
    description:
      - "&7Swap position with your target."
      - ""
      - "&eRange: &f20 blocks"
    material: ENDER_EYE
    slot: 23
    price: 3400
    cooldown: 20
    range: 20

  leap:
    enabled: true
    name: "&a🦘 Leap"
    description:
      - "&7Leap forward powerfully."
      - ""
      - "&eMobility Ability"
    material: RABBIT_FOOT
    slot: 24
    price: 1700
    cooldown: 10

  blink:
    enabled: true
    name: "&b✨ Blink"
    description:
      - "&7Teleport forward instantly."
      - ""
      - "&eDistance: &f8 blocks"
    material: CHORUS_FRUIT
    slot: 25
    price: 2400
    cooldown: 12
    range: 8

# ======================================
# Decoration
# ======================================

decoration:
  filler:
    enabled: true
    material: BLACK_STAINED_GLASS_PANE
    name: " "
    slots: [0,1,2,3,4,5,6,7,8,45,46,47,51,52,53]

  info_abilities:
    material: NETHER_STAR
    slot: 4
    name: "&c⚔ &fPvP Abilities"
    lore:
      - "&7Purchase active PvP abilities."
      - ""
      - "&bYour Balance: &f{balance}"
      - ""
      - "&7Only &e1 ability &7can be active."
      - "&7Use &e/ab select <ability>"
      - "&7Activate with &e[F] or /use"

# ======================================
# Messages
# ======================================

messages:
  ability_purchased: "&aAbility &e{ability} &apurchased successfully!"
  ability_enabled: "&aAbility &e{ability} &ais now active."
  ability_disabled: "&cAbility &e{ability} &cis now disabled."
  not_enough_money: "&cNot enough balance! &7Required: &d{price}"
  no_abilities: "&cYou do not own any abilities yet."
  ability_not_found: "&cThis ability does not exist."
  config_reloaded: "&aConfiguration reloaded."

  active_selected: "&aActive ability set to &e{ability}"
  active_cooldown: "&cAbility on cooldown! &7{time}s remaining."
  active_switch_cooldown: "&cYou must wait &e{time}s &cbefore switching."
  active_used: "&7Used ability &e{ability}"
  active_no_target: "&cNo target in range."
  active_no_ability: "&cSelect an ability first using &e/ab select <ability>"
  active_not_owned: "&cYou do not own this ability."

  no_totem_lives: "&cYour totem has no lives left."
  totem_warning: "&c⚠ Only {lives} totem lives remaining!"
  totem_consumed: "&cYour totem has been consumed."

Версії

Історія версій недоступна. Натисни «Завантажити», щоб отримати останню версію з джерела.

Коментарі 0

Поки немає коментарів. Будь першим, хто поділиться думкою.

Завантажити ZorroAbility

Файли надаються напряму з першоджерела. Modgrid не зберігає та не змінює їх.