Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Website & online apps for the LuckPerms plugin.

License

NotificationsYou must be signed in to change notification settings

Tobi406/LuckPermsWeb

 
 

Repository files navigation

LuckPermsWeb

Netlify StatusDiscord

LuckPerms is a permission plugin for Minecraft servers, written in Java.

LuckPermsWeb (this repository) contains the website for the project and a number of web apps which supplement the plugin, all written in HTML/JavaScript using theVue framework.

Branches

  • Development takes place on themaster branch.
  • The production site atluckperms.net is automatically built from theproduction branch.
  • An older (pre Vue rewrite) version of the site is on thev1 branch.

Development

Contributions are greatly appreciated! Just make a pull request with your changes.

Cloning

Use the following command to clone (and include the wiki submodule):

git clone --recursive https://github.com/lucko/LuckPermsWeb.git

Setup

Once it is cloned, move into the new directory and install the dependencies:

cd LuckPermsWebnpm install

Compile and setup hot-reloads for development

When making changes to the app, you can run a local copy with the following command:

npm run serve

This will automatically open a new tab in your default browser with the app running on a local server. When you make changes to the files, the app will "hot-reload" with the new updates.

Compile for production

To build the project to a folder that can be accessed via a webserver, run this command (output is in the/dist directory):

npm run build

Self hosting

There is a convenient installation script provided for self hosting the web apps.

For more details, seehere.

About

Website & online apps for the LuckPerms plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue73.2%
  • JavaScript12.3%
  • Shell10.6%
  • CSS2.9%
  • HTML1.0%

[8]ページ先頭

©2009-2025 Movatter.jp