Minecraft

How to Install and Configure the Coins Plugin on a Minecraft Server

Minecraft·May 20, 2026·17 min read

How to Install and Configure the Coins Plugin on a Minecraft Server

What the Coins Plugin Adds

A working economy is one of the things that keeps a Minecraft server interesting past the first weekend. The usual approach is to point players at a chest shop and tell them to collect items they can sell, which works, but it also means the most common drops are worth almost nothing. The Coins plugin changes that. On a Paper or Spigot server, it makes mobs and ore blocks drop physical coin items that translate directly into currency, so players gain money from the things they already do.

Everything about the plugin is configurable: drop rates, coin values, whether players drop coins on death, and what item visually represents the coin. That flexibility is the main reason it tends to fit nicely on top of an existing economy setup.

Installing Coins

  1. Grab the latest Coins release from its SpigotMC page and click Download Now. The plugin needs an economy backend to function, so also download Vault plus an economy provider such as EssentialsX if you do not already run one.
  1. Save the JAR somewhere you can easily find again.
  1. Open your server panel and access the file manager (or connect using an FTP client). Double-check you are working on the correct server before uploading anything.
  1. Sign in if prompted and enter the plugins directory.
  1. Use the Upload option and drop the JAR (along with Vault and your economy plugin) into the upload area.
  1. Wait until the upload reaches 100%, then return to the main panel and Restart the server.
  1. Once you join back, run `/plugins` in chat. A plugin shown in green is loaded and active.

First Time In-Game

Walking around your world right after installing the plugin, almost nothing looks different. That is expected. Coins only appear when something happens: kill a mob or break an ore and you will see a small drop in the shape of a sunflower head. The default item is meant to resemble a coin, but you can swap it out later for whatever fits your server's theme.

Alongside the passive drops, the plugin ships with a few commands worth knowing, and a configuration file that exposes basically every behavior to tweaking.

Commands

Before touching anything, make sure your account actually has permission to use the commands. A permissions manager such as LuckPerms is the cleanest way to handle this, since you can assign coin-related nodes to specific ranks. If you just want to test things quickly, granting yourself operator status on the server bypasses the permission check.

Examples

The most-used command by far is `/withdraw`. It lets players pull money out of their balance as physical coin items so they can trade, gift, or stash them. In the screenshot we converted $1 of balance into 50 coins by passing those values to the command. Anyone who picks up the resulting items can right-click to redeem them into their own balance.

On the admin side, `/coins drop` is what you reach for during drop parties or when filling crates with rewards. It spawns a chosen number of coin items around a target player or at a set radius/coordinate. The value on each coin is rolled randomly, the same way it is when coins drop from mobs or ores. In this example we dropped 10 coins around a player with no radius specified.

Configuration

The rest of the customization lives in config.yml. Death-drop behavior, base drop rates, currency display, item type. All of it can be adjusted there. To open the file:

  1. Open the file manager (or connect via FTP) and sign in if prompted, then navigate into the plugins directory.
  1. Enter the Coins folder and click Edit next to config.yml.
  1. Apply your changes and hit Save at the top.
  1. Either rejoin and run `/coins reload` in-game or restart the server from the main panel to apply.

Suggested Defaults

Most servers will want to start from the values already listed in config.yml. Each entry is documented inline, which makes it easy to skim through and only change the ones that matter for your gameplay style.

Troubleshooting

Commands return no response. Nine times out of ten this is a permissions problem. If you are not opped and your rank does not have the required nodes, nothing will fire. Either grant the nodes through your permissions plugin or op the account temporarily. If permissions look correct, confirm the plugin actually loaded: run `/plugins` and look for Coins in green. The console is the source of truth here. If something went wrong on startup, the error message will be there even when the chat list looks fine.

Plugin shows as disabled. Coins has no balance system of its own, so without an economy backend it refuses to enable. Vault paired with EssentialsX is the standard combination and the easiest way to get a clean start. If that side is in place and it still will not load, check that your server type is Paper, Spigot, or another Bukkit-compatible fork, and that the Minecraft version matches one the plugin supports. The final thing to rule out is uploading to the wrong server in your control panel.

Further Reading

  • Coins on Spigot
  • How to Add Plugins to a Minecraft Server
  • How to Become a Server Operator

Still have questions?

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

Contact Support