### Install LegacyMoney with Lip Source: https://github.com/liteldev/legacymoney/blob/main/README.md Use the Lip package manager to install the LegacyMoney plugin from its GitHub repository. ```bash lip install github.com/LiteLDev/LegacyMoney ``` -------------------------------- ### LegacyMoney Configuration Example Source: https://github.com/liteldev/legacymoney/blob/main/README.md Example configuration file for LegacyMoney, showing currency symbol, default money, command enablement, and pay tax settings. ```jsonc { "currency_symbol": "$", "def_money": 0, // Default money value "enable_commands": true, "pay_tax": 0.0 } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.