[WEB] Need help with web plugin.

Discussion in 'Plugin Development' started by Banjer_HD, Mar 5, 2017.

Thread Status:
Not open for further replies.
  1. Hello,
    I want to create a online admin panel.

    Example:
    1. admin goes to: serverip: port
    2. admin needs to give password
    3. admin can see things that are given by the plugin.

    Does anyone know a tutorial? or the basics?

    Thanks!
     
  2. Offline

    timtower Administrator Administrator Moderator

    @Banjer_HD What kind of information do you want to show?
     
  3. Thanks for reading!
    I want to show 'bans + reasons' and 'mutes + reasons'. I already have made a ban and kick plugin(storing in a .yml file).
     
  4. Offline

    timtower Administrator Administrator Moderator

    @Banjer_HD Switch the yml to mysql and you can read it with php just fine.

    It is that or making a custom webserver in java just for this which isn't very efficient.
     
    MrGeneralQ likes this.
  5. Made a website hosting plugin: https://dev.bukkit.org/projects/komodo-web-server It has a built in scripting language which I am adding many features to as we speak. It can return HTML pages and create non-static pages, along with writing to files. Currently, there is no method for fetching banned / muted players, but it will be added in the next update.
     
Thread Status:
Not open for further replies.

Share This Page