Skip to content

Commit 126a898

Browse files
committed
- ready to fly
1 parent 0526485 commit 126a898

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ This build is compiled with Java 25 and targets the local Paper 26.1.2 API. The
1717
| Paper 1.21.11 | `bluemap-5.16-paper.jar` |
1818
| Paper 26.1.2 | `bluemap-5.20-paper.jar` |
1919

20-
BlueMap's web service is expected at `http://localhost:22442` when the test server is running.
21-
2220
## Configuration
2321

2422
The Paper plugin name is `1MB-MapHide`, so the data folder is:
@@ -120,7 +118,7 @@ gradle --no-daemon build
120118
Jars are named like:
121119

122120
```text
123-
1MB-BlueMap-MapHide-v2.0.0-<build>-j25-26.1.2.jar
121+
1MB-BlueMap-MapHide-v2.0.0-017-j25-26.1.2.jar
124122
```
125123

126124
The plugin version is `2.0.0`. The three-digit build number is stored in `build-number.txt` and advances for every new jar build. The Java and Paper parts of the jar name are filename identifiers for your local target build, not the plugin version. After a successful `compileJava` or `build`, `deployServers` copies the jar into:
@@ -133,7 +131,7 @@ Before copying the new jar, the deploy task renames active `1MB-BlueMap-MapHide-
133131
## Installation
134132

135133
1. Stop the Paper server.
136-
2. Put `1MB-BlueMap-MapHide-v2.0.0-<build>-j25-26.1.2.jar` in `plugins/`.
134+
2. Put `1MB-BlueMap-MapHide-v2.0.0-017-j25-26.1.2.jar` in `plugins/`.
137135
3. Make sure BlueMap is also in `plugins/`.
138136
4. Remove or disable old `BlueMapPlayerControl-*.jar` copies.
139137
5. Start the server.

0 commit comments

Comments
 (0)