Updated Game types (markdown)

Daniel Saukel 2019-04-07 22:37:25 +02:00
parent 82c354e1a7
commit 165c89a591

@ -1,7 +1,7 @@
_Game types_ are usually defined by the ready sign. They contain a few game rules and override all config inputs. The implementation is mostly up to the dungeon builder and addons. _Game types_ are usually defined by the ready sign. They contain a few game rules and override all config inputs. The implementation is mostly up to the dungeon builder and addons.
## Why do I need this? ## Why do I need this?
Usually, you do not need game types unless you would like to use one map for multiple purposes. Game types are easier to use than configurations and dungeon builders without access to the server files are able to use them without help. Game types define [game goals](https://github.com/DRE2N/DungeonsXL/blob/master/core/src/main/java/de/erethon/dungeonsxl/game/GameGoal.java) which is important for special games like Bedwars. If nothing is specified, the game ends when the end sign is reached. Usually, you do not need game types unless you would like to use one map for multiple purposes. Game types are easier to use than configurations and dungeon builders without access to the server files are able to use them without help. Game types define [game goals](https://github.com/DRE2N/DungeonsXL/blob/master/src/main/java/de/erethon/dungeonsxl/game/GameGoal.java) which is important for special games like Bedwars. If nothing is specified, the game ends when the end sign is reached.
## List ## List
| Type | Sign ID | Goal | Description | | Type | Sign ID | Goal | Description |