Introduction
Unfortunately, there is no standard method to do this in bukkit or vanilla, so that's why I wrote my client GUI bridge. The basic idea of the bridge is that the server can send the client a command to, for example, open a customized GUI. Any player can log into a server with this plugin, even those without modded versions. However, if they log onto a server with my plugin WITH the client mod, any plugin can create and send custom GUIs to the client. This plugin presents an API for sending the messages and otherwise moderating the transfer from the server=>client=>server.Client
For this plugin to work to its fullest extent, you need to install my mod that works with it. You can download it here.Commands/Permissions
Command | Description | Permission(s) needed |
---|---|---|
bridge update | Updates the plugin (see auto-updating) | be an op |
bridge about | Gives you random stats, in case you want them for some reason... | None |
bridge players | Lists the players that have the client. | Be an op |
Configuration
There are minimal configuration options, and you will probably *never* need to change anything. For reference, see this page.>>[Tutorial] Getting Started
I will release a tutorial to develop with my plugin once the beta release comes out, but for now, you should just use the javadoc, or look at the getting started tutorial.Screenshots:
<small>todo:get some screenshots; if you want to add some here, PM me or leave something in the comments</small>
To do list:
What I am working on, arranged from highest to lowest priority- Releasing a version that the people @ bukkit dev will approve
- Items & Inventories
- Dynamic GUIs
- Documenting functions (with javadoc)
- Adding cross-version support