🕒 MBRewardOnline
MBRewardOnline is a flexible Rust (uMod/Oxide) plugin that rewards players for real time spent online.
It supports multiple currencies at the same time, permission-based rewards, time accumulation, and persistent data storage.
Perfect for servers that want to encourage active play instead of AFK farming.
✨ Features
💰 Supported Economy Systems
👉 A single permission can reward multiple currencies at once
Example: 100 MBCoins + 50 Economics + 25 ServerRewards
🔐 Permissions
mbrewardonline.premium mbrewardonline.vip mbrewardonline.default
⚠️ Permission priority is defined by config order
(the first matching permission is used)
⚙️ Example Configuration
{ "Reward Interval (Minutes)": 10, "Permission Rewards (permission => economy => amount)": { "mbrewardonline.premium": { "MBCoins": 100, "Economics": 50, "ServerRewards": 25 }, "mbrewardonline.vip": { "MBCoins": 50, "Economics": 25, "ServerRewards": 10 }, "mbrewardonline.default": { "MBCoins": 20 } } }
📂 Data Storage
Player data is saved to:
oxide/data/MBSystem/MBRewardOnline/MBRewardOnline.json
Stored data:
🧠 How It Works
🛠 Requirements
uMod / Oxide
🚀 Planned Features
👤 Author