diff --git a/External-connections.md b/External-connections.md index f60c76a..3aaa203 100644 --- a/External-connections.md +++ b/External-connections.md @@ -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. diff --git a/Home.md b/Home.md index 0fa34f2..223905f 100644 --- a/Home.md +++ b/Home.md @@ -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: ___ diff --git a/Installation.md b/Installation.md index 43434d3..7accf0c 100644 --- a/Installation.md +++ b/Installation.md @@ -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`. diff --git a/Self-hosting-the-web-interfaces.md b/Self-hosting-the-web-interfaces.md index 5b358be..e66ab46 100644 --- a/Self-hosting-the-web-interfaces.md +++ b/Self-hosting-the-web-interfaces.md @@ -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.