Skip to content

dumptruckman/ChestRestock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open the loot_tables folder in the plugin directory. Make a new file called somename.yml.

Edit the file with your favorite text editor (preferably not notepad).

Here are some samples of what you could put in the file:

apples:
  id: APPLE
  chance: .5
  rolls: 4
  amount: 3
a_sword:
  id: IRON_SWORD
  chance: .3
  rolls: 1

In game, target a chest and type /cr set loot_table somename.yml.

This will tell the chest to restock with: 1-4 apples 1 iron sword

About

Chest Restocker for Bukkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages