Description
Release page for Japanese is here.
http://forum.minecraftuser.jp/viewtopic.php?f=38&t=29865
Features
It is a plugin that adds a reversi mini game.


- This plugin generates new world for game field. So, this plugin will not break overworld.
- You can play versus mode with your friend. And you can play single mode with CPU (easy, normal, hard).
- Score ranking feature.
How to use
Please use CraftBukkit 1.8 or later version!
Put "ReversiLab.jar" in plugins folder.
You can start a single game session by "/rev single" command.
You can send a reversi session request to other player by "/rev versus (PlayerName)" command. The other player run "/rev accept", a versus game session will start.
Commands
Command is "/reversi ". Aliase is "/rev".
- /rev single [easy|normal|hard] - Start reversi single play mode.
- /rev versus (PlayerName) - Send reversi game session request to the specified player.
- /rev accept - Accept the session request.
- /rev deny - Deny the session request.
- /rev cancel - Cancel your game session.
- /rev resign - Resign your game session.
- /rev spectator (PlayerName) - Spectate the specified player's game session.
- /rev rank [win|lose|played|ratio] [versus|easy|normal|hard] - Display score ranking.
- /rev reload - Reload all configurations.
Permissions
- reversilab.command - Permission of "/rev" command.
- reversilab.single - Permission of "/rev single" command.
- reversilab.versus - Permission of "/rev versus" command.
- reversilab.accept - Permission of "/rev accept " command.
- reversilab.deny - Permission of "/rev deny " command.
- reversilab.cancel - Permission of "/rev cancel " command.
- reversilab.resign - Permission of "/rev resign " command.
- reversilab.spectator - Permission of "/rev spectator " command.
- reversilab.rank - Permission of "/rev rank " command.
- reversilab.reload - Permission of "/rev reload " command. Only OP has this permission as default.
- reversilab.* - All of ReversiLab permissions.
Configuration
# ReversiLab v1.1.0 # @author ucchy # @license LGPLv3 # @copyright Copyright ucchy 2016 # Message locale. lang: 'en' # Send session start and end notification message as server broadcast. broadcastSessionStartEnd: true # The worlds that player cannot start the reversi game session. # ex) prohibitWorlds: ['skyblock'] prohibitWorlds: [] # The wait seconds, from session ends, to teleport back. sessionEndWaitSeconds: 15 # -------------------- Bet Reward Settings -------------------- # Bet and reward types. # NONE -> Disable bets and rewards. # ITEM -> Enable bet items and reward items. # ECO -> Enable bet money and reward money. # If you want to use ECO feature, you need to use Vault and one of Economy plugin. betRewardType: NONE versusBetItem: DIAMOND versusRewardItem: DIAMOND-2 easyBetItem: WOOD-2 easyRewardItem: WOOD-5 normalBetItem: IRON_INGOT-2 normalRewardItem: IRON_INGOT-5 hardBetItem: DIAMOND-2 hardRewardItem: DIAMOND-5 versusBetEco: 10 versusRewardEco: 20 easyBetEco: 3 easyRewardEco: 7 normalBetEco: 5 normalRewardEco: 12 hardBetEco: 8 hardRewardEco: 19
Source Code
Source codes managed in Github. https://github.com/ucchyocean/ReversiLab
These codes licensed under LGPLv3.