dwl19961119
本帖最后由 dwl19961119 于 2021-8-28 16:00 编辑

                     /—.✨ 大型RAID ✨—.\
简介:
1. 可以通过以下方式召唤大型突袭:
命令
将召唤物投入岩浆中(参考泰拉瑞亚)
在新月的午夜触发(可配置)
2.波数由配置决定,不会受到不祥之兆的玩家影响。

                                 最棒的是,所有东西都是可配置的
命令:
  1. /lrstart -开始一个大型RAID,你必须在村庄附近
  2. /lrstop-停止附近的大型RAID
  3. /lrgive <player> [amount] 给予玩家召唤物品
  4. /lrreload-重载插件配置
复制代码


权限:
  1. largeraids.admin-可以使用插件命令
复制代码

配置文件
Config.yml
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # |                  Main Configurations                 | #
  4. # +------------------------------------------------------+ #
  5. ############################################################

  6. raid:
  7.   # The number of waves must be at HIGHER than the default number of waves based on the  波数必须高于基于世界难度的默认波数
  8.   # world's difficulty (which is 3 for EASY, 5 for NORMAL, 7 for HARD). The length of the (3表示简单,5表示中等,7表示困难)
  9.   # arrays under the `mobs` configuration section below must also be at least the number 下面“mobs”配置部分下的个数也必须至少和波数匹配。
  10.   # of waves. Each wave must have at least one raider. 每波必须至少有一个袭击者。
  11.   waves: 20
  12.   # To disable sounds, leave the sound fields blank.要禁用音效 请将音效声留空。
  13.   sounds:
  14.     summon: ITEM_TRIDENT_THUNDER
  15.     victory: ENTITY_ENDER_DRAGON_DEATH
  16.     defeat: ENTITY_ENDER_DRAGON_DEATH
  17.   announce-waves:
  18.     title: true
  19.     message: false
  20.   # Do not add any other mobs, they will not spawn...请不要添加其他怪物,他们不会被刷出。
  21.   mobs:
  22.     pillager: [5, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10]
  23.     vindicator: [0, 3, 5, 5, 5, 5, 5, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10]
  24.     ravager: [0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3]
  25.     witch: [0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3]
  26.     evoker: [0, 0, 0, 0, 1, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4]
  27.     illusioner: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3]

  28. hero-of-the-village:
  29.   # Level 12 is enough to grant a player a cost of 1 emerald for any default trades. Players 12级足以让玩家在任何村民交易中花费1颗绿宝石。
  30.   # will always receive the hero of the village effect with level of maximum of the value 玩家将持续获得村庄英雄效果
  31.   # stated or 5, whichever is higher. 最高等级为规定值或5,以较高者为准。
  32.   level: 12
  33.   # In minutes.持续时间
  34.   duration: 40

  35. ############################################################
  36. # +------------------------------------------------------+ #
  37. # |                   Trigger Mechanism                  | #
  38. # +------------------------------------------------------+ #
  39. #  We present the following triggering mechanisms. It's    #
  40. #  advised that you only enable one of them at any point   #
  41. #  in time although they should technically work with      #
  42. #  each other.                                             #
  43. ############################################################

  44. trigger:
  45.   # Dropping summoning items in lava will trigger a large raid if in vicinity of a
  46.   # village.当你在村庄时,往岩浆中扔召唤物会召唤RAID。
  47.   drop-item-in-lava:
  48.     enabled: true
  49.     # Note: The summoning item stated here will not lose its primary functionality. For 注意:召唤物不会失去主要功能。
  50.     # example, totems will still be consumed and revive the player holding it. 图腾仍然会被消耗,并使持有图腾的玩家复活。
  51.     item:
  52.       # Totem by default if the input material is invalid/left blank. Instead of totems, 如果输入材料无效或者留空,则默认为图腾。
  53.       # you can use rarer items for summoning (e.g NETHER_STAR). 你可以配置更稀有的物品进行召唤
  54.       material: TOTEM_OF_UNDYING
  55.       display-name: "&6向导"
  56.       lore:
  57.         # - "&5把他扔到村庄的岩浆里"
  58.         # - "&5大规模的突袭就会来临!"
  59.       custom-model-data:
  60.       # Avoid using armor/tools for material if this is enabled. It applies mending to
  61.       # the item for the glint.这里好像是可以用铁毡附魔 如果召唤物是盔甲或者工具
  62.       enchantment-glint: true
  63.   # Raids will trigger for players staying up in villages till midnight on a new moon.新月时,当玩家在村庄时,突袭会产生。
  64.   new-moon:
  65.     enabled: false

  66. ############################################################
  67. # +------------------------------------------------------+ #
  68. # |                       Messages                       | #
  69. # +------------------------------------------------------+ #
  70. ############################################################

  71. attempt-peaceful: 试图产生大规模的突袭,但由于世界和平的困难而失败。。。
  72. wave-broadcast:
  73.   title:
  74.     default: 第 %s 波
  75.     final: 最后一波了 加油!
  76.   message:
  77.     default: 第 %s 来了...
  78.     final: 最后一波来了...
复制代码



图片:
          


前置插件:



原帖地址及作者:
SolarRabbit
https://www.spigotmc.org/resources/largeraids-1-14-x-1-17-x.95422/


授权:



下载:
config.yml (4.52 KB, 下载次数: 7)
messages.yml (281 Bytes, 下载次数: 8)




小小疯癫
沙发!!!您!

ForeverFuture
板凳,您!!!!!!

第一页 上一页 下一页 最后一页