ChatReaction (聊天反应-创建最快打字游戏)
ChatReaction是一个非常可配置的插件,允许你创建一个互动的“谁能打字最快”的游戏,在这个游戏中玩家必须在聊天中打出一个随机单词才能赢得游戏!你可以设置命令作为奖励给玩家。单词可以配置为一个随机的字符串或者在配置文件中列出的预定义单词。还可以选择通过MySQL进行赢得追踪,以保存玩家的胜利和顶尖玩家。插件的所有设置存储在config.yml文件中。
权限:
chatreaction.admin
需要使用管理员命令
chatreaction.wins
需要使用 /reaction wins 命令
chatreaction.wins.others
需要使用 /reaction wins chat 命令
chatreaction.top
需要使用 /reaction top 命令
配置文件示例如下:
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文件中。
收录