Text-Legend
Deploy and manage a text-based multiplayer game server
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core