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
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,21 @@ This addon is particularly useful for:
32
32
- Access to an S3-compatible storage service
33
33
34
34
## Installation
35
+
### Spigot/Paper
35
36
36
37
1. Download the latest release of BlueMapS3Storage from the [releases page](https://github.com/TheMeinerLP/BlueMapS3Storage/releases)
37
-
2. Place the JAR file in the `plugins/BlueMap/packs` directory of your server
38
+
2. Place the JAR file in the `./plugins/BlueMap/packs/` directory of your server
38
39
3. Restart your server or reload BlueMap
39
40
41
+
### Sponge, Forge, Fabric
42
+
1. Download the latest release of BlueMapS3Storage from the [releases page](https://github.com/TheMeinerLP/BlueMapS3Storage/releases)
43
+
2. Place the JAR file in the `./config/bluemap/packs/` directory of your server
44
+
3. Restart your server or reload BlueMap
45
+
46
+
### CLI
47
+
1. Download the latest release of BlueMapS3Storage from the [releases page](https://github.com/TheMeinerLP/BlueMapS3Storage/releases)
48
+
2. Place the JAR file in the `./config/packs/` directory of your server
49
+
3. Restart your server or reload BlueMap
40
50
## Configuration
41
51
42
52
To use S3 storage with BlueMap, you need to create or modify the S3 storage configuration file. Create a file named `s3.conf` in the `plugins/BlueMap/storages` directory with the following content:
@@ -183,4 +193,4 @@ This project is licensed under the [GNU Affero General Public License v3.0 (AGPL
183
193
184
194
## Support
185
195
186
-
If you encounter any issues or have questions, please [open an issue](https://github.com/TheMeinerLP/BlueMapS3Storage/issues) on the GitHub repository.
196
+
If you encounter any issues or have questions, please [open an issue](https://github.com/TheMeinerLP/BlueMapS3Storage/issues) on the GitHub repository.
0 commit comments