Skip to content

Commit

Permalink
Add detail to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarZyg committed May 22, 2021
1 parent f78d1f9 commit c973c20
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# tablist
# tablist <a href="https://discord.gg/KfmcRzv6Gh"><img src="https://img.shields.io/discord/840618521611337759?color=pink&label=Discord&logo=discord&logoColor=pink&style=for-the-badge"></a>

<a href="https://bstats.org/plugin/velocity/send/11443"><img src="https://img.shields.io/bstats/servers/11443?color=green&style=for-the-badge"></a>

Tablist Plugin for velocity
# Configuration
```toml
# tablist
[plugin]
enabled=true

# Global tablist
[global-tablist]
enabled=false

[tablist-header-footer]
enabled=false
# If you are unsure how to hanle new lines, take a look at https://toml.io/en/ or just use \n
header="""
<white><red>Example<red> Network</white>
<white>Line 3!</white>"""
footer="<light_purple>have fun!</light_purple>"

[developer-info]
config-version=0.1
```
All options are disabled by default.

# Download
Get the latest release <a href="https://github.com/OskarsMC-Plugins/tablist/releases">here</a>

0 comments on commit c973c20

Please sign in to comment.