Tycoon Server (Astra)¶
Tycoon is an island-based economy server where players generate resources using generators powered by energy.
Overview¶
| Property | Value |
|---|---|
| Codename | Astra |
| Version | 1.21.4 |
| Plugins | 133+ |
| Skripts | 208+ files |
| Focus | Generator economy, islands, alliances |
Key Systems¶
| System | Description | Documentation |
|---|---|---|
| Generators | Auto-producing resource blocks | Generators |
| Alliance | Guild/clan system | Alliance |
| Honor | Player progression ranks | Honor |
| Energy | Power for generators | See below |
| Islands | BentoBox player islands | See below |
Core Features¶
Generators¶
Players place generator blocks that automatically produce drops. Generators require energy to function. See Generator System for details.
Alliance (Guild System)¶
SQL-backed guild system with roles, donations, and audit logs. See Alliance System for details.
Honor Ranks¶
Progression system where players earn Honor Points through daily missions and use them to unlock perks and island expansions.
Energy System¶
Energy is required to power generators. Energy Producers generate energy passively which is stored in the player's energy pool ({playerdata::%uuid%::energy}). Generators consume energy each time they produce drops.
Islands (BentoBox)¶
Each player gets an island that they can build on and expand. Island permissions and team management via BentoBox. Island ownership is checked via placeholder bskyblock_visited_island_owner.
Commands¶
Navigation¶
Economy¶
/bal # Check balance (main currency)
/ethea # Check Ethea (secondary currency)
/shop # Admin shop
/ah # Auction house
Progression¶
Social¶
File Locations¶
server_configs/tycoon/
├── plugins/
│ ├── BentoBox/ # Island system
│ ├── Skript/scripts/ # Custom systems (208+ files)
│ ├── DeluxeMenus/ # GUI menus
│ ├── ExcellentCrates/ # Crate system
│ └── ...
└── .gitignore # MineCICD whitelist
Major Skript Files¶
| File | Lines | Purpose |
|---|---|---|
alliance.sk |
2,862 | Full alliance/guild system |
gens_main.sk |
902 | Generator core logic |
honor.sk |
~800 | Honor progression |
dailymission.sk |
~800 | Daily quest system |
energy.sk |
~500 | Generator energy system |
See Skript Reference for complete list.