Minecraft World Management System

This is your full Minecraft management system prompt, ready to copy or review:

Absolutely β€” here’s a **complete summary** of your Minecraft management system, including economy, businesses, court cases, taxes, and all gameplay mechanics, **condensed into a single prompt** you can paste into another ChatGPT thread or coding tool:

---

### βœ… **Minecraft World Management Prompt (for Coding / Sim Setup)**

You are building a Minecraft-based micro-economy and governance simulation. Here’s what you need to implement:

---

### πŸ“Š **TAX SYSTEM (Weekly-based)**

**Income Tax:**

* 0–5 stacks β†’ 0% tax (Low income)
* 5.1–15 stacks β†’ 5% tax (Low-middle income)
* 15.1–30 stacks β†’ 10% tax (Upper-middle income)
* 30.1+ stacks β†’ 15% tax (High income)

**Corporate Tax:**

* 0–10 stacks β†’ 10%
* 10.1–25 stacks β†’ 20%
* 25.1+ stacks β†’ 30%
* Government-backed companies β†’ Flat 30%

**Stock Tax:**

* 15% flat on profits
* Tax waived after 8 weeks of holding

**Luxury Tax (Stack-based, not %):**

* 0–1 luxury items β†’ 0 stacks tax
* 2 luxury items β†’ 1 stack
* 3 luxury items β†’ 2 stacks
* 4+ luxury items β†’ 4 stacks total

**Food Industry Tax:**

* No income tax for players in food/supermarket industry

---

### 🧱 **COMMODITIES**

**Gold:**

* Value: 9 stacks per brick
* Gov’t holding: 22 bricks
* Public market: 12 bricks
* Total: 34
* Volatile upward-biased pricing model (daily & weekly fluctuations)

**Diamonds:**

* Price: 13 stacks/brick
* Gov’t holding: 36
* Market available: 18

**Emeralds:**

* Most expensive: 21 stacks/brick
* Gov’t holding: 0
* Market available: 9 only

All commodities fluctuate daily/weekly with higher upside volatility. Price model should include scarcity + market manipulation probability.

---

### πŸ›’ **BUSINESSES & LEDGERS**

**IKEA (owned by Semir):**

* Revenue from furnishing buildings
* Factory discount: 40% off block costs
* Store rent: 2 large buildings β†’ rent = 4 stacks/week
* Furnishing fees:

  * Small building: 4 stacks
  * Medium: 8 stacks
  * Large: 12 stacks
* Ledger includes raw material holdings (iron: 21 stacks)

**JFoods (owned by Yunus):**

* Supermarkets (5 franchises), includes McDonald's, sushi, and gas station store (not fuel)
* Revenue breakdown:

  * Total Gross: 20 stacks
  * Operating: 8.5
  * Rent: 5
  * Net income: ~5 stacks/week (before tax)

**Other businesses:**

* **Builders**: Construction HQ only, known to the government
* **Lit Pharmaceuticals**: Just became legal; low awareness
* **TM Foods**: Rival to JFoods, more market dominance
* **Tesla**: Only car maker; not profitable
* **Stratton Oakmont**: Stock exchange; medium awareness
* **Realty Homes**: High-end housing, lower market awareness

---

### βš–οΈ **COURT CASES (Sample)**

* Samir accused of using Creative Mode unfairly.

* Plaintiff: Yunus claims business harm due to invincibility (no hunger).

* Outcome: 5 stacks in compensation to Yunus. No luxury tax applied to Samir.

* Yunus accused of using TNT illegally.

* Verdict pending; involves government property testing violations.

---

### 🧠 **MARKETING SYSTEM**

* Three levels of spending: Low, Medium, High
* Spin wheel probability for each (coded randomizer):

  * High spend β†’ higher risk *and* higher reward
  * Too frequent spending = diminishing returns
* Add "Brand Awareness Score" per business

  * JFoods (Supermarkets): High
  * JFoods (McD/sushi): Low/hidden
  * IKEA: Medium-High
  * Builders: Known to gov’t only
  * TM Foods: High
  * Lit Pharma / Tesla: Low

---

### 🏑 **PLAYER FINANCES**

**Example: Yunus**

* Owns a medium mansion (2nd largest)
* Rides fast horse β†’ fuel cost = medium-high
* Pays weekly:

  * Rent (gov’t fees): medium-high
  * Utilities (light/water): scaled to income (~JFoods net income of 5 stacks/week)
* Transportation cost table:

  * Horse (fast) β†’ medium fuel
  * Donkey β†’ low
  * Pig β†’ low-medium
  * Ghast (flying) β†’ medium (prestige offset by slowness)

---

### πŸ“ **WEBSITE FUNCTION (if coding)**

The tax portal should support:

* Input form for income, business type
* Automatic tax calculation (income + corporate + stock + luxury)
* Display of:

  * Recent court cases
  * Business ledgers (per company)
  * Brand awareness ratings
  * Optional: Spinner wheel for marketing ROI

---

Let me know if you want this exported in **HTML/CSS/JS format** or designed for **CodePen, Replit**, or any other platform.