-
Notifications
You must be signed in to change notification settings - Fork 83
DungeonSign DungeonChest
Daniel Saukel edited this page Dec 28, 2020
·
2 revisions
The dungeon chest sign generates a chest whose contents are the entries of the given loot table. See reward chest sign for chests that add rewards that are given to the players when the game is finished.
Line | Input | Example |
---|---|---|
1st | [DungeonChest] | [DungeonChest] |
2nd | N/A | |
3rd | {loot table ID} | MyLootTable |
4th | N/A |
Chests in general do not need a dungeon sign in order for its contents to be saved and accessible to players within the dungeon. Dungeon signs should be considered to be used if the contents are standardized through the loot table, or if chance values per item are desired.
Wiki: © 2015-2021 Daniel Saukel and contributors, licensed under CC BY-SA (only unless otherwise stated)
- General information
- General setup and usage
- Dungeon setup
- Signs
- Game rules
- Linked dungeon configuration
- Dungeon world configuration
- Details
- Examples (WIP)
- Simple dungeon
- Bedwars TODO
- PVP arena TODO
- Mob arena TODO
- Tutorial TODO
- Data structure guide
- FAQ