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.