Hello there,
I'm currently developping a mod for... a modded server. The goal is to print the player's money on the top right corner of its screen. However, the money is updated through a bukkit plugin. Thus, I'd like to know how to send a packet from Bukkit to Forge, and to listen to it.
This is the first time that I'm working with packets. I've read a lot about Forge to Bukkit, but I haven't seen any example of Bukkit->Forge, I also read Dinnerbone's blog, but nothing really pedagogic.
Do you have an open github of a mod that implements this to show me ? I think WorldGuard does the job with its affiliated mod, but this is a quite huge work...
Thank you very much ! =)