TheRiddeller Posted December 19, 2017 Posted December 19, 2017 Hi. I was wondering if it's possible to replace .jar in the scripts folder while the client is still running. I'm trying to develop scripts and it's really time consuming having to keep closing client and restarting. Is there any sort of "Hot Swapping" for .jar modules?
Explv Posted December 19, 2017 Posted December 19, 2017 3 minutes ago, TheRiddeller said: Hi. I was wondering if it's possible to replace .jar in the scripts folder while the client is still running. I'm trying to develop scripts and it's really time consuming having to keep closing client and restarting. Is there any sort of "Hot Swapping" for .jar modules? You don't need to close the client and restart, you just have to refresh the script list. If your IDE warns you about not being able to replace the .jar file, just ignore it, it still works. 1
TheRiddeller Posted December 19, 2017 Author Posted December 19, 2017 2 minutes ago, Explv said: You don't need to close the client and restart, you just have to refresh the script list. If your IDE warns you about not being able to replace the .jar file, just ignore it, it still works. Works Great. Thanks @Explv