this plugin generates a chestroom containing all the items that are currently in the game.
Commands
- By default the shape of the room will always be (if possible) a square
- Torches, bakcground, tiles, chests and platforms are customizeable, or otherwise at random.
- If using infinite chests plugin, all the chests will automagicly refill.
- If CustomRoom is set to false, Everything will be at random.
- Will not require any updates when more items are brought into the game ;D
More info about chestroom command
- /chestroom (or /cr) <tl/tr/bl/br/tc/bc> | Place a chestroom based on your position. (see below for more info)
- /crreload | Reload the chestroom config file.
t = top
l = left
r = right
b = bottom
c = center
For example if you use /chestroom bc, you will stand at the bottom center of the chestroom when it spawns.
Config File
Code:{ "ChestsPerRow": 9, //# of chests per row, cannot go below 1 or higher than # of chests needed (currently 90). "CustomRoom": false, //If true it will use the options below. "TileId": 38, //The tile type used for the chestroom. "ChestId": 1, //Chest type. "BgWall": 4, //Background wall id. "pFrameY": 18, //All platforms have the same item id, so you modify them by changing the Frame Y. "tFrameY": 22 //All torches have the same item id, so you modify them by changing the Frame Y. }
-
These forums are being retired. Please ask all questions and help threads and any other type of discussions on GitHub. During this time, new threads and user registrations have been disabled.

2.1 Chestroom 1.2
Generates a chestroom containing all ingame items (sorted by item ID)
Recent Updates
- Chestroom plugin for Tshock API 2.1 Apr 28, 2017
- Updated for 1.3.1 May 31, 2016
- Updated for 1.22 Feb 14, 2016