Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3f6eb0

Browse files
authoredOct 14, 2024··
Merge pull request #226 from coderzawad/main
A friendly and cozy Read Me
2 parents 2427f02 + 965c6d3 commit b3f6eb0

File tree

1 file changed

+80
-19
lines changed

1 file changed

+80
-19
lines changed
 

‎README.md

+80-19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![banner](https://github.com/ToberoCat/ImprovedFactions_new/blob/main/branding/banners/spigot-banner.png?raw=true)
1+
# ImprovedFactions
2+
3+
![ImprovedFactions Banner](https://github.com/ToberoCat/ImprovedFactions_new/blob/main/branding/banners/spigot-banner.png?raw=true)
4+
25
<div align="center">
36

47
[![ToberoCat - ImprovedFactions](https://img.shields.io/static/v1?label=ToberoCat&message=ImprovedFactions&color=%23FEDD58&logo=github)](https://github.com/ToberoCat/ImprovedFactions_new "Go to GitHub repo")
@@ -8,32 +11,90 @@
811
[![issues - ImprovedFactions](https://img.shields.io/github/issues/ToberoCat/ImprovedFactions_new)](https://github.com/ToberoCat/ImprovedFactions_new/issues)
912
[![SpigotMain - ImprovedFactions](https://img.shields.io/badge/Spigot-ImprovedFactions-orange)](https://www.spigotmc.org/resources/improved-factions.95617 "Spigot ImprovedFactions page")
1013
[![CodeFactor](https://www.codefactor.io/repository/github/toberocat/improvedfactions/badge)](https://www.codefactor.io/repository/github/toberocat/improvedfactions)
11-
<a href="https://www.paypal.com/donate/?hosted_button_id=BGB6QWR886Q6Y">
12-
<img src="https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square" height="20" alt="Donate">
13-
</a>
14-
<a href="https://discord.gg/VmSbFNZejz">
15-
<img src="https://img.shields.io/discord/819932760550014986.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat">
16-
</a>
14+
[![Donate - PayPal](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square)](https://www.paypal.com/donate/?hosted_button_id=BGB6QWR886Q6Y)
15+
[![Discord](https://img.shields.io/discord/819932760550014986.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/VmSbFNZejz)
16+
1717
</div>
1818

19-
## Documentation
19+
## Table of Contents
20+
- [About](#about)
21+
- [Features](#features)
22+
- [Installation](#installation)
23+
- [Usage](#usage)
24+
- [Configuration](#configuration)
25+
- [Documentation](https://github.com/ToberoCat/ImprovedFactions/tree/main/docs)
26+
- [Contributing](#contributing)
27+
- [Support](#support)
28+
- [License](#license)
2029

21-
<div align="center">
30+
## About
2231

23-
[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://github.com/ToberoCat/ImprovedFactions_new/wiki "Go to project documentation")
32+
ImprovedFactions is a lightweight and high-performance Minecraft faction plugin. It offers a user-friendly experience with features that can be downloaded directly from Minecraft, enhancing server gameplay and community interaction.
2433

25-
</div>
34+
## Features
2635

27-
## About
36+
- **Performance Optimized**: Designed for efficiency, ensuring smooth gameplay even on busy servers.
37+
- **User-Friendly**: Intuitive commands and interfaces for players of all experience levels.
38+
- **Customizable**: Extensive configuration options to tailor the faction experience to your server's needs.
39+
- **Minecraft Integration**: Unique features downloadable directly through Minecraft for seamless user experience.
40+
- **Regular Updates**: Continual improvements and new features to keep your faction gameplay fresh and exciting.
41+
42+
## Installation
43+
44+
1. Download the latest version of ImprovedFactions from the [Spigot page](https://www.spigotmc.org/resources/improved-factions.95617) or [GitHub releases](https://github.com/ToberoCat/ImprovedFactions_new/releases/).
45+
2. Place the downloaded `.jar` file in your server's `plugins` folder.
46+
3. Restart your server.
47+
4. The plugin will generate default configuration files, which you can then customize.
48+
49+
## Usage
50+
51+
- `/f help` - View all available faction commands
52+
- `/f create <name>` - Create a new faction
53+
- `/f join <faction>` - Join an existing faction
54+
- `/f claim` - Claim land for your faction
55+
56+
For a full list of commands and their usage, please refer to our [documentation](#documentation).
57+
58+
## Configuration
59+
60+
The main configuration file is located at `plugins/ImprovedFactions/config.yml`. Here you can adjust various settings such as:
2861

29-
Improved factions is a lightweight and performant minecraft faction plugin. It supports features downloadable from
30-
Minecraft directly for more user friendlienes
62+
- Faction creation costs
63+
- Claim limits
64+
- Power systems
65+
- And much more!
3166

32-
## Contributors
67+
Detailed configuration instructions can be found in our [wiki](https://github.com/ToberoCat/ImprovedFactions/tree/main/docs).
3368

34-
Check [CONTRIBUTORS.md](CONTRIBUTORS.md) to see a list of all people who contributed to this project
69+
## Contributing
3570

36-
## Others
71+
We welcome contributions from the community! If you'd like to contribute, please:
3772

38-
### Bstat
39-
https://bstats.org/plugin/bukkit/ImprovedFactions/14810
73+
1. Fork the repository
74+
2. Create a new branch for your feature
75+
3. Commit your changes
76+
4. Push to the branch
77+
5. Create a new Pull Request
78+
79+
For more information, see our [CONTRIBUTING.md](CONTRIBUTING.md) file.
80+
81+
## Support
82+
83+
- For bug reports and feature requests, please use our [GitHub Issues](https://github.com/ToberoCat/ImprovedFactions_new/issues).
84+
- Join our [Discord server](https://discord.gg/VmSbFNZejz) for community support and discussions.
85+
86+
## License
87+
88+
ImprovedFactions is released under the [MIT License](LICENSE).
89+
90+
---
91+
92+
<div align="center">
93+
94+
Made with ❤️ by [ToberoCat](https://github.com/ToberoCat)
95+
96+
Check [CONTRIBUTORS.md](CONTRIBUTORS.md) to see a list of all people who contributed to this project.
97+
98+
[![Bstats](https://img.shields.io/badge/View-Bstats-blue?style=for-the-badge)](https://bstats.org/plugin/bukkit/ImprovedFactions/14810)
99+
100+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.