如何配置每个文件?

供快速参考的文章

loot/game-conditions.yml

权重系统

/contents

/item

物品战利品
rubbish:
  # 物品部分
  material: cod
  display:
    name: <#00BFFF>福岛鱼</#00BFFF>
    lore:
      - <gray>请保护环境,不要污染大海...
  custom-model-data: 50000
  

  # 战利品部分
  nick: <#00BFFF>福岛鱼</#00BFFF>
  show-in-fishfinder: false
  disable-stat: true
  disable-game: true
  instant-game: false
  prevent-grabbing: false

/entity

实体战利品
magma_cube:
  # 战利品部分
  show-in-fishfinder: false
  disable-stat: true
  disable-game: true
  nick: <red>岩浆怪</black>
  
  # 实体部分
  entity: magma_cube
  velocity:
    horizontal: 1.1
    vertical: 1.3

/enchant

效果
# 命名空间:附魔:等级
minecraft:luck_of_the_sea:1:
  requirements: {}
  effects:
    group:
      type: group-mod
      value:
        - silver_star:+2
        - golden_star:+1

/hook

效果物品
delicate_hook:
  # 物品部分
  material: SHEARS
  display:
    name: '<#1E90FF>精致的鱼钩'
    lore:
      - ''
      - '<#7FFFD4>描述:'
      - '<gray> - 精心设计,具有吸引力,这个鱼钩'
      - '<gray> - 不是您普通的钓具。经过打磨精细设计'
      - '<gray> - 它在水中闪闪发光,不可抗拒地吸引着高质量'
      - '<gray> - 的鱼儿靠近。'
      - ''
      - '<#FFD700>效果:'
      - '<gray> - 增加获得高质量鱼儿的几率'
  max-durability: 16  <- 这个属性是鱼钩工作所必需的
  
  # 效果部分
  effects:
    group:
      type: group-mod
      value:
        - silver_star:+1
        - golden_star:+1
 
  # 鱼钩的唯一属性
  # 决定了鱼竿上的描述
  lore-on-rod:
    - ''
    - '<#7FFFAA>已装备的鱼钩:'
    - '<gray> - 精致的鱼钩: 剩余 <white>{dur}<white> 次'

/util

效果物品
fishfinder:
  # 物品部分
  material: PAPER
  display:
    name: '<#1E90FF>鱼类探测器'
    lore:
      - ''
      - '<#7FFFD4>描述:'
      - '<gray> - 麻雀虽小五脏俱全,它可以精确扫描水下'
      - '<gray> - 的水域,揭示隐藏在水面下的各种'
      - '<gray> - 鱼类。无论您是在未知的领域还是'
      - '<gray> - 熟悉的水域,这个设备都能确保您'
      - '<gray> - 始终了解您的水下邻居。'
      - ''
  custom-model-data: 50000

/rod

物品效果
beginner_rod:
  # 物品部分
  material: fishing_rod
  display:
    name: "<b><#EEE9E9>初学者的钓鱼竿"
    lore:
      - ''
      - '<#7FFFD4>描述:'
      - '<gray> - 专为初学者设计的钓鱼竿,初学者的'
      - '<gray> - 最佳伙伴。'
      - ''
      - '<#FFD700>效果:'
      - '<gray> - 增加钩子时间'
      - '<gray> - 减少钓鱼的挑战'
  custom-model-data: 50001
  max-durability: 64
  
  # 效果部分
  effects:
    time_effect:
      type: hook-time
      value: 1.8
    difficulty:
      type: difficulty
      value: -8

/bait

效果物品
magnetic_bait:
  # 物品部分
  material: paper
  display:
    name: '<b><red>磁<blue>性<gray>鱼饵'
    lore:
      - ''
      - '<#7FFFD4>描述:'
      - '<gray>它的明亮光泽和独特的能量脉冲'
      - '<gray>对好奇的鱼类具有不可抗拒的吸引力,'
      - '<gray>以前所未有的速度将它们吸引过来。这不'
      - '<gray>仅是一种鱼饵,它是一场鱼类无法抗拒'
      - '<gray>的奇观。'
      - ''
      - '<#FFD700>效果:'
      - '<gray> - 减少钩子时间'
      - '<gray> - 增加钓鱼时间'
      - ''
  custom-model-data: 50002
  
  # 效果部分
  effects:
    hooktime:
      type: hook-time
      value: 0.9
    gametime:
      type: game-time
      value: 2

/block

方块战利品
carrot_crate:
  # 战利品部分
  show-in-fishfinder: false
  disable-stat: true
  nick: 胡萝卜箱子
  
  # 方块部分
  block: barrel
  velocity:
    horizontal: 1.07
    vertical: 1.5
  properties:
    directional: true
    storage:
      carrot_1:
        item: Carrot
        amount: 1~2
        chance: 0.8
      carrot_2:
        item: Carrot
        amount: 1~2
        chance: 0.8

/competition

比赛

/totem

图腾

/minigame

迷你游戏

最后更新于