ChatReaction 聊天反应

作者:clip 发布时间:2015年2月5日 原生版本:未知 测试支持:1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15

成为第一个输入/解读奖励这个词的人!

点此下载

插件详细介绍

🎉 ChatReaction 插件

ChatReaction 是一款高度可配置的 Minecraft 插件,它允许你创建一个互动式的“打字最快者”游戏。玩家必须在聊天中输入一个随机单词才能获胜!你可以设置命令来奖励获胜的玩家。单词可以配置为随机字符串或你在配置文件中列出的预定义单词。

🔑 权限节点

  • chatreaction.admin: 使用管理命令所需权限。
  • chatreaction.wins: 使用 /reaction wins 命令所需权限。
  • chatreaction.wins.others: 使用 /reaction wins <player> 命令所需权限。
  • chatreaction.top: 使用 /reaction top 命令所需权限。

⚙️ 配置文件 (config.yml)


# ChatReaction version 1.3.4 configuration file
debug: true
check_updates: true
reaction_stats:
  track_stats: true
  top_players_size: 200
  hostname: localhost
  port: 3306
  database: chatreaction
  prefix: ''
  username: root
  password: ''
reaction:
  interval: 30
  time_limit: 29
  players_needed_to_start: 2
  word_character_length: 12
  ignore_case: false
  use_custom_words: true
  split_words_by_line: true
  scramble_custom_words: true
  scramble_at_random: true
  scramble_spaces: false
  disabled_worlds:
  - extended_clip_nether
  - world_the_end
  reward_amount: 2
  rewards:
  - eco give @p 500
  - give @p diamondblock 100
  - give @p emeraldblock 100
  - te add @p 100
messages:
  reaction_start:
  - '&6&lReaction &7&l» &eThe first person to type the word &f%word% &ewins!'
  scramble_start:
  - '&6&lScramble &7&l» &bThe first unscramble the word &f%word% &bwins!'
  reaction_end:
  - '&6&lReaction &7&l» &cNobody got the word fast enough &4:('
  scramble_end:
  - '&6&lScramble &7&l» &cNobody got the word in time &4:('
  - '&cThe word was &f%word%'
  reaction_win:
  - '&6&lReaction &7&l» &f%player% &eGot the word &ein &f%time% &eseconds!'
  scramble_win:
  - '&6&lScramble &7&l» &f%player% &aunscrambled the word &f%word% &ain &f%time% &aseconds!'

📝 自定义词语

如果你选择使用自定义词语,请在插件文件夹中的 words.txt 文件中列出你的词语。