- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
WordGames+
介绍 · Introduction
你是否因为服务器没人和你说话而感到寂寞难耐?那么WordGames+就解决了这个问题!
WordGames+ 是插件作者一款公开发布的插件,. WordGames+ 通过打字游戏让服务器的聊天更加亦可赛艇.
特点 · Features
- 五种不同的游戏类型:
- 悬浮文字.把鼠标移到指定位置查看单词并输入,最快输入的玩家获胜.
- 字母重组. 词个的这会乱单序被顺打.猜中单词的玩家获胜.
- 猜词. 单词的一部分被 *屏蔽了*. 猜中单词的玩家获胜.
- 限时打字. 在规定的时间内打出单词的玩家获胜.
- 算数. 算出正确答案的玩家获胜. 答案必须是整数.
- 高度可配置.
- 自动开始打字游戏.
- 在没人猜中正确答案一段时间后自动结束一场游戏.
- 支持颜色代码.
效果 · Effects
Commands · 指令 & 权限 · Permissions
指令
- /wordgames help 显示指令帮助.
- /wordgames reload 重载插件配置.
- /wordgames stop 终止所有的打字游戏.
- /wordgames list 列出进行中的打字游戏.
- /wordgames reorder <word> [数量] <奖励> 开始字母重组游戏.
- /wordgames hover <word> [数量] <奖励> 开始悬浮文字游戏.
- /wordgames unmute <word> [数量] <奖励> 开始猜词游戏.
- /wordgames timed <word> [数量] <奖励> 开始限时打字游戏
- /wordgames calculate [数量] <奖励> 开始算数游戏
权限
- wordgames.stop 可以终止所有权限.
- wordgames.reload 重载插件.
- wordgames.list 查看进行中的游戏
- wordgames.update 显示更新提醒.
- wordgames.play 参与所有类型的打字游戏.
- wordgames.play.reorder 字母重组.
- wordgames.play.hover 悬浮文字.
- wordgames.play.unmute 猜词.
- wordgames.play.timed 定时打字.
- wordgames.play.calculate 算数.
- wordgames.start 开始所有类型的打字游戏.
- wordgames.start.reorder 字母重组.
- wordgames.start.hover 悬浮文字.
- wordgames.start.unmute 猜词.
- wordgames.start.timed 定时打字.
- wordgames.start.calculate 算数.
配置 · Configuration
config.yml
<spoiler>
#################### # 总体设置 # #################### gameOptions: # 是否在一定的时间后停止游戏. 对限时猜词游戏无效. autoStop: enabled: true timerInSeconds: 60 #对获胜的玩家执行的指令. rewardCommandSyntax: 'give {username} {reward} {amount}' #rewardCommandSyntax: 'money give {username} {amount}' - 你也可以用这个指令来给钱. # #玩家一次可加入的打字游戏数. 设置为0移除限制. maxPlayingGames: 1 scheduler: #每场游戏或每条消息的间隔. timerInSeconds: 300 unmute: #在猜词游戏中屏蔽字符的几率. percentageOfCharactersToMute: 25 timed: #在限时打字游戏内打字的有效时间. secondsToType: 10 ###################### # 自动开始游戏设置 # ###################### autoStart: #是否自动开始游戏 enabled: true #自动开始游戏所需的最小玩家数. minimumPlayers: 0 # #可获得的奖励物品. 用法为 [数量] <奖励物品> rewards: - 'diamond' - 'ironingot' - '4 ironingot' - 'egg' - 'itemframe' - 'painting' - 'spawn_egg:120' #会出现的单词. words: - 'WordGames+' - 'insertCode' - 'Minecraft' - 'enderman' - 'WorldEdit' - 'Notch' - 'Herobrine' - 'Dinnerbone' - '_Jeb' - 'enderdragon' - 'creeper' - 'spider' - 'bookshelf' - 'redstone' - 'elytra' - 'pufferfish' - 'enchanted' - 'apocalypse' - 'nether' - 'homework' - 'administrator' - 'message' - 'player' - 'another' - 'Towny' - 'word' - 'qsefthuopq' - 'Terraria' - 'Diablo' - 'spigot' - 'bukkit' - 'MCBBS' - '插件百科' - 'philosophy' - '3.14159265358' - '人类的本质'
</spoiler>
messages.yml
<spoiler>
################### # 语言配置 # ################### reload: '{plugin}&a 已重载!' variables: plugin: '&6[&cWordGames+&6]&r' # #代替 '{word}' 的消息. HOVER: '&a这里' games: autoStop: '{plugin} &2打字游戏已结束,没有人获胜. 正确答案为: &a{word}&2.' reorder: - '{plugin} &2重组这些字母来构成一个单词: &a{word}&2.' - '{plugin} &2奖励: &a{amount}x {reward}&2!' unmute: - '{plugin} &2猜猜这是什么单词: &a{word}&2.' - '{plugin} &2奖励: &a{amount}x {reward}&2!' hover: - '{plugin} &2把你的鼠标移到 &a{word}&2 并以你最快的速度输入这个单词!' - '{plugin} &2奖励: &a{amount}x {reward}&2!' timed: start: - '{plugin} &2考验手速的时候到了! 在&a{seconds} 秒内输入 &a{word}&2 的玩家可获得奖励!' - '{plugin} &2奖励: &a{amount}x {reward}&2!' gameWon: '{plugin} &2恭喜! 你在规定的时间内正确地输入了单词.这是你的奖励.' stop: '{plugin} &2 &a{seconds} 秒&2已结束. 恭喜获胜的玩家!' calculate: - "{plugin} &2 &a{word}&2 = ? 请回答整数." - '{plugin} &2奖励: &a{amount}x {reward}&2!' gameWon: '{plugin} &a{player}&2 猜中了正确的单词: &a"{word}"&2! 获得奖励: &a{amount}x {reward}&2!' list: prefix: - '{plugin} &2当前进行中的游戏:' - '{plugin} &2---<&a进行中的游戏&2>---' suffix: '{plugin} &2---<&a进行中的游戏&2>---' stop: '{plugin} &4已停止所有的打字游戏.' error: noPlayPermissions: '{plugin} &4恭喜你猜中了正确的单词!不幸的是你没有权限参加这种类型的打字游戏.' noPermissions: '{plugin} &4你没有权限执行这个指令.' typeNotFound: '{plugin} &4Error 404: 找不到这种指令! 用法: /wordgame <help>' wrongInput: '{plugin} &4指令错误. 用法: /wordgame <help>' notPlaying: "{plugin} &4没有可以停止的游戏!" configWrong: '{plugin} &4配置出错.' tooManyGames: '{plugin} &4你不能创建更多游戏了.'
</spoiler>
链接 · Links