From e20f08f8b3f64e5f3c958d470739b849acd087b8 Mon Sep 17 00:00:00 2001 From: Newcomer1989 Date: Sat, 20 Aug 2016 23:06:41 +0200 Subject: [PATCH] release 1.1.0 --- README.md | 7 +++++++ avatars/.gitignore | 2 ++ icons/.gitignore | 3 +++ logs/.gitignore | 2 ++ 4 files changed, 14 insertions(+) create mode 100644 README.md create mode 100644 avatars/.gitignore create mode 100644 icons/.gitignore create mode 100644 logs/.gitignore diff --git a/README.md b/README.md new file mode 100644 index 0000000..c650cee --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# TSN-Ranksystem + +![license: GPL v3](https://img.shields.io/badge/license-GPL%20v3-brightgreen.svg) ![forks](https://img.shields.io/github/forks/Newcomer1989/TSN-Ranksystem.svg) ![stars](https://img.shields.io/github/stars/Newcomer1989/TSN-Ranksystem.svg) [![GitHub issues](https://img.shields.io/github/issues/Newcomer1989/TSN-Ranksystem.svg)](https://github.com/Newcomer1989/TSN-Ranksystem/issues) + +The TSN Ranksystem is an easy to handle Level System to automatically grant ranks (servergroups) to users on a TeamSpeaks3 Server for online time or online activity. You can create your own servergroups, with permissions, icons etc. of your choice, and define these for the Ranksystem. Its open source and so its free to use under the GNU license with version 3. + +#### Official website: [TS-N.NET](http://ts-n.net/ranksystem.php) \ No newline at end of file diff --git a/avatars/.gitignore b/avatars/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/avatars/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/icons/.gitignore b/icons/.gitignore new file mode 100644 index 0000000..b91bce6 --- /dev/null +++ b/icons/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!rs.png \ No newline at end of file diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file