980
收录服务器
1273
注册
39 268
玩家
MonsterHamster
RPG,老板,魔法,传奇武器,点数
作 者 CloeRS
发布时间 2021年5月2日
支持核心 Spigot
原生版本
支持版本 1.12
点此下载

本插件为 Minecraft 添加了多种具有不同效果和消耗的附魔,同时提供了一些管理和召唤怪物的指令。

🎉

Enchantments 附魔

  • Freeze(冰冻): 减缓敌人速度 (可配置)。
  • Poison(中毒): 使敌人中毒,中毒等级可配置。
  • Fireball(火球): 有几率发射火球。
  • Vampirism(吸血): 每次攻击有几率吸取生命值 (可配置)。
  • Healer(治疗): 牺牲自己的生命值来治疗他人 (可配置)。
  • Fly(飞行): 允许飞行,但会消耗饥饿值 (可配置)。
  • Smelting(熔炼): 破坏方块时自动熔炼 (可配置)。
🔑

Permissions 权限

  • monsterhamster.admin: 管理员指令权限。
  • monsterhamster.shop: 商店访问权限。
  • monsterhamster.summon: 召唤怪物权限。
  • monsterhamster.player: 玩家默认权限。
  • monsterhamster.bypass: 免受技能伤害(部分)。
💻

Commands 命令

  • 玩家
    • monstersummon
    • monsterhamster
    • bshop
    • bosspoints
  • 管理员
    • mmodify
    • msetspawn
    • menchant
  • 自定义
⚙️

Config 配置


Config:
  #Uses less resources, made for networks and large servers
  NetworkMode: false
  spawnTimer: true
  # In ticks -> https://www.mapmaking.fr/tick/ # Default 30 minutes
  spawnTime: 36000
  # Max 32
  rewardKillBoss: 1
  ShopGui:
    name: "MonsterShop"
  spawnBroadcast: true
  Enchantments:
    Load_Enchantments: true
    Active_Enchantments: true
    PoisonTime: 50
    PoisonLevel: 2
    FreezeTime: 75
    Healer:
      HealerEnchantment: true
      HealerDamage: 2.5
      HealerStopHeal: 2.5
    Vampirism:
      HealthRob: 2.5
      # 8 of every 10 hits Max: 9 (Rare), Min 1 (Common)
      Probability: 8
    Smelting:
      SmeltingEnchantment: true
      SmeltOres: true
      SmeltBlocks: true
    Items:
      firebow: "Legendary Firebow"
      freezeaxe: "Legendary Dread Axe"
      smeltingpickaxe: "Legendary Furnace-Pickaxe"
      poisonsword: "Legendary Hydra Sword"
      healerhoe: "Legendary Healer Stick"
      bloodsword: "Bloodest Sword"
      flyboots: "Dragonflight Boots"
  Shop:
    BossCoin:
      name: "Boss Coin"
      price: 1
    PoisonBook:
      name: "Poison Enchantment"
      price: 1
    FireballBook:
      name: "Fireball Enchantment"
      price: 2
    SmeltingBook:
      name: "Smelting Enchantment"
      price: 3
    HealerBook:
      name: "Healer Enchantment"
      price: 4
    VampirismBook:
      name: "Vampirism Enchantment"
      price: 5
    FlyBook:
      name: "Fly Enchantment"
      price: 6
    FreezeBook:
      name: "Freeze Book"
      price: 7
  Abilities:
    - "lighting"
    - "shoot"
    - "poison"
    - "teleport"
  AllowBosses:
    - examplemonster
  Monsters:
    examplemonster:
      name: '&cBenja'
      # Max Health 5000
      health: 100.0
      armor: 10.0
      damage: 5.0
      knockback_resistance: 3.0
      speed: 2.0
      effect_multiplier: 2
      effects:
        - NIGHT_VISION
💬

Messages 消息


Messages:
  prefix: '&b&l[MonsterHamster&b] '
  noPermission: '&cYou dont have permissions'
  reload: '&aPlugin reload correctly'
  unkown: '&cUnkown parameters'
  unkownEntity: '&cUnkown entity boss'
  noParameters: '&cInvalid parameters'
  spawnEntity: '&aEntity spawn - &2%entity%'
  bossDeathBroadcast: '&cHunt Boss &4%boss%&c, killer: &6%killer%'
  bossPoints: '&6%player%, you have &9%points% &6points'
  noBossPoints: '&6%player%, you dont have points, &cF'
  enchantedItem: '&6The item was enchanted correctly'
  noMoney: '&6You dont have boss points'
  openShop: '&6Welcome to the MonsterShop'
  heal: '&aYou were healed by %healer%'
  cantheal: '&cYou cant give more health to other player!'
  vampirism: '&c%vampire% rob your health'
  cantrob: '&cYou cant rob more health'
  vampirismrob: '&cYou rob health from %player%'
  unkownEnchantment: '&cEnchantment not found'
  selectSpawnPoint: '&aGlobal Boss SpawnPoint selected'
  spawn: '&cBoss %boss% spawned in &4%location%'
  claimPointsFromEpicCoin: '&aYou claimed %points% from Epic Coin'