Skip to content

Commit e21b6cc

Browse files
committed
Update README with skeleton overview
1 parent 2bd29c8 commit e21b6cc

File tree

1 file changed

+24
-38
lines changed

1 file changed

+24
-38
lines changed

README.md

Lines changed: 24 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,52 @@
11
<p align="center">
2-
<b>Skeleton schema for the Lilia framework.</b><br/>
3-
A minimal starting point to build your own roleplay experience.
2+
<b>Official skeleton schema for the Lilia roleplay framework.</b><br/>
3+
A minimal foundation to build your own roleplay experience.
44
</p>
55

66
<p align="center">
77
<img src="https://github.com/LiliaFramework/Lilia/blob/main/logo.png?raw=true" alt="Lilia Logo" width="200" />
88
</p>
99

10-
<h1 align="center">Lilia – Skeleton Schema</h1>
11-
<p align="center">A minimal schema to help you build custom experiences on the Lilia roleplay framework.</p>
10+
<h1 align="center">Lilia Skeleton</h1>
1211

13-
---
12+
Welcome to **Skeleton**, a barebones schema for the [Lilia framework](https://github.com/LiliaFramework/Lilia). Use it as a starting point for creating a unique Garry's Mod server with your own gameplay and content.
1413

15-
## About
16-
17-
Skeleton provides just enough code and configuration to start developing your own gamemode. Use it as a foundation and expand to suit your project.
18-
19-
## Getting Started
14+
## 🚀 Getting Started
2015

2116
1. Clone or download this repository.
2217
2. Place the folder in `garrysmod/gamemodes` on your server or local install.
2318
3. Launch Garry's Mod and choose **Skeleton** from the gamemode list.
2419

25-
Database settings can be configured in `schema/database.lua`. Faction examples are located in `schema/factions`.
20+
Configure the database in `schema/database.lua` and check the example factions in `schema/factions`.
2621

27-
## Documentation
28-
29-
Detailed information about the Lilia framework and this schema can be found on the [Lilia wiki](https://github.com/LiliaFramework/Lilia/wiki).
22+
## ✨ Features
3023

31-
---
32-
33-
## Support
34-
35-
Need help or want to engage with the community? Join our [Discord](https://discord.gg/52MSnh39vw).
24+
- Basic schema layout ready for customization
25+
- Example factions demonstrating setup
26+
- Database settings for SQLite or MySQL
27+
- Compatible with official Lilia modules
28+
- GPL-licensed for learning and modification
3629

37-
---
30+
## 📚 Documentation
3831

39-
## Modules
40-
41-
Official modules for Lilia can be found here:
42-
[https://github.com/LiliaFramework/Modules](https://github.com/LiliaFramework/Modules)
43-
44-
---
45-
46-
## Contributing
47-
48-
Contributions are welcome! Fork the repository, create a branch, and submit a pull request.
32+
Detailed information about the Lilia framework and this schema can be found on the [Lilia wiki](https://github.com/LiliaFramework/Lilia/wiki).
4933

50-
---
34+
## 💬 Community Support
5135

52-
## Credits
36+
Need help or want to engage with the community? Join our [Discord](https://discord.gg/52MSnh39vw).
5337

54-
Skeleton is maintained by the **LiliaFramework** team. The original template was created by **Samael**.
38+
## 💡 Contributing
5539

56-
---
40+
We welcome pull requests:
5741

58-
## License
42+
1. Fork the repo
43+
2. Create a feature branch
44+
3. Submit a pull request
5945

60-
This project is distributed under the terms of the **GNU General Public License v3.0**. See the [License](./License) file for more information.
46+
## 🎓 Learning & Adaptation
6147

62-
---
48+
Skeleton is open source under the **GNU General Public License v3.0**. See the [License](./License) file for details. You are free to study, modify and adapt it for your own server. Commercial resale is discouraged, but educational use is encouraged.
6349

64-
## Code of Conduct
50+
Official modules for Lilia can be found here: [https://github.com/LiliaFramework/Modules](https://github.com/LiliaFramework/Modules)
6551

6652
Participation in this project is subject to the [Code of Conduct](./Code_Of_Conduct.md).

0 commit comments

Comments
 (0)