Separate names with a comma.
Will do, thank you!
I need some help getting started with using MySQL in plugins. How do I connect and insert things into tables? I know how it works in web development,...
I want to join as a student. My Github name is: Bendrin Developing pocketmine plugins can be a fun way to improve my PHP skills. I have a little...
That fixed it, thank you! :)
Okay! :) Thank you everyone that helped me! :)
Yaay! It's working! But I get an error in the console every time a message is sent in game. The plugin works, but the spam in the console is not...
Okay, thank you. Will take a look at it!
Can you give me a working code example? It's very weird that it's not working for me.
Indeed it's weird. :P I chatted from a normal player in game.
Nope, that didn't fix it. I don't think it's a problem in the plugin.yml. The plugin loads just fine and the other 2 functions onEnable() and...
The plugin is loaded as it should. Tried it, but it didn't fix it. :( Can it be something with class Test extends PluginBase? It only extends...
I'm trying to learn plugin development and started with a very simple thing. I want something to run when a player is sending a message. But it does...