https://github.com/liteldev/legacymoney
LLMoney, but adapted to LeviLamina
https://github.com/liteldev/legacymoney
Last synced: 2 months ago
JSON representation
LLMoney, but adapted to LeviLamina
- Host: GitHub
- URL: https://github.com/liteldev/legacymoney
- Owner: LiteLDev
- License: mit
- Created: 2023-12-29T13:10:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T12:34:30.000Z (5 months ago)
- Last Synced: 2026-02-04T04:37:09.268Z (4 months ago)
- Language: C++
- Homepage:
- Size: 108 KB
- Stars: 4
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LegacyMoney
English | [简体中文](README.zh.md)
Legacy LiteLoaderMoney for LeviLamina
# Installation
## Use Lip
```bash
lip install github.com/LiteLDev/LegacyMoney
```
# Usage
| Command | Description | Permission |
| --------------------------- | ---------------------------------- | ---------- |
| /money query(s) [player] | Query your/other players's balance | Player/OP |
| /money pay(s) player amount | Transfer money to a player | Player |
| /money set(s) player amount | Set player's balance | OP |
| /money add(s) player amount | Add player's balance | OP |
| /money reduce player amount | Reduce player's balance | OP |
| /money hist | Print your running account | Player |
| /money purge | Clear your running account | OP |
| /money top | Balance ranking | Player |
# Configuration File
```jsonc
{
"currency_symbol": "$",
"def_money": 0, // Default money value
"enable_commands": true,
"pay_tax": 0.0
}
```