From 4ef253da76de2e87692b76d7766ce75fd39da576 Mon Sep 17 00:00:00 2001 From: stephen Date: Mon, 8 Jul 2024 20:14:44 -0400 Subject: [PATCH] Re-ordering list, to put reconfig first. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 32ac3a4..ece725d 100644 --- a/README.md +++ b/README.md @@ -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.