TNT Sweeper
TNTSweeper makes it possible to play Minesweeper in Minecraft! Break the grass blocks to reveal a colored wool block or TNT. The color of the wool blocks represent the number of TNT blocks adjacent to it. It plays just like normal minesweeper.
Features
- Create Easy, Medium, Hard or Custom game boards
- Break blocks to reveal colored wool or TNT
- Right click blocks to add or remove a flag
- Board protection
- Can be played in survival or creative
- Automatically reveal adjacent blocks
- Economy reward system (Vault required)
- Prizes calculated using amount of non-TNT blocks in a game multiplied by the board's PuzzleMultiplier in config.yml
Install & Setup
- OPTIONAL: Vault required for prizes
- Place TNTSweeper.jar in plugin folder. Start server.
- Create a board (see below)
Create a board
- Use /tntsweeper setboard [boardtype] [boardname] to generate a board. (generates to the south-east of where you/re standing)
- [boardtype] - easy , medium or hard
- [boardname] - a unique name for the board
- Example: /tntsweeper setboard easy easyboard
Create "custom" board
- Use /tntsweeper setboard custom [boardname] [x] [y] [p]
- [boardname] - a unique name for the board
- [x] - number of blocks for one side of the board
- [y] - number of blocks for another side of the board
- [p] - used when generating the probability of TNT (default is 0.15)
- Example: /tntsweeper setboard custom BigBoard 50 75 0.15
Playing
- Use /tntsweeper list to list all available boards
- Use /tntsweeper play [boardname] to start playing on a board
- Use /tntsweeper legend to see how many mines are surrounding each wool color
- Break grass blocks to reveal colored wool or TNT
- Right click a block to add or remove a flag
- You win the game when all blocks have been cleared.
Commands & Permissions
- /tntsweeper, /ts, /tsweep - shows list of commands
- /<command> play [boardname] - play a game (op or tntsweeper.player)
- [boardname] - optional. Defaults to DefaultBoard setting in config.yml if left blank.
- /<command> list - lists all boards and their availability
- /<command> legend - displays the block color legend
- /<command> quit - quit a game and sets the solution
- /<command> setboard [boardtype] [boardname] - generates an empty board (op or tntsweeper.admin)
- [boardtype] - easy, medium, hard or custom (extra arguments needed if creating a custom board, see above)
- [boardname] - name you wish to give your board.
- /<command> delboard [boardname] - deletes a board (op or tntsweeper.admin)
- /<command> reload - reloads the config file & and ends all games (op or tntsweeper.admin)
Configure (config.yml)
Config:Vault:true//set to true for players to receive a prizeDefaultBoard:default//name of default board.Boards:default://name of the boardLocation:World:worldX:280Y:76Z:390Size:Prob:0.15//TNT generation probability.H:8W:8PrizeMultiplier:1.0//multiplies prize by this