play.wildercraft.net

Join 11 players online!

How to Get Started with Minecraft Code and Development


redbau
Owner

Joined: over 7 years ago
139 topics
328 posts

by redbau » over 3 years ago

Ready to learn plugin development? Here's my list of what you should learn, and in what order:

  1. Setup a Spigot server locally on your computer
  2. Download Eclipse and install it
  3. Create a basic plugin that says "Hello" onEnable()
  4. Learn how to register listeners for events like PlayerJoinEvent()
  5. Learn how to run custom commands
  6. Learn things you can do with players, spawning entities (YouTube video), items, blocks, sounds, and particles
  7. Learn about permissions, inventories and GUIs and menus
  8. Learn about config settings and saving
  9. Learn about bungeecord
  10. Learn about database connectivity

Resources and links:




diamond.png x 3

RE: How to Get Started with Minecraft Code and Development


redbau
Owner

Joined: over 7 years ago
139 topics
328 posts

by redbau » over 2 years ago

How to run a Minecraft server on your computer:

  1. Download PaperMC, a very fast minecraft server (filename should look like paper-1.18-50.jar)
  2. Open terminal and type (replace your version number below)
    java -jar paper-1.18-50.jar --nogui
  3. Add your local server to the multiplayer list and join
    localhost​






Want to Reply?

Join our friendly community to get access to your profile page, apply for staff, and post a reply here!

Login or Register Account