LivingCoins
PluginMIT

LivingCoins

I it's a plugin which add fully dedicated economy which you can use as premium coins in your server

3
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions

📖About LivingCoins

LivingCoins – Lightweight & Standalone Economy Plugin

LivingCoins is a fast, lightweight, and fully standalone economy plugin built for Paper-based Minecraft servers.

It does not depend on Vault and focuses on simplicity, performance, and long-term stability.
Perfect for servers that want a clean economy system with full control and zero unnecessary overhead.

✨ Features

  • UUID-based player economy
  • Integer-only balances (no decimals, no floating-point bugs)
  • Persistent storage using players.yml
  • Extremely lightweight and fast
  • No Vault dependency
  • Clean public API for other plugins
  • PlaceholderAPI support
  • Master-code based activation system
  • Safe admin controls (set, reset, reload)
  • Designed to work with shops and bank-style plugins

💰 Commands & Usage

All commands are available via:

/livingcoins
/lc

Subcommands

/livingcoins balance
→ Check your balance

/livingcoins give
→ Give coins to a player (Admin)

/livingcoins take
→ Take coins from a player (Admin)

/livingcoins set
→ Set a player’s balance (Admin)

/livingcoins reset <player|all>
→ Reset one player or all balances (Admin)

/livingcoins reload
→ Reload LivingCoins data (Admin)

🔐 Permissions

livingcoins.admin
Required for: give, take, set, reset, reload

🧩 Placeholders (PlaceholderAPI)

%livingcoins_balance%
→ Raw balance

%livingcoins_balance_formatted%
→ Short format (1K, 1.5M, etc.)

%livingcoins_balance_commas%
→ Comma formatted (1,000,000)

%livingcoins_usercode%
→ Generated user/shop activation code

🗂️ Data Storage

plugins/LivingCoins/
├─ config.yml
├─ players.yml

Balances are saved automatically and safely on shutdown.

🔑 Activation System

  • A valid master-code must be set in config.yml
  • Once validated, LivingCoins generates a unique user/shop code
  • This code can be used by linked plugins (such as shops)
  • Prevents unauthorized or mismatched plugin usage

This system ensures secure and controlled plugin activation.

👤 Author

Developed by Shahid (ThunderStorMiner)