|
1 | 1 | <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. |
4 | 4 | </p> |
5 | 5 |
|
6 | 6 | <p align="center"> |
7 | 7 | <img src="https://github.com/LiliaFramework/Lilia/blob/main/logo.png?raw=true" alt="Lilia Logo" width="200" /> |
8 | 8 | </p> |
9 | 9 |
|
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> |
12 | 11 |
|
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. |
14 | 13 |
|
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 |
20 | 15 |
|
21 | 16 | 1. Clone or download this repository. |
22 | 17 | 2. Place the folder in `garrysmod/gamemodes` on your server or local install. |
23 | 18 | 3. Launch Garry's Mod and choose **Skeleton** from the gamemode list. |
24 | 19 |
|
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`. |
26 | 21 |
|
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 |
30 | 23 |
|
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 |
36 | 29 |
|
37 | | ---- |
| 30 | +## 📚 Documentation |
38 | 31 |
|
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). |
49 | 33 |
|
50 | | ---- |
| 34 | +## 💬 Community Support |
51 | 35 |
|
52 | | -## Credits |
| 36 | +Need help or want to engage with the community? Join our [Discord](https://discord.gg/52MSnh39vw). |
53 | 37 |
|
54 | | -Skeleton is maintained by the **LiliaFramework** team. The original template was created by **Samael**. |
| 38 | +## 💡 Contributing |
55 | 39 |
|
56 | | ---- |
| 40 | +We welcome pull requests: |
57 | 41 |
|
58 | | -## License |
| 42 | +1. Fork the repo |
| 43 | +2. Create a feature branch |
| 44 | +3. Submit a pull request |
59 | 45 |
|
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 |
61 | 47 |
|
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. |
63 | 49 |
|
64 | | -## Code of Conduct |
| 50 | +Official modules for Lilia can be found here: [https://github.com/LiliaFramework/Modules](https://github.com/LiliaFramework/Modules) |
65 | 51 |
|
66 | 52 | Participation in this project is subject to the [Code of Conduct](./Code_Of_Conduct.md). |
0 commit comments