Wiki 9Minecraft Fex's Small Money Mod Wiki
Fex's Small Money Mod Wiki › Configuration

Fex's Small Money Mod — Configuration

Commands

FSMM provides several commands for players and administrators to manage the economy.

Command Description
/fsmm balance Displays the player's current virtual balance.
/fsmm info Shows detailed information about the current active account.
/fsmm uuid Displays the UUID FSMM is using for the player (essential for offline-mode servers).
/fsmm pay <player> <amount> Transfers the specified amount to another player.
/fsmm admin add <account> <amount> (Admin) Adds money to a specific account.
/fsmm admin set <account> <amount> (Admin) Sets an account's balance to a specific value.
/fsmm admin take <account> <amount> (Admin) Removes money from an account.
/fsmm reload (Admin) Reloads the mod configuration and bank files.

Configuration

The mod's behavior is controlled via JSON files located in the /config/fexcraft/fsmm/ directory.

Main Config (settings.json)

  • Starting Balance: The amount of money a new player receives upon joining.
  • Money Items: A list of items recognized as currency. You can add vanilla items (like Diamonds) or items from other mods here by specifying their Registry Name and Value.
  • Banks: Define multiple banks, each with its own unique settings and fee structures.

Custom Money Example

To make a Gold Ingot worth 500 units, you would add the following to the config:

"minecraft:gold_ingot": 500