mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Update web app urls
This commit is contained in:
parent
ee36fa9d81
commit
c09e4a1aa0
@ -566,17 +566,17 @@ public final class ConfigKeys {
|
|||||||
/**
|
/**
|
||||||
* The URL of the web editor
|
* The URL of the web editor
|
||||||
*/
|
*/
|
||||||
public static final ConfigKey<String> WEB_EDITOR_URL_PATTERN = stringKey("web-editor-url", "https://editor.luckperms.net/");
|
public static final ConfigKey<String> WEB_EDITOR_URL_PATTERN = stringKey("web-editor-url", "https://luckperms.net/editor/");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The URL of the verbose viewer
|
* The URL of the verbose viewer
|
||||||
*/
|
*/
|
||||||
public static final ConfigKey<String> VERBOSE_VIEWER_URL_PATTERN = stringKey("verbose-viewer-url", "https://luckperms.net/verbose/#");
|
public static final ConfigKey<String> VERBOSE_VIEWER_URL_PATTERN = stringKey("verbose-viewer-url", "https://luckperms.net/verbose/");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The URL of the tree viewer
|
* The URL of the tree viewer
|
||||||
*/
|
*/
|
||||||
public static final ConfigKey<String> TREE_VIEWER_URL_PATTERN = stringKey("tree-viewer-url", "https://luckperms.net/treeview/#");
|
public static final ConfigKey<String> TREE_VIEWER_URL_PATTERN = stringKey("tree-viewer-url", "https://luckperms.net/treeview/");
|
||||||
|
|
||||||
private static final List<ConfigKeyTypes.BaseConfigKey<?>> KEYS;
|
private static final List<ConfigKeyTypes.BaseConfigKey<?>> KEYS;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user