-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations powerranks.mdx (Dutch)
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
folder/nl/src/content/docs/enhancements/Plugins/Free/powerranks.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,25 @@ | ||
--- | ||
description: Learn about the Luckperms plugin and how to get a basic configuration up and running. | ||
slug: e/pl/luckperms | ||
title: Luckperms | ||
lastUpdated: 2024-01-01 | ||
sidebar: | ||
badge: | ||
text: Essential | ||
variant: success | ||
--- | ||
|
||
import MainStatusPill from '../../../../../components/MainStatusPill.vue' | ||
import { LinkCard, CardGrid } from '@astrojs/starlight/components'; | ||
|
||
#### This enhancement supports | ||
|
||
<br/> | ||
<MainStatusPill success>Bungeecord, Waterfall & Velocity</MainStatusPill> <MainStatusPill success>All major Java & Bedrock platforms</MainStatusPill> | ||
<br/> | ||
LuckPerms is probably the most feature-rich permissions plugin in existence currently. It supports many different kinds of servers, like Bukkit/Spigot or Sponge, but also all the major proxies like Velocity and Bungeecord. | ||
|
||
<CardGrid> | ||
<LinkCard title="Download" href="https://luckperms.net/download" /> | ||
<LinkCard title="Guide" href="/guides/luckperms" /> | ||
</CardGrid> |