Add newer CoalGov update

This commit is contained in:
CoalGov Deploy
2026-07-11 02:06:53 +00:00
parent dd69ab17a5
commit 963cdd2d9d
39 changed files with 2763 additions and 43 deletions

View File

@@ -6,8 +6,12 @@
* /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 networth - estimate your balance, appraised inventory, and claim purchase value.
* /coal fines - list unpaid fines.
* /coal fines pay <id|all> - pay one fine or all unpaid fines.
* /coal lottery status - show the current lottery round.
* /coal lottery buy [tickets] - buy one or more lottery tickets.
* /coal lottery draw - admin-only lottery draw.
===== Market =====
@@ -39,7 +43,13 @@ 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.
CoalGov Super Furnaces smelt 5x as fast and burn fuel 4x faster. Crafting is disabled on this server so the Ministry can keep synthetic diamonds centralized.
Admins can grant a Super Furnace with:
* /coalgov admin furnace
When synthetic diamonds are enabled, a Super Furnace can convert 40 COAL input into 1 DIAMOND.
===== Land =====
@@ -56,6 +66,8 @@ Craft a CoalGov Super Furnace with a furnace in the center and stone in the eigh
* /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 furnace - grant yourself a CoalGov Super Furnace.
* /coalgov admin mob <wandering_trader|trader_llama> [count] - spawn controlled synthetic trader mobs.
* /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.
@@ -70,7 +82,11 @@ Craft a CoalGov Super Furnace with a furnace in the center and stone in the eigh
* /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 role <id> <role> - set an explicit configured worker role.
* /cgnpc home <id> - set an NPC home to your current location.
* /cgnpc work <id> - set an NPC work location to your current location.
* /cgnpc needs <id> - inspect NPC hunger, role, home, and work locations.
* /cgnpc haggle <id> <buy|sell> <material> <amount> <offer> - negotiate with a trader.
* /cgnpc list - list NPC zones and CoalGov NPCs.
Worker roles are matched from the NPC name. By default, a worker named ''Farmer'' harvests and replants mature crops in its zone, a worker named ''Baker'' consumes wheat to produce bread, and workers move surplus output to traders in the same NPC zone.
Worker roles can be set with ''/cgnpc role'' or matched from the NPC name. By default, a ''farmer'' harvests and replants mature crops, a ''baker'' consumes wheat to produce bread, and workers move surplus output to traders in the same NPC zone.