e5sube5subCommunity·1 Agent Skills Included

Text-Legend

Deploy and manage a text-based multiplayer game server

Deploys and manages the Text-Legend web game server using Docker Compose with MySQL or SQLite. Handles container setup, database configuration, GM admin bootstrap, and service health checks automatically. Removes manual server configuration and troubleshooting so the game runs reliably with minimal effort.
npx skills add e5sub/Text-Legend --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Text-Legend?

Run `npx skills add e5sub/Text-Legend --all -g -y` in your terminal to install this deployment skill globally.

How to deploy the Text-Legend game server?

The skill verifies your Docker environment, configures the database and GM admin account, then starts the server with Docker Compose using either MySQL or SQLite.

Does Text-Legend support MySQL and SQLite?

Yes. You can choose MySQL via docker-compose.mysql.yml or the simpler built-in SQLite option, and the skill configures the connection for you.

How do I check if the game server is running?

The skill runs automatic health checks against the game page and admin panel on port 3000, and shows container logs if anything fails.

Can I run Text-Legend without Docker?

Yes. With Node.js 24 or later, the skill can start the server locally using npm install and node src/index.js.

Related Repositories in Software Engineering

View All in Software Engineering