Added StaffAuth psudo-plugin - #9
Conversation
randombyte-developer
commented
Jul 25, 2020
Wow, big contribution. Thanks! I don't have access to my PC right now. I will check the script in like 1,5 weeks. Btw: Did you code this without any code completion? |
alexantoniades
commented
Jul 25, 2020
No problem, take your time. Yeah, i don't like IDE's so i typically use a text editor (vscode, emacs, vim etc.). I also depends what i'm working on, in what language and for what platform. Most of the script i wrote in vim (in terminal) but when i needed to interface with multiple files i finished it in vscode. |
randombyte-developer
commented
Aug 15, 2020
Sorry for the late reply. SpongeVanilla: https://hatebin.com/dqyzdbnhpt |
alexantoniades
commented
Aug 15, 2020
Yes, I probably do. I assumed it was Sponge itself but evidently its not. The only solutions i can think of is either manually install Gson ".jar" file in the mods/plugins folder or use the kotlin serialization library which, as far as i know, is not included in the standard kotlin library either. Any recommendation? |
randombyte-developer
commented
Sep 6, 2020
I guess just using |
alexantoniades
commented
Sep 6, 2020
Perhaps, though HOCON config files are not exactly known for key-value storage functionality or serialization even though theya re a super-set of JSON. I might need to revise it and see if |
No description provided.