[admin/web/?] console+ - my first plugin :D

Discussion in 'WIP and Development Status' started by jobud9, Jul 1, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    jobud9

    i'm working on an idea of a plugin for bukkit, that when bukkit is loaded, it gives you a gui interface...
    it will have tabs for the default commands, and an api for other plugins to create there own tabs, of course it may be built on a web-server, but i think a normal window will work.
    tell, me what you guys think, and plz don't steal my idea :mad:
     
  2. Offline

    WinSock

    Well it is possible, you will always a a console in the background because you would have to make a dialog once your plugin is called. It might be a little to advanced to be using java sockets and a web based UI for your first plugin. You would have to deal with lots of packet checking to make sure that corrupted packets won't crash your server.

    I suggest reading up on java swing and/or java sockets.
     
  3. Offline

    jobud9

    thx!
     
Thread Status:
Not open for further replies.

Share This Page