1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

How Can I Acces Pocketmine Class Outside The Pocketmine App

Discussion in 'Help' started by Bintang Putra, May 22, 2017.

  1. Bintang Putra

    Bintang Putra Witch

    Messages:
    63
    GitHub:
    chaostixzix
    Hi, I Have A Pocketmine Server And A Website Framework Based On PHP.
    I Would Like To Use Some Of Pocketmine Class On The Website Framework, Is It Possible?


    THANKS
     
  2. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    depends on how you set it up and what
    if you want data just have a plugin on your server to put needed data into a DB
    on the webserver it should fetch it via DB
    if you want to execute an action in server via webserver put the action to execute with paramaters into a DB table
    the plugin on the server will periodically check for pendingactions DB table and execute as following, after execution it removes it from DB
    this is probs one of many ways to get the same job done
     
    jasonwynn10 likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.