Advertisement
Guest User

combined configs

a guest
Sep 25th, 2021
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. plugins/MythicMobs/Mobs/Mobs_used_to_determine/AOE_determine.yml
  2. ====
  3. lightning_storm_Silverfish:
  4. Type: Silverfish
  5. Health: 100
  6. KillMessages:
  7. - '&b&l<target.name>变成了焦炭!'
  8. Skills:
  9. - potion{t=INVISIBILITY;d=999999999;l=1} @Self ~onSpawn
  10. - skill{s=lightning_storm} @Self ~onSpawn
  11. Options:
  12. Despawn: false
  13. NoAI: true
  14. Invincible: true
  15. Silent: true
  16.  
  17. Net_bind_Silverfish:
  18. Type: Silverfish
  19. Health: 100
  20. KillMessages:
  21. - '&b&l<target.name>被蛛网缠绕致死!'
  22. Skills:
  23. - potion{t=INVISIBILITY;d=999999999;l=1} @Self ~onSpawn
  24. - skill{s=Net_bind} @Self ~onSpawn
  25. Options:
  26. Despawn: false
  27. NoAI: true
  28. Invincible: true
  29. Silent: true
  30.  
  31. plugins/MythicMobs/Mobs/LOBmobs.yml
  32. =====
  33. #测试1
  34. Broodmother:
  35. Type: zombie
  36. Disguise:
  37. Type: Spider
  38. Display: '&4&lT-02-43 蜘 蛛 巢'
  39. Modules:
  40. ThreatTable: true
  41. ImmunityTable: true
  42. Options:
  43. NoDamageTicks: 10
  44. BossBar:
  45. Enabled: true
  46. Title: '&4&lT-02-43 蜘 蛛 巢'
  47. Range: 30
  48. Color: RED
  49. Style: SEGMENTED_10
  50. AIGoalSelectors:
  51. - clear
  52. - randomlookaround
  53. DamageModifiers:
  54. - ENTITY_ATTACK 0.01
  55. - PROJECTILE 0.01
  56. - CUSTOM 0.01
  57. - ENTITY_SWEEP_ATTACK 0.01
  58. - VOID 0.01
  59. - LIGHTNING 0.01
  60. - FIRE 0
  61. Health: 10000
  62. Damage: 0
  63. AITargetSelectors:
  64. - clear
  65. - players
  66. Options:
  67. KnockbackResistance: 1
  68. PreventOtherDrops: true
  69. Collidable: false
  70. Despawn: false
  71. MovementSpeed: 0
  72. RepeatAllSkills: false
  73. Skills:
  74. - skill{s=Net_bind_summon} @Target
  75. - skill{s=summon_alpha_spider} @self =75% 1
  76. - skill{s=summon_alpha_spider} @self =50% 1
  77. - healPercent{m=0.005} @self ~onTimer:20
  78.  
  79. plugins/MythicMobs/Mobs/summoned.yml
  80. ====
  81. #王蛛卵
  82. alpha_spider_egg:
  83. Type: spider
  84. Display: '&b王蛛卵'
  85. Disguise:
  86. Type: BLOCK
  87. Block: DRAGON_EGG
  88. BlockData: 0
  89. Player: '&b王蛛卵'
  90. Invisible: false
  91. ShowName: false
  92. Health: 300
  93. damage: 0
  94. DamageModifiers:
  95. - ENTITY_ATTACK 2
  96. AIGoalSelectors:
  97. - clear
  98. AITargetSelectors:
  99. - clear
  100. Modules:
  101. ThreatTable: true
  102. ImmunityTable: true
  103. Options:
  104. NoDamageTicks: 10
  105. Skills:
  106. - potion{type=POISON;duration=200;level=1} @PIR{r=3} ~onSpawn
  107. - potion{type=POISON;duration=200;level=1} @PIR{r=3} ~onTimer:260
  108. - potion{type=SLOW;duration=200;level=1} @PIR{r=3} ~onSpawn
  109. - potion{type=SLOW;duration=200;level=1} @PIR{r=3} ~onTimer:260
  110. - skill{s=summon_alpha_spider} ~onDeath
  111. Options:
  112. AlwaysShowName: true
  113. MovementSpeed: -1
  114. MaxCombatDistance: 25
  115. PreventOtherDrops: true
  116. Despawn: true
  117. Persistent: true
  118. KnockbackResistance: 1
  119. #王蛛
  120. Alpha_spider:
  121. Type: spider
  122. Display: '&b王蛛'
  123. Health: 500
  124. Damage: 16-32
  125. AIGoalSelectors:
  126. - clear
  127. - meleeattack
  128. - leapattarget
  129. - randomstroll
  130. AITargetSelectors:
  131. - clear
  132. - players
  133. - villagers
  134. DamageModifiers:
  135. - ENTITY_ATTACK 0.6
  136. - PROJECTILE 0.6
  137. Skills:
  138. - removeowner @self ~onSpawn
  139. - potion{type=POISON;duration=200;level=4} @trigger ~onAttack
  140. - skill{s=damage_Broodmother} ~onDeath 1
  141. - message{m="&4&l蜘 蛛 巢:&f不!我的孩子!"} @PIR{r=30} ~onDeath
  142. Options:
  143. AlwaysShowName: true
  144. MovementSpeed: 0.3
  145. MaxCombatDistance: 25
  146. PreventOtherDrops: true
  147.  
  148.  
  149. plugins/MythicMobs/Skills/skills_release_by_determine/AOE_type.yml
  150. =====
  151. #闪电风暴
  152. lightning_storm_summon:
  153. Skills:
  154. - message{m="&b&l你有网瘾!"} @PIR{r=20}
  155. - effect:blockmask{m=REDSTONE_BLOCK;r=3;d=30} @PIR{r=20}
  156. - summon{type=lightning_storm_Silverfish;amount=1;radius=0} @PIR{r=20}
  157. - delay 60
  158. - remove @MIR{r=1000;type=lightning_storm_Silverfish}
  159. lightning_storm:
  160. Skills:
  161. - delay 30
  162. - lightning @Self
  163. - damage{a=20} @PIR{r=3}
  164.  
  165. #汲血蛛网
  166. Net_bind_summon:
  167. TargetConditions:
  168. - onblock{b=STONE}
  169. Skills:
  170. - message{m="&4&l蜘 蛛 巢:&f谁敢撕扯我的网?"} @PIR{r=20}
  171. - effect:blockmask{m=WEB;r=2;d=30} @PIR{r=20}
  172. - summon{type=Net_bind_Silverfish;amount=1;radius=0} @trigger
  173. - delay 80
  174. - remove @MIR{r=1000;type=Net_bind_Silverfish}
  175. Net_bind:
  176. Skills:
  177. - delay 15
  178. - damage{a=20} @PIR{r=2}
  179. - healPercent{m=0.15} @mir{r=64;types=Broodmother}
  180.  
  181. plugins/MythicMobs/Skills/summon.yml
  182. =====
  183. #蜘蛛巢召唤技
  184. summon_alpha_spider:
  185. Skills:
  186. - summon{type=Alpha_spider;amount=1;radius=2;sio=flase} @self
  187. damage_Broodmother:
  188. Skills:
  189. - damagePercent{m=0.15} @mir{r=64;t=Broodmother} ~onDeath
  190.  
  191. plugins/MythicMobs/config.yml
  192. ======
  193. # For more information, check out the plugin manual or join us on Discord:
  194. # http://www.mythicmobs.net
  195. #
  196. Configuration:
  197. Version: 4.11
  198. General:
  199. AllowMetrics: true
  200. CheckForUpdates: true
  201. CompatibilityMode: true
  202. DebugLevel: 0
  203. ErrorLogging: true
  204. Language: zhCN
  205. UseVolatileFeatures: true
  206. SendGiveItemFeedback: true
  207. Clock:
  208. ClockInterval: 1
  209. SaveInterval: 5
  210. SpawnsInterval: 2
  211. ScannerInterval: 10
  212. CleanupInterval: 600
  213. Components:
  214. CustomSpawners: true
  215. RandomSpawning: true
  216. Mobs:
  217. DespawnByDefault: true
  218. EnableAIModifiers: true
  219. EnableTimerSkills: true
  220. EnableThreatTables: true
  221. EnablePlayerFactions: true
  222. EnableLegacySkills: false
  223. KillMessagePrefix: ''
  224. PreventOtherDropsByDefault: false
  225. Scaling:
  226. Default:
  227. Enabled: false
  228. PerBlocksFromSpawn: 500
  229. ex:
  230. Enabled: false
  231. PerBlocksFromSpawn: 500
  232. ex_nether:
  233. Enabled: false
  234. PerBlocksFromSpawn: 100
  235. ScalingEquations:
  236. Health: V * ((1.05)^(L-1))
  237. Damage: V * ((1.05)^(L-1))
  238. DefaultLevelModifiers:
  239. Health: 1.2
  240. Armor: 5
  241. Damage: 1
  242. KnockbackResistance: 0
  243. Power: 1.2
  244. RandomSpawning:
  245. DisableVanillaSpawns: false # 是否禁止刷新原版生物
  246. GenerateSpawnPoints: false
  247. MaxMobsPerChunk: 3
  248. SpawnRadiusPerPlayer: 48
  249. SpawnRadiusPerPlayerY: 32
  250. DespawnLazyRandomMobs: true
  251. MaxGenerationTime: 20
  252. PointsPerSecond:
  253. Land: 5
  254. Air: 0
  255. Sea: 2
  256. Lava: 0
  257. Ground: 0
  258. Compatibility:
  259. Heroes:
  260. Enabled: false
  261. McMMO:
  262. Enabled: false
  263. ShowXPMessage: true
  264. XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  265. SkillAPI:
  266. Enabled: false
  267. ShowXPMessage: true
  268. XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  269. Vault:
  270. Enabled: true
  271. ShowMoneyMessage: true
  272. MoneyMessageFormat: '&7杀死了<dropper.name>后,你获得了<drop.amount>软妹币'
  273.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement