Economy System
Complete virtual currency system with shops and balances.
Explore real-world examples and complete system implementations using Command Maker.
Create a complete teleport request system with accept/deny functionality. Players can request teleportation with confirmation.
Implement a ban command system with reasons and logging. Staff can ban players with documented reasons.
Create warp points that players can teleport to instantly. Perfect for hub worlds and spawn locations.
Build your own custom commands without programming knowledge. Simple aliases to powerful multi-parameter systems.
Create a welcome message that includes the player's name:
/cmd add welcome say Welcome to our server, ${player}! Use /help for commands.
Create a hub system using aliases:
/cmd add hub tp ${player} 0 100 0
/cmd add spawn tp ${player} -100 64 500
Send messages to everyone with a custom prefix:
/cmd add broadcast say [BROADCAST] ${player} says:
Give items to heal players:
/cmd add heal effect give @s instant_health 1 1
Toggle between day and night:
/cmd add night time set night
/cmd add day time set day
Count online players using scoreboards:
/cmd add count say Players online:
Pattern: /tpa <player>
Usage: /tpa Steve → Extracts "Steve" as ${tpa_player}
Pattern: /ban <player> <reason>
Usage: /ban Hacker Unfair advantage → Extracts "Hacker" and "Unfair advantage"
Pattern: /msg <player> <color> <message>
Usage: /msg Admin red Alert message → Creates formatted message
Here are some popular examples from the community:
| System | Complexity | Use Case | Link |
|---|---|---|---|
| TPA Request | Advanced | Player-to-player teleport with acceptance | View |
| Ban System | Intermediate | Moderation with reason logging | View |
| Warp System | Intermediate | Named teleport locations | View |
| Shop System | Advanced | NPC-based item trading | View |
| Rank System | Advanced | Player tier management | View |
| Welcome Script | Beginner | New player greeting | View |
If you're new:
If you're experienced:
Have an awesome example or system? Share it with the community on GitHub or submit it for the docs!
Complete virtual currency system with shops and balances.
Item distribution with cooldowns and permissions.
Personal teleportation points with multiple homes.
Scheduled events and special activities.