tAuthentication - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +---- Forum: Archived Plugins (https://forum.cuberite.org/forum-18.html) +---- Thread: tAuthentication (/thread-668.html) |
RE: tAuthentication - bearbin - 01-27-2013 I am working on adding more features and cleaning up the code. Can you distribute your contributions under an OS license (preferably MIT) and see if ThuGie can do the same. If you do that it can go up on my github and it would be so much easier RE: tAuthentication - NiLSPACE - 01-27-2013 well i haven't changed anything yet so its all from ThuGie (exept the API change that you did) RE: tAuthentication - bearbin - 01-27-2013 ok Im working on a nice big change. RE: tAuthentication - NiLSPACE - 01-27-2013 ooh can't wait RE: tAuthentication - ThuGie - 01-27-2013 Hey, You don't need a license lol, just do what ever you want. Would be nice if my name was listed somewhere but thats all. RE: tAuthentication - bearbin - 01-27-2013 thanks, RE: tAuthentication - bearbin - 01-27-2013 OK, my update is done. It allows for easy translation of tAuthentication into different languages, and individual languages per player. All translators have to do is to follow the example of english.lua and make their own language file. I have a few more features I want to add, but I have also done considerable code cleanup and I want to release this version Note: Treat this as unstable, MCS is not compiling on Linux ATM so I can't test it. RE: tAuthentication - NiLSPACE - 01-27-2013 i already have a dutch.lua but I tried your update and i got this error: Quote:Plugins/tAuthentication/main.lua:100: Function arguments expected near 'IniFile' RE: tAuthentication - ThuGie - 01-27-2013 Here is a dutch translation Code: local langNum = AddLanguage("Dutch") RE: tAuthentication - NiLSPACE - 01-27-2013 lol i had this: Code: local langNum = AddLanguage("Dutch") |