An open API service indexing awesome lists of open source software.

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

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
}
```