uncomment these 2 lines, located in PluginLoader.cs > LoadPlugins()
//foreach (string name in GetJSPluginNames())
// LoadPlugin(name, Plugin.PluginType.JS);
remove both forward slashes, recompile
forward your 28016 port in your router to your local ip, and unblock it in windows firewall. i had this issue too.
also for anyone reading this, please update your servers to the latest version on git
should do the trick
https://github.com/Notulp/Pluton/commit/40f2f36a0d8808bbc14ec8fe9eec2aa0ae09691f
grab the latest pluton and try it again! delete PlutonDataStore.ds too
well, regardless of what language you choose, we don't have a documented API, so take my code and use it just like you would a python plugin, and mess around with it!
honestly its not hard at all to use the new JS, everything i done in my plugins so far is exactly the same, other than having an issue with a foreach loop instead i just used for, loop through the index's of the collection). no big deal
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.