Skip to content

Commit 5e93ad6

Browse files
committed
Add reloading information.
1 parent 80a44bc commit 5e93ad6

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

Writerside/LewMCWiki.tree

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<toc-element topic="KR-Treasure-Maps.md"/>
3434
</toc-element>
3535
<toc-element topic="KR-Exploit-Database.md"/>
36+
<toc-element topic="KR-Troubleshooting.md"/>
3637
</toc-element>
3738
<toc-element topic="Jailhouse.md">
3839
<toc-element topic="JH-Changelogs.md"/>

Writerside/topics/ES-Permissions.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Permissions
22

3+
<warning>
4+
Using plugin reloaders can cause permissions lookups to fail. <a href="ES-Troubleshooting.md">Learn more</a>
5+
</warning>
6+
37
You need to give your players permission to access certain commands. By default, all Essence commands are restricted to players with permissions. You can use a permission system such as LuckPerms (highly recommended) to give players these permissions. Server operators ("ops") can access every Essence command without requiring permissions.
48

59
Permissions are listed in the tables on the [commands page](ES-Commands.md).

Writerside/topics/ES-Troubleshooting.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,13 @@ If this is not causing the issue please [open an issue](https://github.com/lewmc
1717

1818
### Pre-1.6.0
1919
Please delete your en-gb.yml file and restart your server.
20-
Please note that earlier versions are no longer supported for bug-fixes, and we recommend updating Essence.
20+
Please note that earlier versions are no longer supported for bug-fixes, and we recommend updating Essence.
21+
22+
## Reloading Essence
23+
Reloading your server using the /reload command, or reloading Essence using a plugin such as Plugman can cause a huge number of issues.
24+
25+
As such, we will not provide support for plugin reloaders.
26+
27+
Issues caused can range from permissions lookups failing, memory leaks, zip file exceptions, and more.
28+
29+
We **highly** recommend restarting your server instead of reloading it.
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Troubleshooting
2+
3+
## Reloading Kryptonite
4+
Reloading your server using the /reload command, or reloading Kryptonite using a plugin such as Plugman can cause a huge number of issues.
5+
6+
As such, we will not provide support for plugin reloaders.
7+
8+
Issues caused can range from permissions lookups failing, memory leaks, zip file exceptions, and more.
9+
10+
We **highly** recommend restarting your server instead of reloading it.

0 commit comments

Comments
 (0)