From f8ef1a6055c14932ef4ff361f60bc66a522aeffb Mon Sep 17 00:00:00 2001 From: stephen Date: Tue, 9 Jul 2024 15:31:26 -0400 Subject: [PATCH] Adding instructions for username/pubkey "database" See #1 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ece725d..c65de92 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ BukkitstrPlugin is a Minecraft plugin that integrates with the Nostr relay to au - **Maven** (for building the plugin) - **Spigot/Paper** server (Minecraft 1.20 or higher) +- You must sign a kind 30078 to store your username/pubkey + - "d" "bukkitstr" + - "minecraft" "Your Minecraft User Name" + - "nostr" "Your PUBkey hex" + + ## Installation 1. **Clone the repository**: