Setting Up Admin Stores at Spawn
πͺ Setting Up Admin Stores at Spawn
Last Updated: October 15, 2025
Author: MonkeyCraft Admin Team
Applies to: MonkeyCraft NeoForge 1.21.1 (using MEconomy)
π Overview
Admin stores allow the server to buy and sell items to players using the in-game economy. These stores are linked to an infinite wallet so they never run out of money or stock.
Theyβre perfect for:
- Selling starter supplies and tools
- Buying excess materials from players
- Providing MineColonies blueprints or key items
βοΈ Requirements
- MEconomy mod (installed on MonkeyCraft)
- Admin or operator permissions
- Shop block (
/give @p meconomy:shop_block)
πͺ Step 1 β Enable Admin Mode
/meco admin
You should see: βAdmin mode enabled.β
πΌ Step 2 β Create an Admin Wallet
/meco wallet create adminstore
/meco wallet setbalance adminstore 999999999
/meco wallet infinite adminstore true
This wallet will never run out of balance.
π§± Step 3 β Place and Link a Shop
- Place a Shop Block at spawn.
- Right-click β Set Wallet β enter
adminstore
or run:
/meco shop setwallet adminstore
π° Step 4 β Add Items and Prices
Use /meco shop addsell to sell to players, and /meco shop addbuy to buy from players.
Example:
/meco shop addsell minecraft:bread 5
/meco shop addbuy minecraft:bread 2
π§° Admin Store Troubleshooting & Tips
π§© Shops not working for players
Ensure the wallet is linked correctly:
/meco shop info
It should show Wallet: adminstore.
πΈ Items not buying/selling
- Check for typos in item IDs.
- Use
/meco shop remove <index>to delete an invalid entry. - Re-add with the correct ID.
π§± Backup your shops
The MEconomy folder stores all shop and wallet data in JSON. Back it up with DriveBackup V2 or FTB Backups:
/ftb backups start
π¦ Future Improvements
- NPC traders via KubeJS
- Auto-restocking or rotating βdeal of the dayβ shops
- Integration with the Quest System for player rewards
No comments to display
No comments to display