1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-16 03:14:09 +02:00

Further javadoc improvements

This commit is contained in:
Luck
2021-03-04 00:25:11 +00:00
parent 0884dd7e97
commit 2c636c5ac6
9 changed files with 55 additions and 13 deletions

19
api/javadoc/overview.html Normal file
View File

@@ -0,0 +1,19 @@
<body>
<p>
LuckPerms is a permissions plugin for Minecraft servers. It allows server admins to control what
features players can use by creating groups and assigning permissions.
</p>
<h4>Useful Links</h4>
<ul>
<li><a target="_top" href="https://luckperms.net">Project Website</a></li>
<li><a target="_top" href="https://luckperms.net/wiki/Developer-API">Wiki - API Introduction</a></li>
<li><a target="_top" href="https://luckperms.net/wiki/Developer-API-Usage">Wiki - API Usage</a></li>
</ul>
<h4>Maven</h4>
<p>
The API artifact is deployed to Maven Central under
<a target="_top" href="https://search.maven.org/artifact/net.luckperms/api">
group id: <b><code>net.luckperms</code></b>, artifact id: <b><code>api</code></b>.
</a>
</p>
</body>