Skip to content

Commit f9c9e4a

Browse files
author
Paul2708
committed
Edited readme
1 parent 8226ee8 commit f9c9e4a

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
1919
Leave 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
```
@@ -33,7 +39,7 @@ game:
3339
again: '%tag% &6%player% can take another card.'
3440
again_player: '%tag% &6You can take another card.'
3541
queue:
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..'
3844
result:
3945
draw: '%tag% &eDraw! - Nobody won.'

0 commit comments

Comments
 (0)