HyGuesser | 现代游戏聊天

HyGuesser | 现代游戏聊天

让你的玩家猜单词和方程式来获得奖励!

游戏玩法

HyGuesser - Hytale 终极猜谜游戏!

为你的 Hytale 服务器添加聊天游戏乐趣,让玩家解方程、猜单词并获取不同奖励!

wmremove-transformed.jpg

wmremove-transformed (2).jpeg

unnamed.jpg

settings:
  initial_delay: 15 # 首次游戏开始时(服务器启动后)的延迟秒数
  game_restart: 120 # 下一轮游戏开始前的等待秒数
  game_duration: 20 # 每轮游戏的持续秒数

# 仅播放给获胜者的音效
win_sound:
  enabled: true
  sound: "sfx_item_break"
  category: 2 # 0 = 音乐 | 1 = 环境音 | 2 = 音效 | 3 = UI
  volume: 1.0
  pitch: 10.0

reward_system:
  enabled: true
  reset_expiration: false # 如果启用,当玩家在权限过期前再次获胜时重置权限过期时间
  rewards:
    - type: "economy"
      amount: 100
      name: "{balance}"
    - type: "economy"
      min_amount: 50
      max_amount: 150
      name: "{balance}"
    - type: "item"
      item_id: "Ingredient_Life_Essence"
      amount: 5
      name: "{amount}x {item}"
    - type: "permission"
      permission: "hyguesser.firstreward" # 某个权限
      expiration: 3600 # 1小时,单位秒(如果省略,权限为永久)
      name: "Permission: {permission} ({expiration} seconds)"
    - type: "permission"
      permission: "hyguesser.secondreward" # 某个权限
      name: "Permission: {permission}"

messages:
  word_player_win: "<color:green>玩家</color> <color:yellow>{player}</color> <color:green>猜中了单词</color> <color:yellow>{word}</color><color:green>!</color>"
  equation_player_win: "<color:green>玩家</color> <color:yellow>{player}</color> <color:green>解出了方程:</color> <color:yellow>{result}</color><color:green>!</color>"
  word_times_up: "<color:yellow>时间到!单词是:</color> <color:green>{word}</color>"
  equation_times_up: "<color:yellow>时间到!方程结果是:</color> <color:green>{result}</color>"
  word_reward_received: "你因猜中单词获得了 {reward}!"
  equation_reward_received: "你因猜中方程获得了 {reward}!"
  permission_granted_lifetime: "你已被授予权限 {permission}!"
  permission_granted_temporary: "你已被授予权限 {permission},有效期为 {expiration} 秒!"
  permission_renewed: "你的权限 {permission} 已续期 {expiration} 秒!"
  permission_already_owned: "你已拥有权限 {permission}!"

hud:
  word_top_message: "猜单词!"
  equation_top_message: "猜结果!"
  bottom_message: "{target}"

words:
  enabled: true
  list:
    - apple
    - banana
    - cherry
    - dragonfruit
    - elderberry
    - fig
    - grape
    - honeydew
    - kiwi
    - lemon

equations:
    enabled: true
    min_addition: 1
    max_addition: 100
    min_subtraction: 1
    max_subtraction: 100
    min_multiplication: 1
    max_multiplication: 20

奖励类型:

经济:

为获胜者增加余额(仅在你使用支持 EcoAPI 的经济插件时可用)。你可以添加固定数量的余额,或者给予 X 到 Y 之间的随机金额。

物品:

给获胜者一个物品。指定物品 ID 和数量。

权限:

为获胜者授予一个权限。设置要赋予玩家的具体权限,并可选择设置以秒为单位的过期时间。如果启用了 reset_expiration 选项,当玩家再次获胜时,游戏将更新玩家的权限到期时间。

你可以设置任意数量的奖励。每个奖励的 name 属性是替换变量 {reward} 的文本,用于向玩家通报他获得的奖励。

请确保同时安装:

  • EcoAPI(如果你想要实现经济系统)

使用 EcoAPI 的经济插件: