-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations litebans.mdx (German)
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
folder/de/src/content/docs/enhancements/Plugins/Premium/litebans.mdx.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
description: Litebans is a premium plugin that centralises ban management for 'networked' servers. | ||
slug: e/pl/litebans | ||
title: Litebans | ||
lastUpdated: 2024-01-01 | ||
sidebar: | ||
badge: | ||
text: Recommended | ||
variant: tip | ||
--- | ||
|
||
import MainStatusPill from '../../../../../components/MainStatusPill.vue' | ||
import { LinkCard, CardGrid } from '@astrojs/starlight/components'; | ||
|
||
#### This enhancement supports | ||
|
||
<br/> | ||
<MainStatusPill success>Bungeecord, Waterfall & Velocity</MainStatusPill> <MainStatusPill warning>Spigot / Paper & forks only</MainStatusPill> | ||
<br/> | ||
If you're looking for a method of syncing Minecraft bans between multiple Minecraft proxies, servers (or both) or perhaps you're looking for a way to give your end users some transparency over the punishments that are handed out within your community. If this sounds of interest then Litebans is the tool for you. | ||
|
||
This plugin allows for central management of all punishments via a database and provides you the ability to host a public punishment website for people to view additional details. | ||
|
||
### Features | ||
|
||
<ul class="pl-5 list-disc"> | ||
<li>UUID based punishments (no username change ban evasions)</li> | ||
<li>UI is fully customisable</li> | ||
<li>Punishment templates</li> | ||
<li>Punishment scope support (multi-server specific)</li> | ||
<li>Web-UI included for free</li> | ||
</ul> | ||
|
||
<CardGrid> | ||
<LinkCard title="Download" href="https://www.spigotmc.org/resources/litebans.3715" /> | ||
<LinkCard title="Wiki" href="https://gitlab.com/ruany/litebans-php/wikis/Installation" /> | ||
</CardGrid> |