Posted December 14, 20159 yr I've been a long-time Bukkit developer and would like to now get into Forge mods for both server and client. Pushing an updated Bukkit plugin is as easy as an scp and reload which can all be done from a script; changes in code are visible on the server in seconds. One of the first things I noticed about the Forge client is that it takes a long time to load. Is there a built-in mechanism for reloading a plugin after modification without having to restart the client (client-side mod) or the server (server-side mod). Thanks.
December 14, 20159 yr In dev you can use the normal java hot swapping mechanics. But no, you can thank Risugami for us not having a valid reload cycle. You have to restart the client. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
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.