Minecraft ReversiLab mod 2026 download
logo
minecraft mod ReversiLab

ReversiLab

Game Version: 1.11
Total Downloads: 1,432
Updated: Mar 19, 2017
Created: Jan 16, 2016
Download ReversiLabDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.1.2 release 111.77 KB Mar 19, 2017 1.11 141 download ReversiLab 1.1.2 releaseDownload
1.1.1 release 111.29 KB Mar 11, 2017 1.11 52 download ReversiLab 1.1.1 releaseDownload
1.1.0 release 110.99 KB Aug 13, 2016 1.10 174 download ReversiLab 1.1.0 releaseDownload
1.0.1 release 108.95 KB Mar 27, 2016 1.9 221 download ReversiLab 1.0.1 releaseDownload
1.0.0 release 107.51 KB Mar 21, 2016 1.9 109 download ReversiLab 1.0.0 releaseDownload
0.3.1 release 106.56 KB Feb 11, 2016 1.8.1 157 download ReversiLab 0.3.1 releaseDownload
0.3.0 release 102.57 KB Feb 9, 2016 1.8.1 81 download ReversiLab 0.3.0 releaseDownload
0.2.1 release 101.43 KB Feb 6, 2016 1.8.1 103 download ReversiLab 0.2.1 releaseDownload
v0.2.0 release 100.97 KB Jan 31, 2016 1.8.1 102 download ReversiLab v0.2.0 releaseDownload
v0.1.1 release 90.29 KB Jan 26, 2016 1.8.1 102 download ReversiLab v0.1.1 releaseDownload
v0.1.0 release 89.19 KB Jan 25, 2016 1.8.1 67 download ReversiLab v0.1.0 releaseDownload
v0.0.1 release 67.63 KB Jan 16, 2016 1.8.1 123 download ReversiLab v0.0.1 releaseDownload

Screenshots

Description

Share this:

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.

Comments

Add a comment