Re-ordering list, to put reconfig first.
This commit is contained in:
parent
098d561bc5
commit
4ef253da76
10
README.md
10
README.md
|
@ -26,17 +26,17 @@ BukkitstrPlugin is a Minecraft plugin that integrates with the Nostr relay to au
|
||||||
cd bukkitstr
|
cd bukkitstr
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Build the plugin**:
|
2. **Configure the plugin**:
|
||||||
|
Make sure to replace `wss://your-nostr-relay-url` in the `BukkitstrPlugin.java` file with your actual Nostr relay WebSocket URL.
|
||||||
|
|
||||||
|
3. **Build the plugin**:
|
||||||
```sh
|
```sh
|
||||||
mvn clean package
|
mvn clean package
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Copy the plugin JAR**:
|
4. **Copy the plugin JAR**:
|
||||||
Copy the generated `bukkitstr-plugin-1.0-SNAPSHOT.jar` file from the `target` directory to your Minecraft server's `plugins` directory.
|
Copy the generated `bukkitstr-plugin-1.0-SNAPSHOT.jar` file from the `target` directory to your Minecraft server's `plugins` directory.
|
||||||
|
|
||||||
4. **Configure the plugin**:
|
|
||||||
Make sure to replace `wss://your-nostr-relay-url` in the `BukkitstrPlugin.java` file with your actual Nostr relay WebSocket URL.
|
|
||||||
|
|
||||||
5. **Start your server**:
|
5. **Start your server**:
|
||||||
Start your Minecraft server and check the console for any errors. The plugin should initialize and connect to the Nostr relay.
|
Start your Minecraft server and check the console for any errors. The plugin should initialize and connect to the Nostr relay.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user