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. Creating Your First Plugin

Hello World

PreviousWhen done.......NextNPC Shopkeeper

Last updated 3 years ago

Please click the below link for a great tutorial on creating your first "Hello World" plugin

If you are using your local machine as your paper server you can skip to the next section. If you are using Shockbit as the paper server ignore the last part of the tutorial:

"You're done! You can run your server and your plugin will tell you that the onEnable method is called, as we have made in the onEnable() method."

You will need to upload the .jar file to the plugins folder on the server. If you do not see a plugins folder simply create it and resetart the server.

Creating a plugin with Maven using IntelliJ IDEA