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

“MythicMobs”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
 
(未显示16个用户的863个中间版本)
第1行: 第1行:
{{待翻译}}{{待搬运}}
+
鉴于排版难以修复, 编者不再维护插件百科的MythicMobs, 转向gitlab<br>
{{Bukkit Plugin Infobox
+
https://gitlab.com/TranslatedByShark/Mythic-Manual-CN/-/wikis/%E7%89%A9%E5%93%81<br>
|插件名=MythicMobs 自定义RPG怪物
+
请谅解, 当然若你仍使用MM 4.13以下仍可以使用插件百科的mythicmobs百科<br>
|版本=v2.6.0
+
但若4.13及以上 务必使用gitlab以获取最新的内容更新
|前置插件=无
 
|兼容服务端版本=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: ===
 
# 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,<br />
 
0. debugging is off<br />
 
1. minimal<br />
 
Displays fire particles where spanners are located (very useful)<br />
 
Logs all spawners loaded successfully when the plug in starts or is reloaded.<br />
 
2. medium<br />
 
Logs when skills are cast, mobs die, drop table parsing, etc.<br />
 
Logs all items, skills, and drop tables when reloaded<br />
 
Logs skill exceptions that could help with particular issues.<br />
 
Highest useful level of debugging.<br />
 
3. heavy<br />
 
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.<br />
 
  ·show-health-radius: [number] Radius at which player receive messages mob health if the   
 
ShowHealth option is set to true.
 

2022年8月17日 (三) 13:18的最新版本

鉴于排版难以修复, 编者不再维护插件百科的MythicMobs, 转向gitlab
https://gitlab.com/TranslatedByShark/Mythic-Manual-CN/-/wikis/%E7%89%A9%E5%93%81
请谅解, 当然若你仍使用MM 4.13以下仍可以使用插件百科的mythicmobs百科
但若4.13及以上 务必使用gitlab以获取最新的内容更新