Skip to content

Commit 902d019

Browse files
committed
Add contributors section in Readme
1 parent 5edd712 commit 902d019

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"projectName": "mcss-api-java",
3+
"projectOwner": "Les-Projects",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"linkToUsage": false,
7+
"skipCi": true,
8+
"contributors": []
9+
}

readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
[![forthebadge](https://forthebadge.com/images/badges/fuck-it-ship-it.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-java.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/uses-badges.svg)](https://forthebadge.com)
44
![GitHub issues](https://img.shields.io/github/issues/Les-Projects/mcss-api-java?style=for-the-badge) ![GitHub pull requests](https://img.shields.io/github/issues-pr/Les-Projects/mcss-api-java?label=Pull%20Requests&style=for-the-badge)
5-
5+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6+
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
7+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
68

79
## Introduction
810
MCSS (also known as [MC Server Soft](https://mcserversoft.com/)) is a Windows application used to easily manage Minecraft servers.
@@ -12,5 +14,16 @@ This wrapper is a simple API wrapper for the MCSS API.
1214
This API wrapper is made by the community. The code might not be the cleanest.
1315
You're more than welcome to contribute and improve the code.
1416

17+
## Contributions
18+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
19+
<!-- prettier-ignore-start -->
20+
<!-- markdownlint-disable -->
21+
22+
<!-- markdownlint-restore -->
23+
<!-- prettier-ignore-end -->
24+
25+
<!-- ALL-CONTRIBUTORS-LIST:END -->
26+
List powered by [All Contributors](https://allcontributors.org/)
27+
1528
___
1629
Happy Coding 😊

0 commit comments

Comments
 (0)