File Details
simple rpg mod-1.2.jar
- R
- Jan 3, 2026
- 37.11 KB
- 75
- 1.7.10
- Forge
File Name
simple rpg mod-1.2.jar
Supported Versions
- 1.7.10
Curse Maven Snippet
This update adds the following features:
1. Sell Items ( /sell ) :
-
Command: /sell <price>
-
Effect: Lists the item currently held in your hand for sale at the specified price. The item will be removed from your inventory and stored in the server shop database.
-
List: Use /sell list to view a list of all items currently being sold by players.
2. Buy Items ( /buy ) :
-
Command: /buy <seller_name> <item_name>
-
Effect: Purchase an item sold by a specific player (supports fuzzy search for item names).
-
Transaction: The buyer is deducted coins and receives the item; the seller receives the coins.
-
Offline Support: If the seller is online, they receive the coins and a notification immediately. If the seller is offline, the coins are temporarily stored and will be automatically delivered with a notification the next time they log in.