Made the game rule a first class setup step.

This commit is contained in:
tastybento 2021-03-21 08:23:45 -07:00
parent 019f817c98
commit fc7cef52c9

View File

@ -23,6 +23,7 @@ A game mode where you are boxed into a tiny space that only expands by completin
4. Restart the server - new worlds will be created. There may be a delay. 4. Restart the server - new worlds will be created. There may be a delay.
5. Login 5. Login
6. Type `/boxed` to start. 6. Type `/boxed` to start.
7. Turn off advancement announcements `/gamerule announceAdvancements false` otherwise there is a lot of spam from the server when players get advancements.
* You will start by a tree. The is a chest with some handy items in it. (This is the island blueprint) * You will start by a tree. The is a chest with some handy items in it. (This is the island blueprint)
@ -42,10 +43,6 @@ A game mode where you are boxed into a tiny space that only expands by completin
## Advanced Config ## Advanced Config
### Game rule
If you are using InvSwitcher, then it will switch out Advancements when you change worlds and that can cause spam, so we recommend you set the game rule `/gamerule announceAdvancements false`.
### config.yml ### config.yml
The config is very similar to BSkyBlock, AcidIsland, etc. The config is very similar to BSkyBlock, AcidIsland, etc.