You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@
5
5
6
6
This Sponge plugin also requires the [BCLForge mod](https://github.com/KasperFranz/BCLForgeLib) which is used to save the chunks and make them loaded.
7
7
8
+
## Requirements
9
+
- BCLFore mod
10
+
- A Mysql database
11
+
8
12
## Support
9
13
You can recieve support for using this plugin on my [Discord Chat](https://discord.gg/MD6qGAd).
10
14
@@ -35,3 +39,8 @@ The base command is betterchunkloader (with the alias of bcl), this gives the ge
35
39
36
40
## Permissions
37
41
An up to date version of the permissions can be found in [/src/main/java/net/kaikk/mc/bcl/utils/BCLPermission.java](src/main/java/net/kaikk/mc/bcl/utils/BCLPermission.java)
42
+
43
+
44
+
## FAQ
45
+
### what is the difference between a personal loader and a world loader?
46
+
A personal loader is only active when the player is online while a world loader is loaded even when the player is offline) (how long after last login they should be active can be defined in the config
0 commit comments