Add Coal Cents economy

This commit is contained in:
CoalGov Deploy
2026-05-04 17:00:05 +00:00
commit c8cc200004
73 changed files with 6873 additions and 0 deletions

View File

@@ -0,0 +1,74 @@
====== Command Reference ======
===== Player Economy =====
* /coal balance - show your coal balance.
* /coal deposit - deposit all coal items and coal blocks from inventory.
* /coal withdraw <amount> - withdraw a whole-coal amount into coal items.
* /coal pay <player> <amount> - pay another online player; accepts decimal coal or cc.
* /coal fines - list unpaid fines.
* /coal fines pay <id|all> - pay one fine or all unpaid fines.
===== Market =====
* /market - open the Ministry Exchange resource trading menu.
===== Claims =====
* /claim wand - receive a claim wand for polygon selection.
* /claim buy <homestead|industrial> <radius> - buy a rectangular claim centered on you.
* /claim buy <homestead|industrial> - buy the currently selected wand polygon.
* /claim info - show claim and land info at your current location.
* /claim list - list your claims.
* /claim show <id> - display a temporary particle outline.
* /claim appraise [id] - estimate resale value for an owned claim.
* /claim sell [id] - sell an owned claim back to the Ministry at appraised value.
* /claim transfer <id> <player> - transfer an owned claim to another player.
* /claim abandon <id> - delete a claim you own without a refund.
===== Permits =====
* /permit buy mining <regionName> - buy a mining permit for a mining concession.
* /permit list - list your active permits.
===== Divining Rod =====
* /diviningrod - receive a CoalGov Divining Rod.
Right-click the rod to test nearby ground for ore signals below and around you.
===== Super Furnace =====
Craft a CoalGov Super Furnace with a furnace in the center and stone in the eight surrounding slots. It smelts 5x as fast and burns fuel 4x faster.
===== Land =====
* /land info - show land region or default land class at your location.
* /land create <name> <landClass> <radius> - admin command to create a land region.
* /land delete <name> - admin command to delete a land region.
* /land list - list land regions.
===== Admin =====
* /coalgov admin balance <player> - show a player balance.
* /coalgov admin grant <player> <amount> - grant coal or Coal Cents.
* /coalgov admin take <player> <amount> - remove coal or Coal Cents.
* /coalgov admin reload - reload config.yml.
* /coalgov admin bypass <on|off|status> - toggle admin gameplay bypass for yourself.
* /coalgov admin rod - grant yourself a divining rod for testing.
* /coalgov admin treasury balance - show treasury balance.
* /coalgov admin treasury grant <player> <amount> - grant coal from the treasury.
* /coalgov admin tax exempt <player> <on|off|status> - manage transaction tax exemption.
===== Police =====
* /police fine <player> <amount> <reason> - issue a payable fine.
===== NPCs =====
* /cgnpc zone create <name> - create an NPC polygon zone from the current claim wand selection.
* /cgnpc create <trader|worker> <name> <zone> - create a Citizens-backed CoalGov NPC.
* /cgnpc stock <id> <material> <amount> - add inventory to an NPC.
* /cgnpc funds <id> <amount> - add coal or Coal Cents to an NPC account.
* /cgnpc haggle <id> <buy|sell> <material> <amount> <offer> - negotiate with a trader.
* /cgnpc list - list NPC zones and CoalGov NPCs.