I am a bit new so I'm not sure if here is the right place to post this, my apologies if you have to move it!
So I am trying to develop an integrated website for my MCPE server. The issue is I am stuck in free hosting and can't open sockets so I can't RCON. So I was thinking about the server pulling an external whitelist from my website every so often.
I have no clue about how the plugin API works in PocketMine. Would it be possible to run normal PHP things like curl and file_put_contents? Forgive my stupidity.
I am a bit new so I'm not sure if here is the right place to post this, my apologies if you have to move it!
So I am trying to develop an integrated website for my MCPE server. The issue is I am stuck in free hosting and can't open sockets so I can't RCON. So I was thinking about the server pulling an external whitelist from my website every so often.
I have no clue about how the plugin API works in PocketMine. Would it be possible to run normal PHP things like curl and file_put_contents? Forgive my stupidity.
I
will help ! But i wont be online here so add me on skype @ chillbro251
Rollback Post to RevisionRollBack
If i helped you or you like me our my mods / clan Subscribe ! Alot of cool and fun videos !
I am a bit new so I'm not sure if here is the right place to post this, my apologies if you have to move it!
So I am trying to develop an integrated website for my MCPE server. The issue is I am stuck in free hosting and can't open sockets so I can't RCON. So I was thinking about the server pulling an external whitelist from my website every so often.
I have no clue about how the plugin API works in PocketMine. Would it be possible to run normal PHP things like curl and file_put_contents? Forgive my stupidity.
Yes, all PHP functions are supported. I believe PocketMine posts statistics via those APIs, so you can check out how that's done.
I am a bit new so I'm not sure if here is the right place to post this, my apologies if you have to move it!
So I am trying to develop an integrated website for my MCPE server. The issue is I am stuck in free hosting and can't open sockets so I can't RCON. So I was thinking about the server pulling an external whitelist from my website every so often.
I have no clue about how the plugin API works in PocketMine. Would it be possible to run normal PHP things like curl and file_put_contents? Forgive my stupidity.
You don't by any chance have any relation with the falkirknh of the mc seeds app do you?
-
View User Profile
-
View Posts
-
Send Message
Retired StaffSo I am trying to develop an integrated website for my MCPE server. The issue is I am stuck in free hosting and can't open sockets so I can't RCON. So I was thinking about the server pulling an external whitelist from my website every so often.
I have no clue about how the plugin API works in PocketMine. Would it be possible to run normal PHP things like curl and file_put_contents? Forgive my stupidity.
I
will help ! But i wont be online here so add me on skype @ chillbro251
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYes, all PHP functions are supported. I believe PocketMine posts statistics via those APIs, so you can check out how that's done.
You don't by any chance have any relation with the falkirknh of the mc seeds app do you?
-
View User Profile
-
View Posts
-
Send Message
Retired StaffGreat thanks!