Library Commy - a Powerful Framework to Simplify Plugin Messaging

Discussion in 'Resources' started by DoggyCode™, May 10, 2018.

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

    DoggyCode™

    Commy - a Powerful Framework to Simplify Plugin Messaging

    Note that the reason I put this here, is because it's not only for BungeeCord, but also Spigot (uses only methods found in Bukkit, so works with Bukkit too).
    ------

    Everything is explained on GitHub (https://github.com/ExpDev07/Commy), so I will just leave that here until I've transferred to information from there to here. Examples can be found on GitHub!

    This framework even allows you send objects! Use AbstractMessageHandler.
    Feedback is very much appreciated! Also, please, submit pull requests!

    No, the name is not communist-inspired.
     
    Zombie_Striker likes this.
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    DoggyCode™

    There's a link to the GitHub, there are some explanations and examples there.

    It's basically a wrapper for the current Plugin Messaging, simplifying its use and allowing for example objects to be sent (using json). For example:
    Code:
    SpigotCommy#sendMessage(Bukkit.getPlayer("timtower"), "channel/pipe", new Object() { });
     
    Last edited: May 10, 2018
  4. Offline

    MineStein

    Pretty cool library. I checked out the source and submitted a PR with a couple of changes I think could benefit the project as a whole. :)
     
Thread Status:
Not open for further replies.

Share This Page