moline

    ShowHealth:
      Radius: 25
      Format: 怪物血量: (<mob.hp> / <mob.mhp>)
效果图:



另外求一个设置好的怪物掉落金币例子,我老是写错,导致根本不掉落金币

Wsbyeah
这是其他的插件

moline
Wsbyeah 发表于 2016-1-7 14:12
这是其他的插件
  1. #
  2. # CONFIGURATION INFORMATION AVAILABLE AT: http://xikage.elseland.net/mythicmobs/

  3. Configuration:
  4.   Version: 2.1
  5.   General:
  6.     AllowMetrics: true
  7.     CheckForUpdates: true
  8.     CompatibilityMode: false
  9.     DebugLevel: 0
  10.     ErrorLogging: true
  11.     UseVolatileFeatures: true
  12.   Clock:
  13.     ClockInterval: 5
  14.     SaveInterval: 5
  15.     SpawnsInterval: 2
  16.     ScannerInterval: 10
  17.     CleanupInterval: 600
  18.   Components:
  19.     CustomSpawners: true
  20.     RandomSpawning: true
  21.   Mobs:
  22.     EnableAIModifiers: true
  23.     EnableTimerSkills: true
  24.     EnableThreatTables: true
  25.     EnablePlayerFactions: true
  26.     EnableLegacySkills: true
  27.     KillMessagePrefix: ''
  28. ###这个配置
  29.     ShowHealth:
  30.       Radius: 50
  31.       Format: "怪物血量:&a <mob.hp> / <mob.mhp>"
  32.     Scaling:
  33.       Default:
  34.         Enabled: true
  35.         PerBlocksFromSpawn: 250
  36.       world2:
  37.         Enabled: true
  38.         PerBlocksFromSpawn: 250
  39.       world2_nether:
  40.         Enabled: false
  41.         PerBlocksFromSpawn: 100
  42.     DefaultLevelModifiers:
  43.       Health: 0.1
  44.       Armor: 0
  45.       Damage: 0
  46.       KnockbackResistance: 0
  47.       Power: 0
  48.   Compatibility:
  49.     Heroes:
  50.       Enabled: true
  51.       ShowXPMessage: true
  52.       XPMessageFormat: You receive <drops.xp> experience for slaying <mob.name>
  53.     McMMO:
  54.       Enabled: true
  55.       ShowXPMessage: true
  56.       XPMessageFormat: You receive <drops.xp> experience for slaying <mob.name>
  57.     SkillAPI:
  58.       Enabled: true
  59.       ShowXPMessage: true
  60.       XPMessageFormat: You receive <drops.xp> experience for slaying <mob.name>
  61.     Vault:
  62.       Enabled: true
  63.       ShowMoneyMessage: true
  64.       MoneyMessageFormat: "&e杀死&r<mob.name>&e获得&a  <drops.money> &e金币"
复制代码

这里貌似可以显示血量,但是我没有找到config的文件说明

a2605393469
cow:
  Mobtype: wolf
  Display: '&6[0]狼'
  Health: 3
  Damage: 1
  Drops:
  - money 5  这是怪物掉钱
  - exp 2
  Skills:
  - setname '&a&l怪物血量 ($mobhp / $mobmaxhp)' ~onDamaged >0 1  这是怪物显示血量
  Options:
    AlwaysShowName: true
    PreventOtherDrops: true

这样就好了。既能设置血量,又能设置怪物掉钱
求最佳

moline
a2605393469 发表于 2016-1-7 15:11
cow:
  Mobtype: wolf
  Display: '&6[0]狼'

我按照你的输入了,可是打怪提示failed to load language file. please notify an admin or
我的MM版本是2.1.4,PaperSpigot1.7.10

a2605393469
moline 发表于 2016-1-8 00:43
我按照你的输入了,可是打怪提示failed to load language file. please notify an admin or
我的MM版本是 ...

可惜了,那帮不到你了,我自己用的是mm1.1.8 水龙头

moline
a2605393469 发表于 2016-1-7 16:19
可惜了,那帮不到你了,我自己用的是mm1.1.8 水龙头

请问的服务端核心是什么版本的?

a2605393469
moline 发表于 2016-1-8 22:54
请问的服务端核心是什么版本的?

spigot-1.7.2