Minecraft

How to Use the LootChest Plugin on a Minecraft Server

Minecraft·May 20, 2026·21 min read

Overview

A Minecraft server can use plenty of small features to make gameplay feel more rewarding, especially in PvP arenas, survival events, adventure maps, or minigames. Kill counters and safezones are useful, but lootable containers give players something direct to chase. The LootChest Spigot plugin adds refillable chests that can appear in fixed locations or random spots around the world.

Each chest can hold custom items, disappear after being looted, and return after a set delay. That makes it useful for supply drops, dungeon rewards, hidden treasure, starter kits, or those moments where players sprint across a map because a shiny box said hello.

This guide explains how to install LootChest on a Minecraft server, create your first loot chest, adjust its behavior, respawn chests manually, and edit the plugin configuration.

Downloading LootChest

  1. Open the LootChest page on Spigot.
  2. Click Download Now on the right side of the page.
  1. Save the `.jar` file somewhere easy to find, such as your desktop or downloads folder.

Installing the Plugin

LootChest requires a plugin-compatible server type. Before uploading the file, make sure your server is running Spigot, Paper, or another compatible Bukkit-based jar. Vanilla Minecraft does not load plugins.

  1. Open your server panel.
  2. Open the file manager in your panel, or connect through an FTP client.
  1. Enter your password, then log in.
  1. Open the `plugins` folder.
  2. Click Upload.
  3. Drag and drop the downloaded LootChest `.jar` file into the upload area.
  1. Wait for the upload to finish completely.
  2. Return to the main server panel and restart the server.
  3. Join the server after it finishes starting, then run `/lc help` to confirm the plugin is active.

First Steps In Game

LootChest is controlled mostly through in-game commands and its menu interface. To use those tools, your account must be an operator or have the correct permissions assigned through a permission plugin such as LuckPerms.

After joining the server with admin access, run:

`/lc help`

This displays the available LootChest commands and confirms the plugin loaded correctly. From there, you can create chests, edit them, force respawns, and adjust how they appear in the world.

Creating a Loot Chest

Pick the location where the loot chest should appear. This can be inside an arena, at the end of a dungeon, near a spawn route, or anywhere else players should be able to find it.

  1. Place a normal chest at the chosen location.
  2. Put the items you want inside that chest.
  3. Look directly at the chest.
  4. Run this command, replacing `[name]` with a unique chest name:

`/lc create [name]`

LootChest saves the contents and turns the container into a managed loot chest. The customization menu should open automatically after creation.

Editing Chest Options

The edit menu lets you adjust how the chest behaves. Options can include respawn timing, effects, holograms, messages, particles, and other display or gameplay settings depending on your plugin version.

Select a category in the menu, then choose the value you want to change. Most edits save automatically. If you close the menu and need to reopen it, use:

`/lc edit [name]`

This is also useful when managing several loot tiers, such as common supply chests, rare arena rewards, or high-value event containers.

Respawning Loot Chests

When a player removes all items from a loot chest, the chest can disappear and come back later. By default, newly created chests usually respawn after 10 minutes, though this can be changed in the plugin configuration.

To instantly respawn one specific chest, run:

`/lc respawn [name]`

To respawn every configured loot chest, run:

`/lc respawnall`

LootChest can also spawn a chest at a random location inside a defined radius:

`/lc randomspawn [name] [radius]`

When a random chest appears, the plugin can announce coordinates in chat so players know where to go. This works well for timed events or competitive scavenger hunts.

Useful Commands

LootChest includes many commands, but most servers only need a handful for regular setup and maintenance.

  • `/lc help` shows the command list.
  • `/lc create [name]` creates a loot chest from the chest you are looking at.
  • `/lc edit [name]` opens the editor for an existing chest.
  • `/lc respawn [name]` respawns one loot chest.
  • `/lc respawnall` respawns all loot chests.
  • `/lc randomspawn [name] [radius]` spawns a chest randomly within a radius.
  • `/lc removeAllHolo` removes stuck or broken holograms.

Normal players should not have access to admin commands unless you specifically grant those permissions. Use a permissions plugin if you want moderators or event staff to manage chests without giving them full operator access.

Editing the Configuration

For deeper changes, edit the plugin files directly. LootChest stores its main settings in `config.yml`, which controls default options, messages, timings, and other plugin behavior.

  1. Open your panel's file manager or use an FTP client.
  2. Go to this folder:

`/plugins/LootChest`

  1. Find `config.yml`, then choose Edit.
  1. Make the changes you need.
  2. Save the file.
  1. Restart the server so the new settings apply.

The configuration file usually includes comments from the plugin developer, so read those before changing values. A one-character typo in YAML can ruin an admin's afternoon, which is a very avoidable form of suffering.

Common Problems

If LootChest does not load, first confirm that the server is running Spigot, Paper, or another compatible plugin server type. Also check that the `.jar` file was uploaded into the `plugins` folder for the correct server profile.

If commands do not work, verify that your account is an operator or has the required permissions. You can run `op [username]` from the server console for full operator access, or use LuckPerms to assign only the LootChest permissions you need.

If a deleted chest leaves behind a floating hologram, run:

`/lc removeAllHolo`

That command removes broken holograms. If one still remains, you may need to clear nearby entities or review the plugin files for leftover chest data.

  • LootChest on Spigot
  • How to become a server operator
  • Using LuckPerms on Minecraft servers
  • How to add plugins to a Minecraft server

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support