This plugin allows you to create your own minesweeper game inside of Minecraft.
Just drag the plugin and ProtocolLib (
https://www.spigotmc.org/resources/protocollib.1997/) into the plugins folder and see the magic happen.
You can customize everything in the config file.
Among others
- the game modes
- the inventory
- the language
To create your own mode, simply add a new entry to the games sector in the config.
corner: north-west corner of the field
spawn: Spawn point, where the player should be teleported to
border_size: the length and width of this field
bomb_count: The count of bombs, needed to detect
difficulty_lang_path: The path to the name in the language file
inventory_material: for a list of all valid materials, see the list here (
https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Material.java)
inventory_position: The position in the inventory. Starting from zero.
You can make those map overlap, so you have maps with the same size but different bomb counts.
Have fun!
TeddyBear_2004