This plugin let you play Minesweeper in Minecraft!
How to Play
Check out the pictures at the bottom of this page!
To start the Game, just right- or left-click an Emerald.
An Inventory will pop up, full with dirt and some stone.
Following the main rules of Minesweeper, you can left-click items, if you think there is no bomb.
These will turn into stone, showing with how many bombs they are surounded.
If there is 1 stone, there will be 1 bomb, if there are 2 stone, there will be 2 bombs etc.
The Player can highlight a bomb with right-click.
Once the Player has hightlighted all bombs, he will win. (Nothing at the moment, but maybe in a future release)
If the Player clicks on a bomb, all bombs will show, will turn into TNT.
To exit the game, just close the Inventory or click on a TNT.
Configuration
If you have a older version of this plugin, delete the config.yml file!!!
This plugins Comes with a built-in configuration.
In the config, you can edit what Items will be used for the game. Have fun changing them and have a look what happened!!!
#Minesweeper created by maede97 #Version 2.1 #This is the configuration. #It will automatically reload once a game starts. #This is the size of the game area. #I would highly recommend to let this at 54. size: 54 #This number is the amount of bombs on the game area. #I would also highly recommend to let this at 20. bombCount: 15 #This line will let you customize the title of the Game. #You can use custom colors with '%' followed by a specific color number. #eg %0 will turn to black #%6 to gold #Have a look at http://hydra-media.cursecdn.com/minecraft.gamepedia.com/4/4c/Colors.png, #just change the '#' to '%' title: '%6Mineseeper by maede97' #The following lines let you costumomize the items shown in the game. #It does use the Minecraft-ID. startGameItem: 388 #Emerald defaultItem: 3 #Dirt clickedItem: 1 #Stone bombFlag: 89 #Glowstone showBombItem: 46 #TNT #This line will be fired with Console Rights when a Player wins. #You can easyily add a money donation via a command. #The keyword '@p' will target the player who won. #It can only contain 1 time @p!!! #Example: #commandOnWin: 'give @p minecraft:diamond 1' commandOnWin: ''
The comments in the code part should make clear all entries of the configuration file.
Compatibility
This plugin should work with all newer versions of Bukkit / Spigot (CB1.5.2+ until the newest version)
Important
The configuration does only reload, when you do a whole server reload. I will add a feature to only reload this plugin later. Don't click on your own Inventory! It will act as you clicked in the game menu!!!

