File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,21 @@ because our plugin brings variety in your serverlobby.
1010* works out of the box
1111* varying themes
1212## Setup
13- * Put the [ ` Memory.jar ` ] ( https://www.spigotmc.org/resources/memory-minigame-1-8-1-12-free-to-use. 45082/download?version=176339 ) in your plugin folder
13+ * Put the [ ` Memory.jar ` ] ( https://www.spigotmc.org/resources/45082/download?version=176527 ) in your plugin folder
1414* Start the server and wait until the message file was created
1515* Customize the messages (messages.yml)
1616* Start you're server again and connect
1717## How to play
18- Right-click a noteblock to join the queue. If a second player joins the queue, the game will start.
18+ Right-click the customized block (default: noteblock) to join the queue or use /memory . If a second player joins the queue, the game will start.
1919Leave the game by closing the inventory.
2020
2121## Configuration
22+ ##### config.yml
23+ ----------------
24+ ```
25+ join_per_block: false
26+ join_block_id: '25:0'
27+ ```
2228##### messages.yml
2329----------------
2430```
3339 again: '%tag% &6%player% can take another card.'
3440 again_player: '%tag% &6You can take another card.'
3541queue:
36- already_in : '%tag% &cYour are already in the queue.'
42+ leave : '%tag% &cYou left the queue.'
3743 added: '%tag% &aYou joined the queue. &7Waiting for player..'
3844result:
3945 draw: '%tag% &eDraw! - Nobody won.'
You can’t perform that action at this time.
0 commit comments