Back to mods
Coins project artwork

CurseForge · Hytale mod

Coins

A simple economy mod for Hytale that adds physical coins and a digital wallet system. Expandable.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Coins release should I use?

Updated 6 months ago
Latest stable file Coins-1.0.6.jar
Game version Not listed
Mod system Built-in Hytale mod system

Coins-1.0.6.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should Coins be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does Coins-1.0.6.jar need?

Coins-1.0.6.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add Coins without breaking your instance.

Built for Coins-1.0.6.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Coins-1.0.6.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Coins-1.0.6.jar. It opens that exact file at the source.

About this project

What does Coins add?

🪙 Hytale Coins: The Ultimate Economy Solution

Bring a robust, physical, and digital economy to your Hytale server! Hytale Coins seamlessly integrates physical currency items with a modern digital wallet system, allowing players to trade, pay, and manage their wealth with ease.


🌟 Key Features

  • 💎 Physical & Digital Currency: Use physical coins in-game or deposit them into your digital wallet.
  • 🏧 Smart Wallet UI: A sleek, custom NoesisGUI interface to check your balance and withdraw coins.
  • 💸 Player-to-Player Payments: Send money to your friends instantly with the /pay command.
  • ⚔️ Mob & Crop Drops: Earn currency naturally by hunting mobs or harvesting crops.
  • 🛠️ Highly Configurable: Customize everything from currency names to drop rates and coin values.
  • 🔌 Vault2 Integration: Fully compatible with other mods using the Vault2 API.
  • 🗄️ Flexible Storage: Choose between local JSON files or a high-performance MySQL database.

⚙️ Configuration Guide

Tailor the mod to your server's needs with our comprehensive config.json. Below is the default setup with a detailed breakdown of every setting.

📄 Default Configuration

{
  "enableMobDeathDrops": true,
  "mobDeathDropRate": 0.1,
  "enableCropHarvestDrops": true,
  "cropHarvestDropRate": 0.2,
  "coinValues": {
    "Coin_Gold": 1000,
    "Coin_Emerald": 10000,
    "Coin_Silver": 100,
    "Coin_Iron": 10,
    "Coin_Diamond": 100000,
    "Coin_Copper": 1
  },
  "mobDeathDrops": {
    "Cow": 3,
    "Fox": 3
  },
  "payCommandPermission": "",
  "currencyNameSingular": "Coin",
  "currencyNamePlural": "Coins",
  "storageType": "JSON",
  "mysqlHost": "localhost",
  "mysqlPort": 3306,
  "mysqlDatabase": "hytale",
  "mysqlUser": "root",
  "mysqlPassword": ""
}

🔍 Settings Breakdown

🎮 Drops & Economy

  • enableMobDeathDrops (true/false): Toggle whether mobs drop coins upon death.
  • mobDeathDropRate (0.0 to 1.0): The probability (percentage) that a mob will drop coins. Default 0.1 is a 10% chance.
  • enableCropHarvestDrops (true/false): Toggle whether harvesting crops rewards players with coins.
  • cropHarvestDropRate (0.0 to 1.0): The probability that harvesting a crop will drop coins.
  • coinValues: Define the value of each physical coin type in the base currency.
  • mobDeathDrops: Specify the exact amount of base currency dropped by specific mob types.

💬 Customization & Permissions

  • currencyNameSingular: The name of your currency in singular form (e.g., "Gold Piece").
  • currencyNamePlural: The name of your currency in plural form (e.g., "Gold Pieces").
  • payCommandPermission: Set a custom permission node required to use /pay. Leave empty ("") to allow all players in Adventure mode.

💾 Storage Strategy

  • storageType: Choose your backend. Options: "JSON" (files) or "MYSQL" (database).
  • MySQL Settings: Only required if storageType is set to "MYSQL".
    • mysqlHost: Database server address.
    • mysqlPort: Database port (default 3306).
    • mysqlDatabase: The schema name.
    • mysqlUser & mysqlPassword: Connection credentials.

🚀 Commands

Command Description Permission
/wallet Opens your digital wallet UI. None
/pay <player> <amount> Transfer currency to another player. Configurable
/economy <add/set> <player> <amount> Admin tools to manage balances. coins.admin.economy

🛠️ Installation

  1. Download the latest release.
  2. Drop the mod into your Hytale mods folder.
  3. Restart your server to generate the default configuration.
  4. (Optional) Edit config.json in universe/mods/coins/ to customize your experience.

Developed with ❤️ for the Hytale Community.

Project description from CurseForge.

Recent files

Coins releases and Hytale builds

6 of 6 releases match

Looking for an older file? The official CurseForge project page is in Resources.