*Facepalm* just save it to the plugins directory. and also *Facepalm* Dont use iOS. (Android is better than iOS) Use a VPS, Use a PC... but dont use hand held devices. They can't handle the full power of it.
How can I send $sender->sendMessage(""); every 10secs to the player? I tried looking at the tutorial but it didn't help me, too complicated.
no clue i remember it's the same class as scheduler i thought there's a thread that talks about task including delayed ones
I have an MCPE server: Factions,Economy,Plots,PvP,SkyWars&minigames. I put the server on the lists, but no one is coming. Anyone know why?
Codecademy never helped me fix any of my coding errors without help. And plus, until now I never understood why my code was wrong.
learn more about OOP and you should be able to learn it yourself looking into source code or doxygen docs
I don't know. It's kinda stupid really. The Sof3 craze was bad enough. You'll never catch me doing that (unless one of the PMMP staff change it...
It's unofficially dev-squid appreciation month, everyone is appreciating me and my amazing self portrait.
I see you really trying as a newbie developer. Keep practicing and trying things out of your comfort zone which is probably events. Try to get a task working! I hope to see you progress, I remember when I was in the same position as you. Just remember, we're here to help.
It can seem confusing. I remember when people used to send me code with arrays and [], and I was really confused. feel free to keep asking!
@TheDeibo If you and most other people don’t like it calling people "Wow", "great", etc., then why did everyone “like” this post?
Yeah don't worry about it too much. Most of them just don't like being asked beginner questions and will not answer very friendly, which I can understand too. I don't get why they would reply or downvote it anyways then though, there's not really a point in that.
they probably wont downvote if you actually make an effort to ask, like not making your question easy to understand or just make the answering users ask more questions these are the worst and the most annoying to help, i think in your case you just didnt read/understand well enough of the official document
instanceof is used to check if class is of something like, class Apple implements Edible {} class Edible{} so you can easily check things like if any given class is an edible OR just to makesure something is what you EXPECT it to be like if( $event->getEntity instanceof Player) //do stuff that only works on player