Re-ordering list, to put reconfig first.

This commit is contained in:
Stephen Vanderwarker 2024-07-08 20:14:44 -04:00
parent 098d561bc5
commit 4ef253da76
Signed by: stephen
GPG Key ID: EF429EF847868C14

View File

@ -26,17 +26,17 @@ BukkitstrPlugin is a Minecraft plugin that integrates with the Nostr relay to au
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
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.
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**:
Start your Minecraft server and check the console for any errors. The plugin should initialize and connect to the Nostr relay.