Posted April 5, 201510 yr Is it possible to have a mod that can receive information from a server plugin. Like by using packets. If so could I see an example or explanation.
April 5, 201510 yr I assume you mean a bukkit plugin, in which case, I doubt it. As far as I know, the plugin would have to be made specifically to interact with the mod using some intermediary like chat (or, as pointed out by Ernio, an api), for instance. I doubt this is what you want, though.
April 5, 201510 yr What type of communication are you talking about? If the server is running mod and plugin you can obviously exchange data between - in most cases by using reflection. If you want client to be able to receive plugin's packet directly - you would have to change some stuff on plugin side, forge packets have id put into buffer, bukkit don't (it looks different). Best way is Client Mod <-> Server Mod <-> Bukkit Plugin, safest probably. Marked bold can be done with as i said reflection or external API that both parties would use (if such exists). 1.7.10 is no longer supported by forge, you are on your own.
April 5, 201510 yr I think if you write in two file and the another file reads it or simply setup tcp connection to localhost Sorry for my English
April 5, 201510 yr If you have a server mod does everyone have to have the mod to join? No. Even forge would not be required. (theoretically) I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
April 5, 201510 yr http://www.minecraftforge.net/forum/index.php/topic,28953.0.html Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.