.github.io -> .net

Luck 2019-10-02 13:30:14 +01:00
parent 09855f90bd
commit 063894060c
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
4 changed files with 9 additions and 9 deletions

@ -55,9 +55,9 @@ ___
The clients for each of these applications can be found at
* https://luckperms.github.io/editor/
* https://luckperms.github.io/verbose/
* https://luckperms.github.io/treeview/
* https://luckperms.net/editor/
* https://luckperms.net/verbose/
* https://luckperms.net/treeview/
respectively.

@ -2,7 +2,7 @@
Welcome to the LuckPerms wiki. Here you will find a complete set of documentation for the plugin, outlining how to install, setup, configure and effectively use LuckPerms.
:rocket: The **latest downloads** for the project can be found [on our homepage](https://luckperms.github.io/). :rocket:
:rocket: The **latest downloads** for the project can be found [on our homepage](https://luckperms.net/). :rocket:
___

@ -1,6 +1,6 @@
## Initial Setup
1. Download the `LuckPerms-???-x.x.x.jar` file that corresponds to your platform. You can find the latest versions [here](https://luckperms.github.io/).
1. Download the `LuckPerms-???-x.x.x.jar` file that corresponds to your platform. You can find the latest versions [here](https://luckperms.net/).
2. Navigate to your mods/plugins directory. This is usually either `/plugins/` or `/mods/`. Then place the LuckPerms jar in this directory.
3. Fully stop & start your server, and allow the default configuration to be generated.
4. Fully stop your server, and open the config file. It will be located at `/plugins/LuckPerms/config.yml` or `/config/luckperms/luckperms.conf`.

@ -1,8 +1,8 @@
LuckPerms has a number of online editors / viewers built into the plugin. These do not require self hosting, and public versions everyone can use are deployed in the following locations:
* https://luckperms.github.io/editor/
* https://luckperms.github.io/verbose/
* https://luckperms.github.io/treeview/
* https://luckperms.net/editor/
* https://luckperms.net/verbose/
* https://luckperms.net/treeview/
* https://bytebin.lucko.me/
However, I appreciate there is some interest in self hosting these sites, to allow for customisation or implementing custom behaviour. It's not really something I'd recommend doing (there's not much to gain from it) - but alas, here are the details.
@ -79,7 +79,7 @@ These need to be cloned and then copied to the public html directory of your web
```bash
git clone https://github.com/lucko/LuckPermsWeb
cd LuckPermsWeb
rm index.html # the index page is the project homepage (https://luckperms.github.io/), you most likely won't want that :)
rm index.html # the index page is the project homepage (https://luckperms.net/), you most likely won't want that :)
```
The sites are then in `editor/`, `verbose/` and `treeview/` respectively, and can be copied into the web root.