Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.62 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.62 KB

STEEM.CRAFT

STEEM.CRAFT is a script for Bukkit/Spigot, which allows players to interact with the STEEM Blockchain within Minecraft. Server owners can create custom transactions with the Steem Blockchain and get data from Steem Nodes.

Core dependencies

Steemworlds dependencies

Setup

  1. Get a Spigot|PaperSpigot Server setup ready. Here, you can find ready to use files.
  2. Build SteemJ from here and move the SteemJ with dependencies.jar file to the plugins/skript-mirror/ folder.
  3. Load the latest files to your plugins/Skript/scripts/ folder.
  4. Restart the server.
  5. To use STEEM.SK, a Steem wallet is needed.
  6. Insert your private postig key and dedicated minecraft server steem wallet name to the config.sk file.
  7. You can also create transactions for your players, they have to authorize your server account for this: https://steemconnect.com/authorize/@<your dedicated minecraft server steem wallet name>
  8. If you players should have transactions created, they have to add themself using /steem sync <steem name>
  9. You're done, feel free to visit the wiki for detailed information what you can do with STEEM.SK.