Requirements
- You must have the SkywarsReloaded plugin installed and running.
Step 1
Setting up chests is necessary for your game to be playable. By default, the chests are empty, which means that there won't be any items in the chests when the game starts. To fix this, you will need to customize the chest loot. You can simply do this in-game without having to edit any files.
Step 2
Add items to your chests by using the command /sw chestadd [type] [method] [percentage].
In this command, the [type] variable could be either 'basic', 'basiccenter', 'normal',
'normalcenter', 'op', or 'opcenter'. This is the chest type that should receive the items.
The [method] variable could be either HAND or INV. Use 'hand' to only add the item that
is in your main hand, and use 'inv' to add all inventory items at once.
The [percentage] variable should be an integer between 1-100 that represents the rarity
of the item for the chests. Meaning that when the percentage is 100, the item will be in
all chests, and when the percentage is 1, there will only be 1% for the item to be in
the chest.
Correct usage: /sw chestadd normal hand 50.
This will add your hand item to the NORMAL chests with a rarity of 50%.