• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

MythicMobs

来自Minecraft插件百科
Tiki fire讨论 | 贡献2016年12月31日 (六) 21:36的版本
跳转至: 导航搜索
Icon-info.png
本页面已存在其他语言的内容,请协助翻译为本地化的中文。
  • 点击此处开始翻译。
  • 如本模板出现在原文存档页面,请注意更新主页面后,仍需要去除此处该模板。
  • 如当前页面已经没有需要翻译的内容,请删去待翻译模板。
  • 有标题的大篇幅文章,如果短时间内无法全部翻译,请先把所有的标题翻译出来,以便之后的贡献者选择与翻译章节内容。
Icon-info.png
已检索到其他语言的内容,请协助搬运外文内容至本页面,并翻译为本地化的中文。

点击此处开始搬运。(搬运完毕后请移除本模板并添加“待翻译”模板)

MythicMobs 自定义RPG怪物
外文名MythicMobs 自定义RPG怪物
插件类型Spigot / CraftBukkit
最新版本v2.6.0
兼容服务端1.6.2-1.11
前置插件
源地址http://mythicmobs.net/manual/doku.php

什么是MythicMobs

MythicMobs allows server administrators to fully modify all attributes of monsters on your server, and even create your own mobs, bosses, and other many other fun mob-related things.

It gives you full control over how mobs behave, from simply increasing their HP and damage to giving mobs a vast arsenal of new abilities. Your custom mobs can then replace vanilla mobs, be spawned randomly using numerous types of spawn controls, or you can set up custom mob spawners that activate under certain conditions or by commands.

You can finally create that ultimate boss you've always dreamed of crushing your players with. It is an absolute essential for every RPG server.

To sum it up, Mythic Mobs gives you control over and access to:

·Mob Skills:

 Giving mobs custom skills with powerful conditionals and delays, based on a robust system of triggers and/or     timers

·Mob Attributes:

 Modifying all mob attributes such as health, damage, speed, follow and combat range.

·Special Effects:

 Allowing mobs to use custom sounds, particles, and special effects.

·Equipment:

 Setting equipment and creating custom items with attributes and drop tables.

·Damage Modifiers:

 Change how damage affects mobs so they can be immune to drowning, take half damage from arrows, be healed by fire, etc.

·Mob Spawners:

 Creating powerful custom Mob Spawners to spawn your Mythic Mobs at specific locations, with optional timers, conditions, attributes, cooldowns, etc!

·Spawning Control:

 Set your custom mobs and bosses up to spawn randomly in different areas of the world, based on any number of conditions you can specify. You can replace natural spawns completely!

·Mob Levels:

 Allow mobs to scale in level and increase in power based on where and how they spawned, having scaled health, damage, and more abilities as they level!

·Threat Tables:

 Allow mobs to use Threat Tables, granting increased power and control over their targeting behaviors and causing mobs to behave more like those in RPGs.

·Mob AI Controls:

 Allows you to modify mob AI goals, including adding new AI goals found only in MythicMobs. Let zombies open doors, have friendly skeleton guards that fight skeletons from other mob factions, and more!

·Mob Factions:

 Allow mobs to be a part of factions! Works with the previously mentioned AI Controls so you can have mobs that will fight other factions of mobs, help players, and more!

·Disguises:

 Integration with LibsDisguises allows any mob to look like anything.

·Plugin Compatibility:

 Integration with a wide variety of popular plugins!

·Much more to come!

配置文件

You can use the # character to enter comments in any yml file.

Example:

  1. This is a comment line.

Any config file (with the exception of config.yml) can be renamed from Example file to something that makes more sense as long as it has a YML extension and it should still be read. This can make your configuration easier to manage as it grows by having Tier1_mobs.yml, Tier2_mobs.yml, etc files that organize things based on what makes sense to you. config.yml The MythicMobs base configuration file: # # CONFIGURATION INFORMATION AVAILABLE AT: http://xikage.elseland.net/mythicmobs/

Configuration:

Version: 2.4
General:
 AllowMetrics: true
 CheckForUpdates: true
 CompatibilityMode: false
 DebugLevel: 0
 ErrorLogging: true
 UseVolatileFeatures: true
Clock:
 ClockInterval: 5
 SaveInterval: 5
 SpawnsInterval: 2
 ScannerInterval: 10
 CleanupInterval: 600
Components:
 CustomSpawners: true
 RandomSpawning: true
Mobs:
 EnableAIModifiers: true
 EnableTimerSkills: true
 EnableThreatTables: true
 EnablePlayerFactions: true
 EnableLegacySkills: true
 KillMessagePrefix: 
 ShowHealth:
   Radius: 25
   Format: <mob.name> - <mob.php> (<mob.hp> / <mob.mhp>)
 Scaling:
   Default:
     Enabled: true
     PerBlocksFromSpawn: 250
   world2:
     Enabled: true
     PerBlocksFromSpawn: 250
   world2_nether:
     Enabled: false
     PerBlocksFromSpawn: 100
 DefaultLevelModifiers:
   Health: 0.1
   Armor: 0
   Damage: 0
   KnockbackResistance: 0
   Power: 0
RandomSpawning:
 GenerateSpawnPoints: false
 MaxMobsPerChunk: 80
 SpawnRadiusPerPlayer: 64
 SpawnRadiusPerPlayerY: 32
 DespawnLazyRandomMobs: true
 MaxGenerationTime: 20
 PointsPerSecond:
   Land: 10
   Air: 0
   Sea: 0
   Lava: 0
   Ground: 0
Compatibility:
 Heroes:
   Enabled: true
   ShowXPMessage: true
   XPMessageFormat: You receive <drops.xp> experience for slaying <mob.name>
 McMMO:
   Enabled: true
   ShowXPMessage: true
   XPMessageFormat: You receive <drops.xp> experience for slaying <mob.name>
 SkillAPI:
   Enabled: true
   ShowXPMessage: true
   XPMessageFormat: You receive <drops.xp> experience for slaying <mob.name>
 Vault:
   Enabled: true
   ShowMoneyMessage: true
   MoneyMessageFormat: You receive <drops.money> currency for slaying <mob.name>

配置讲解

general

 ·AllowMetrics: [true/false]

Whether to send metric data to the mythicmobs devs

 ·CheckForUpdates: [true/false]

Whether to check for new version of mythicmobs

 ·CompatibilityMode: [true/false]

Whether to utilize compatibility with other plugins

 ·DebugLevel: [number]

Sets the debug level

 ·ErrorLogging: [true/false]

Whether to save error logs (\MythicMobs\Error Logs\)

 ·UseVolatileFeatures: [true/false]

Whether to activate volatile features (includes custom AI, for example) clock:

 ·ClockInterval: [number]

The lowest possible interval for timed-skills (only applies to “~onTimer:xx”

 ·SaveInterval: [number]

How many minutes to wait between saving mythicmobs related data to server

 ·SpawnsInterval: [number]

How many seconds there are between spawns

 ·ScannerInterval: [number]

How many seconds between scanning for and despawning lazy mythicmobs

 ·CleanupInterval: [number]

components:

 ·CustomSpawners: [true/false]

Whether to allow mythic spawners

 ·RandomSpawning: [true/false]

Whether to allow mythic random spawners mobs:

 ·EnableAIModifiers: [true/false]

Whether to allow custom AI

 ·EnableTimerSkills: [true/false]

Whether to allow timer skills

 ·EnableThreatTables: [true/false]

Whether to allow threattables

 ·EnablePlayerFactions: [true/false]

Whether to allow player factions

 ·EnableLegacySkills: [true/false]

Whether to utilize legacy skills (pre 2.0 mythicmobs format)

 ·KillMessagePrefix: '[text]'

Set a text to display before each MythicMob's kill message if set in their configs

 ·ShowHealth:
 ·Radius: [number]

In which radius around the mob health messages are sent

 ·Format: '[text]'

The format of health messages. may use variables compatibility:

 ·heroes-show-xp-message: [true/false]

Whether or not to display an xp message for heroes exp gained

 ·heroes-xp-message-format: You receive $xp experience for slaying $mobname

Format of the heroes xp message that will be displayed.

 ·skillapi-show-xp-message: [true/false]

Whether or not to display an xp message for skillapi exp gained.

 ·skillapi-xp-message-format: You receive $xp experience for slaying $mobname

Format of the skillapi xp message that will be displayed.

 ·vault-show-money-message: [true/false]

Whether or not to display a message when money is dropped into the vault plugin.

 ·vault-money-message-format: You receive $money for slaying $mobname

Format of the vault message to be displayed.

 ·general.clock-interval: [number] 

Controls the speed (in ticks) of MythicMobs' internal clock. Defaults to 1 (every tick). Changing this requires a plugin restart. Recommend increasing this in increments of 5.

 ·general.compatability-mode: [true/false] 

Provides compatibility with some other plug-ins that would normally conflict with Mythic Mobs. Defaults to false. If you are having issues with a plug-in such as MobArena, enable to see if it fixes things.

 ·general.debug-level: [number]

Debugging level. Displays more debug information the higher it is, with 4 being the highest 0 = disabled,
0. debugging is off
1. minimal
Displays fire particles where spanners are located (very useful)
Logs all spawners loaded successfully when the plug in starts or is reloaded.
2. medium
Logs when skills are cast, mobs die, drop table parsing, etc.
Logs all items, skills, and drop tables when reloaded
Logs skill exceptions that could help with particular issues.
Highest useful level of debugging.
3. heavy
4. too much information

 ·general.save-interval: [number] 

How many minutes to wait between saves

 ·general.scanner-interval: [number] 

Controls how often (in seconds) MythicMobs will scan the world to reconcile or despawn Mythic Mobs that have forgotten who they are. Defaults to 20 seconds.

 ·general.spawns-interval: [number] 

How many seconds there are between spawns.

 ·general.use-volatile-features: [true/false] 

Whether or not to use volatile features.Generally you want this to be true but you may want to turn it off if you use an unsupported version of Bukkit or some kind of weird Spigot version

 ·metrics.allow: [true/false] 

Whether or not to disable metrics. Defaults to true.

 ·show-health-format: Format of the message that is displayed using the following variables:
 $mobname: Name of the mob.
 $percent: Percent health of the mob.
 $mobhp: Current mob hit points.
 $mobmaxhp: Mobs max hit points.
·show-health-radius: [number] Radius at which player receive messages mob health if the

ShowHealth option is set to true.