Landmine Busters

Release page for Japanese is here.

http://forum.minecraftuser.jp/viewtopic.php?f=38&t=21210&p=194155#p194155

Features

It is a plugin that adds a mine detection mini game (like a mine sweeper).

Rely on information of mine radar on the game field, and put a Redstone torch on all of mine.

  • You can choose from three types of difficulties, easy, normal, and hard.
  • You can customized field size and the number of mines in config.yml.
  • Score Ranking. Let's try time attack!!

Videos

Video by IngrownPenguin

How to use

Please use CraftBukkit 1.7.2-R0.3 or later version!

Put "LandmineBusters.jar" in plugins folder.

Commands

Command is "/landminebusters ". Aliase is "/lb".

  • /lb start [easy|normal|hard] - Start new game. If you omit the difficulty, "normal" game will start.
  • /lb cancel - Cancel your game.
  • /lb rank [easy|normal|hard] [<size>] - Display score ranking.
  • /lb reload - Reload config.yml file.

Permissions

  • LandmineBusters.command - Permission of "/lb" command.
  • LandmineBusters.start - Permission of "/lb start" command.
  • LandmineBusters.rank - Permission of "/lb rank" command.
  • LandmineBusters.reload - Permissions of "/lb reload" command.
  • LandmineBusters.* - All of LandmineBusters permissions.

Configuration

# LandmineBusters v1.0.0
# @author     ucchy
# @license    LGPLv3
# @copyright  Copyright ucchy 2015

# Message language.
lang: en

# Difficulty Settings.
# size -> field size.
# mine -> landmine num.
difficulty:
  easy:
    size: 10
    mine: 5
  normal:
    size: 12
    mine: 12
  hard:
    size: 15
    mine: 30

# Seconds to start game.
startDelay: 5

# The server announce of starting and results of games.
announce: true

Source Code

Source codes managed in Github. https://github.com/ucchyocean/LandmineBusters

These codes licensed under LGPLv3.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit