Skip to content

Instantly share code, notes, and snippets.

@Intyre
Last active March 19, 2016 08:51
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Intyre/808c2fede42f6345de41 to your computer and use it in GitHub Desktop.
Save Intyre/808c2fede42f6345de41 to your computer and use it in GitHub Desktop.
PocketMine Help Readme

Prepare yourself before asking questions

Preparation

Asking questions is easy. Asking good questions is a bit harder. Be prepared! Collect and provide all the info you can. By doing that other users don't have to ask for more information and you can have a good answer faster.

There are many different PocketMine and PHP version, things can be added or removed. Don't forget about all the different Operating systems and Plugin version too!

Example:

Your question.

PM version: 1.6dev API 2.0.0 for v0.12.1 protocol 34  
PHP version: PHP 7.0.0RC2  
OS: Darwin 14.5.0 xnu-2782.40.9~1/RELEASE_X86_64  
Plugins: 0
Plugin configs: (links to [pastebin])  
Crash log: (links to [pastebin])

Crashdumps

Did you server crash and gave a crashdump? Put it on pastebin and provide a link in your post. If you have many plugins help everyone by trying to find the cause. Remove all plugins and add them back one by one until you are able to reproduce the crash. Can you reproduce the crash? Provide the steps to do it, it will make it easier for the developer to find the problem.

Did the server crash because a plugin? Report it to the plugin author!

Plugin questions

Do you have a question or problem with a plugin? Create a new post in the plugin thread.

Do's and Don'ts

Do's

  • read the forum rules
  • search before asking
  • make descriptive titles
  • provide as much info as you can
  • plugin related questions in the plugin thread
  • use pastebin for crash logs, code or any large blobs of text
  • readthedocs

Don'ts

Forum magic

Code blocks

Code blocks can be used to show formatted text. Limited to display 30 lines and scrollable when more. Good for short blobs of text but use pastebin for more (it can be openend in another window/tab so people can read it side by side).

[code]your formatted text[/code]

Spoilers

Spoilers can be used to hide anything. You can even hide your code block in it to make your post smaller and make people focus more on the problems instead of a big wall of text.

[spoiler][code]my hidden code block[/code][/spoiler]

IRC

Say Hi, ask your question (yes just ask!) and stay longer then 1 minute so people have time to give an answer.
Read the rules and join us using this.

Resources

@PEMapModder
Copy link

I am using PocketMine 1.6. That means I am using PHP 1.6, right?

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