Programming your NFT World
  • Welcome!
  • Setting Up Your Dev Environment
    • Installing Minecraft
    • Installing IntelliJ
    • Setup Minecraft Paper Server 1.17.1
      • How to Set Up Your Shockbyte Minecraft Server for the First Time
      • How to Upload and Use a Custom World on Your ShockBit Minecraft Server
      • How to install plugins to your Shockbit Minecraft Server
    • Wallet Setup
      • Setting Up MetaMask Wallet
      • Register Player 1
    • Create Ethereum and Polygon RPC endpoints
    • Install Plugins
      • Citizens API
      • World Payments API
      • When done.......
  • Creating Your First Plugin
    • Hello World
  • How to run the sample programs
    • NPC Shopkeeper
    • Selling Plots of Land for $WRLD
  • Contact
    • Issues or Questions
Powered by GitBook
On this page
  1. How to run the sample programs

NPC Shopkeeper

PreviousHello WorldNextSelling Plots of Land for $WRLD

Last updated 3 years ago

  1. Go to this URL:

  2. Click the code button and click Download Zip(or you can clone the repository)

  3. Open IntelliJ

  4. Open the project folder ..\WRLD-Example-Projects-main\wrld-npc-shopkeeper

  5. Click "Maven" tab on right hand side of screen

  6. Click Lifecycle-> Package

  7. Go to the Target directory and put the wrld-npc-shopkeeper-1.0-SNAPSHOT-shaded.jar file on the server.

  8. Restart the server and verify the plugin is there [wrld-npc-shopkeeper] by typing plugin on the console window.

https://github.com/NFT-Worlds/WRLD-Example-Projects