Jump to content

MBCoins 1.5.0

   (1 review)

1 Screenshot

  • 1.3k
  • 95
  • 3.42 kB
  • Update details
    v1.5.0
    Released
    Download size3.42 kB
    Total versions2
    Time between versions 115 days
    Typical update pace About every 115 days
    Freshness 7 days ago

About MBCoins

🪙 MBCoins — Lightweight Currency System for Rust Servers

MBCoins is a simple, fast, and reliable currency system built for Rust servers.
It provides an easy way to store, modify, and retrieve player balances — perfect for shops, kits, privileges, rewards, vote systems, or any custom economy-based plugins.

This plugin is extremely lightweight and works as a backend economy module for other MBSystem plugins or your own custom scripts.

✅ Features

  • Fast and optimized player balance storage
  • Automatic player registration on connect
  • Easy-to-use API for other plugins
  • Very lightweight — no UI, no unnecessary overhead
  • Periodic auto-save + save on unload/shutdown
  • Safe and stable for high-population servers

📘 API Methods

Integrate MBCoins into other plugins easily:

Get player balance

float balance = (float)MBCoins?.Call("GetPlayerBalance", playerId);

Add coins

MBCoins?.Call("AddBalance", playerId, amount);

Remove coins

MBCoins?.Call("RemoveBalance", playerId, amount);

🔧 Admin Commands

Give coins

mb.give <playerId> <amount>

Example:

mb.give 76561198000000000 100

💾 Data Storage

Balances are stored in:

oxide/data/MBSystem/MBCoins/DataMBCoins.json

 


User Feedback

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
156.1k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.