Paleo Auction House

Paleo Auction House is a simple server-focused auction house mod built for the Paleo Project Minecraft server.

File Details

PaleoAuctionHouse-1.20.1-2.0.jar

  • R
  • Jul 11, 2026
  • 93.45 KB
  • 16
  • 1.20.1
  • Forge

File Name

PaleoAuctionHouse-1.20.1-2.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:paleo-auction-house-1527649:8412185")

Learn more about Curse Maven

New Commands

  • Added /money <player> — admins can now check any player's balance directly from chat
  • Added /money give <player> <amount> — give a player any amount of money; the target is notified in chat with their new balance
  • Added /money take <player> <amount> — deduct money from a player; balance is clamped at $0 so it can never go negative; the target is notified in chat
  • Added /money set <player> <amount> — set a player's balance to an exact figure regardless of what it currently is; the target is notified in chat
  • Added /money reset <player> — wipe a player's balance to $0; shorthand for /money set <player> 0; the target is notified in chat
  • All five admin money commands require permission level 2, log to the server console, and support tab-complete on player names