Login - 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) +--- Thread: Login (/thread-811.html) |
Login - NiLSPACE - 02-22-2013 Login is a security plugin for Cuberite. It requires a player to log in before they can do any action on the server. This way people can't login on the account of an admin or moderator. This would be particuarly useful for servers that don't use the traditional Minecraft authentication. Configuration If a configuration file doesn't exist yet Login will create one with the default settings. Currently there are 2 things you can configurate
Commands General
Permissions
Download: here RE: Login - xoft - 02-22-2013 Might be worth noting the minimum server revision on which the plugin works, especially if it's only the latest one Also, if the player enters bad password 3 times, is he just kicked, or is his name / IP banned? That would be a reasonable course of action. RE: Login - NiLSPACE - 02-22-2013 (02-22-2013, 01:55 AM)xoft Wrote: Might be worth noting the minimum server revision on which the plugin works, especially if it's only the latest onedone thanks for pointing that out Quote:Also, if the player enters bad password 3 times, is he just kicked, or is his name / IP banned? That would be a reasonable course of action.the player gets kicked. i thought about ban or ip ban but i was too lazy to implement that ;P RE: Login - bearbin - 02-22-2013 Tempban, maybe calling the core functions with your own paramaters? RE: Login - NiLSPACE - 02-22-2013 i tried calling my BanIP plugin and it didn't work so i have to look a bit better in this page: https://forum.cuberite.org/showthread.php?tid=579 RE: Login - bearbin - 02-23-2013 Does this plugin replace tAuthentication? RE: Login - NiLSPACE - 02-23-2013 i think so. but if someone prefers tAuthentication he can still use that. I found a few bugs in this plugin so i'm currently fixing those. RE: Login - bearbin - 02-23-2013 OK, can you put it on github so it is easier for me to contribute? RE: Login - NiLSPACE - 02-23-2013 https://github.com/STRWarrior/Login RE: Login - bearbin - 02-23-2013 Thanks I get this error: LUA: Plugins/Login/main.lua:217: attempt to index field '?' (a nil value) when I try to register. Is this a known bug? |