HomeJavaModsChestDrop
ChestDrop
Make exploration fun with ChestDrop! Race to loot the Hidden Gems, trade them for valuable items!


Gameplay

ChestDrop drops chests filled with Hidden Gems that players can trade for in-game items, giving them a fun incentive to go out and explore the wilderness.

Race to the Chest

Each time ChestDrop drops a chest, it broadcasts the coordinates to the world. Players all race get there first. Each chest they find contains 1-5 Hidden Gems. Players use the Trade Gems GUI to purchase items.

Collect them All

Start with a pristine world and use the /dropchest command to generate 10, 100, or over 9000 chests on command. Let players loose to see who can collect the most in the time limit

Features
Commands

/tradegems

/addtrade <cost>
/dropchest <quantity>
/givegems <quantity> <player> [additional players...]

Permissions

chestdrop.dropchest


chestdrop.addtrade


chestdrop.givegems



chestdrop.tradegems




Configuration

We recommend running the server once with ChestDrop installed to pre-generate a default configuration file. From here, there are two main sections in config.yml:

General

Code (YAML):

loreBasedGemModel
: false # true | false
 
Gem

Code (YAML):

gem
:
    Name
: Hidden Gem
    Lore
:
   - Found in special chests around the world.
 
Worlds

Contains settings for each world

Code (YAML):

worlds
:
    world
: # the name of the world
        enabled
: false # true | false
        dropWhenEmpty
: false # true | false
        maxRangeForDrops
: 1000 # range in blocks from spawn
        dropInterval
: 1200 # server ticks between drop opportunities
        dropChance
: 0.1 # probability of chest in drop opportunity
 
Trades

Contains details of each offered trade. This section is easier to manage in game. Use the /addtrade command to offer any item you hold in your hand for trade, and the config.yml updates automatically.

Code (YAML):

trades
:
        example
:
        item
:
            ==
: org.bukkit.inventory.ItemStack
            type
: EXP_BOTTLE
            amount
: 10
        cost
: 1
 
2015-08-03_00.52.53.png

2015-08-03_00.52.48.png

2015-08-03_23.37.21.png

2015-08-03_23.37.31.png

2015-08-03_23.37.09.png

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

ChestDrop is a free Minecraft Java mod. Downloaded 3,345 times (via Spigot). Download it and open it directly in the game.

Explore more