Skip to content

Instantly share code, notes, and snippets.

@AstroSquared
Created December 16, 2023 03:52
Show Gist options
  • Save AstroSquared/c85493910dc1615d1c677f54e367632c to your computer and use it in GitHub Desktop.
Save AstroSquared/c85493910dc1615d1c677f54e367632c to your computer and use it in GitHub Desktop.
Learing Java & Minecraft Plugins

Learing Java & Minecraft Plugins

Okay, that's the most common question I get asked. So how did I learn it?

YouTube.

You don't need to pay for the top tier highest education for this stuff, everything can be learned for free on YouTube.

Learning Java

Learning Spigot

Get Help

Stuck? Here's some good ways to solve your issues, in order:

  1. Ask AI. It can help you with most things. I recommend Codeium, as it integrates into your code editor.
  2. Read the docs via a utility such as Instantdocs.
  3. Ask friends who also know your topic. They can probably help you.
  4. Ask the project's community. They should be able to help you.
  5. Post an issue on the project's page. This should get you the answer.

How to properly ask for help

This applies for AI and humans. We all need context.

When asking for help, make sure to include:

  • All relevant code files (not your entire project)
  • The errors that are happening, if there is one in console
  • A screenshot or video, if applicable

This not only makes people want to help you, but also makes it easy for them to help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment