Tested Minecraft Versions:
ATTENTION: NO MORE FUNCTIONALITIES WILL BE ADDED TO THIS PLUGIN, THAT MEANS NO MORE UPDATES UNLESS IT IS SOMETHING RELATED TO BUGS/ERRORS.
What can I do with ConnectTheBlocks?
ConnectTheBlocks is basically a GUI Inventory Minigame based on the popular smartphone game "Flow Free". The objective of the game is to connect the blocks with the same color following some rules explained on the How to Play tutorial.
The plugin already have 160 levels created, but you can create your own. These levels can have different types which are defined by its slots. (5x5, 6x6, 7x6, 8x6 and 9x6)
[!] This plugin needs Spigot to work! [!]
- ✓ 200 already created Levels (Basic, Normal, Hard, Very Hard)
- ✓ Create your own levels
- ✓ Multiple Level types: 5x5, 6x6, 7x6, 8x6, 9x6
- ✓ Create your own categories/packages
- ✓ Categories with unlimited amount of levels (Pages system)
- ✓ Categories with Permission
- ✓ Rewards when finishing levels or categories
- ✓ MySQL Database/Bungeecord Support
- ✓ Separate file for each category
- ✓ Use the plugin in certain worlds
- ✓ Messages.yml and Config.yml files
- ✓ Inventory save while playing
- ✓ Works in 1.8+
- ✓ No Permissions needed
- ✓ API
Like I said before, the idea of the game is to connect the blocks/wool with the same color. To accomplish that, you need to follow some rules:
Spoiler: Rules
Most of the configuration is on the categories files on the "levels" folder. To create a new category just copy one of the created files (like basic.yml) and rename it as you like. Now delete all the created levels, you need to leave it like this:
Code (Text):
Config:
enabled: true
slot: 0
item: "159:3"
name: "&8[&b&lBasic&8] &6&lLevels"
lore:
- "&75x5 and 6x6 Levels"
- "&840 Levels"
- ""
- "&eStatus: %status%"
on-selection-title: "&8[&b&lBasic&8] &6&lLevels"
on-game-title: "&8[&b&lBasic&8] &6Level %level%"
inventory-rewards: true
rewards:
- "eco give %player% 15000"
- "give %player% 264 40"
SINCE MINECRAFT 1.13 CHANGED ALL IDS YOU NEED TO USE MATERIAL NAMES FROM THIS PAGE (SAME FOR SOUNDS):
Materials: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
Sounds: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
The categories are shown in the main menu and each of them have a per-user progress bar
Spoiler: Levels Config Tutorial
Spoiler: Config.yml Tutorial
Spoiler: How to Create Levels
Spoiler: Levels
Spoiler: API
Translations:
Spanish: (By DinoBossYT)
-/cb Opens the game inventory
-/cb createlevel Creates a new game level
-/cb removelevel <category> <level> Removes a level from category
-/cb editlevel <category> <level> Edits a level from category
-/cb help Shows this message
-/cb info Show plugin info
-/cb top Show top players
-/cb syncsql Use it to transfer data from the players folder to the MySQL database. Only use when your database is empty.
-/cb reload Reload plugin configs
- connect.admin
- connect.command.top
Spoiler: Screenshots
Spoiler: Gifs
Please avoid posting bad ratings before asking. If you have problems or bugs with the plugin contact with me or post on the plugin discussion and I will take a look at it.
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
ATTENTION: NO MORE FUNCTIONALITIES WILL BE ADDED TO THIS PLUGIN, THAT MEANS NO MORE UPDATES UNLESS IT IS SOMETHING RELATED TO BUGS/ERRORS.
What can I do with ConnectTheBlocks?
ConnectTheBlocks is basically a GUI Inventory Minigame based on the popular smartphone game "Flow Free". The objective of the game is to connect the blocks with the same color following some rules explained on the How to Play tutorial.
The plugin already have 160 levels created, but you can create your own. These levels can have different types which are defined by its slots. (5x5, 6x6, 7x6, 8x6 and 9x6)
[!] This plugin needs Spigot to work! [!]
- ✓ 200 already created Levels (Basic, Normal, Hard, Very Hard)
- ✓ Create your own levels
- ✓ Multiple Level types: 5x5, 6x6, 7x6, 8x6, 9x6
- ✓ Create your own categories/packages
- ✓ Categories with unlimited amount of levels (Pages system)
- ✓ Categories with Permission
- ✓ Rewards when finishing levels or categories
- ✓ MySQL Database/Bungeecord Support
- ✓ Separate file for each category
- ✓ Use the plugin in certain worlds
- ✓ Messages.yml and Config.yml files
- ✓ Inventory save while playing
- ✓ Works in 1.8+
- ✓ No Permissions needed
- ✓ API
Like I said before, the idea of the game is to connect the blocks/wool with the same color. To accomplish that, you need to follow some rules:
Spoiler: Rules
Most of the configuration is on the categories files on the "levels" folder. To create a new category just copy one of the created files (like basic.yml) and rename it as you like. Now delete all the created levels, you need to leave it like this:
Code (Text):
Config:
enabled: true
slot: 0
item: "159:3"
name: "&8[&b&lBasic&8] &6&lLevels"
lore:
- "&75x5 and 6x6 Levels"
- "&840 Levels"
- ""
- "&eStatus: %status%"
on-selection-title: "&8[&b&lBasic&8] &6&lLevels"
on-game-title: "&8[&b&lBasic&8] &6Level %level%"
inventory-rewards: true
rewards:
- "eco give %player% 15000"
- "give %player% 264 40"
SINCE MINECRAFT 1.13 CHANGED ALL IDS YOU NEED TO USE MATERIAL NAMES FROM THIS PAGE (SAME FOR SOUNDS):
Materials: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
Sounds: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
The categories are shown in the main menu and each of them have a per-user progress bar
Spoiler: Levels Config Tutorial
Spoiler: Config.yml Tutorial
Spoiler: How to Create Levels
Spoiler: Levels
Spoiler: API
Translations:
Spanish: (By DinoBossYT)
-/cb Opens the game inventory
-/cb createlevel Creates a new game level
-/cb removelevel <category> <level> Removes a level from category
-/cb editlevel <category> <level> Edits a level from category
-/cb help Shows this message
-/cb info Show plugin info
-/cb top Show top players
-/cb syncsql Use it to transfer data from the players folder to the MySQL database. Only use when your database is empty.
-/cb reload Reload plugin configs
- connect.admin
- connect.command.top
Spoiler: Screenshots
Spoiler: Gifs
Please avoid posting bad ratings before asking. If you have problems or bugs with the plugin contact with me or post on the plugin discussion and I will take a look at it.