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: community/FixLighting.md
+24-12Lines changed: 24 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,23 +17,35 @@ However, BlueMap directly reads chunk data from disk, instead of via the server.
17
17
This is why it can be useful to run a tool to fix the data in these chunks first before we start rendering the map.
18
18
We recommend using Chunky since it is supported on most platforms that BlueMap runs on, but for Bukkit-based servers Light Cleaner is also an option.
19
19
20
-
## Chunky Instructions
20
+
## Chunky Instructions
21
21
First make sure you have Chunky installed. You can download it at [modrinth.com/plugin/chunky](https://modrinth.com/plugin/chunky)
22
22
Now to fix lighting issues in the world, we will want to force re-loading of all the chunks in the world. This can be done using the steps outlined below:
23
+
24
+
### You have a pre-generated world and know the size
25
+
1. Open the config file for Chunky: `Chunky/config.yml`
26
+
1. Set the option `force-load-existing-chunks` to `true`, and save the file
27
+
1. Restart the server, or run `chunky reload` to reload the configuration file on the server
28
+
1. Set the world using `/chunky world <world-name>`
29
+
1. Set the area of your world that you want to fix/generate (see the [chunky-wiki](https://github.com/pop4959/Chunky/wiki/Commands#selection) for how to do that)
30
+
1. Run `/chunky start` to start the loading process. This may take a long time, so patience is required.
31
+
1. Restart the server when this completes. This is important to make sure all fixed chunks have been saved properly.
32
+
1. Run `/bluemap purge <map-id>` to re-render your world, this time hopefully with fixed lighting!
33
+
34
+
### You don't have a pre-generated world
23
35
1. Open the config file for Chunky: `Chunky/config.yml`
24
-
2. Set the option `force-load-existing-chunks` to `true`, and save the file
25
-
3. Restart the server, or run `chunky reload` to reload the configuration file on the server
26
-
4. Set the world using `/chunky world <world-name>`
27
-
5. Set the radius using `/chunky radius 100000` (or large enough to cover the entire world)
28
-
6. Set the world pattern using `/chunky pattern world` which will specify re-loading only existing chunks in the world
29
-
7. Run `/chunky start` to start the loading process. This may take a long time, so patience is required.
30
-
8. Restart the server when this completes. This is important to make sure all fixed chunks have been saved properly.
31
-
9. Run `/bluemap purge <map-id>` to re-render your world, this time hopefully with fixed lighting!
36
+
1. Set the option `force-load-existing-chunks` to `true`, and save the file
37
+
1. Restart the server, or run `chunky reload` to reload the configuration file on the server
38
+
1. Set the world using `/chunky world <world-name>`
39
+
1. Set the radius using `/chunky radius 100000` (or large enough to cover the entire world)
40
+
1. Set the world pattern using `/chunky pattern world` which will specify re-loading only existing chunks in the world
41
+
1. Run `/chunky start` to start the loading process. This may take a long time, so patience is required.
42
+
1. Restart the server when this completes. This is important to make sure all fixed chunks have been saved properly.
43
+
1. Run `/bluemap purge <map-id>` to re-render your world, this time hopefully with fixed lighting!
32
44
33
45
## Light Cleaner Instructions
34
46
First make sure you have Light Cleaner installed. You can download it at [spigotmc.org/resources/light-cleaner.42469/](https://www.spigotmc.org/resources/light-cleaner.42469/)
35
47
Now to fix lighting issues in the world, we will want to run the light cleaner:
36
48
1. Run `/cleanlight world earth` (or the name of the world if not named "earth")
37
-
2. Check `/cleanlight status` for progress. This may take a long time so patience is required.
38
-
3. Restart the server when this completes. This is important to make sure all fixed chunks have been saved properly.
39
-
4. Run `/bluemap purge <map-id>` to re-render your world, this time hopefully with fixed lighting!
49
+
1. Check `/cleanlight status` for progress. This may take a long time so patience is required.
50
+
1. Restart the server when this completes. This is important to make sure all fixed chunks have been saved properly.
51
+
1. Run `/bluemap purge <map-id>` to re-render your world, this time hopefully with fixed lighting!
0 commit comments