dani0854 Posted September 10, 2018 Share Posted September 10, 2018 I am using MySQL db for storing accounts instead of using build in functions. I had to use MySQL for certain reasons. How ever I still want to use ACL lists for access control. What would be the best way without duplicating my MySQL db to SQLlite db? Link to comment
Dimos7 Posted September 10, 2018 Share Posted September 10, 2018 If you want have accounts for acl you need addAccount Link to comment
dani0854 Posted September 10, 2018 Author Share Posted September 10, 2018 I know about addAccount. But I already have account stored in MySQL db. Is there anyway using acl without addAccount. Link to comment
dani0854 Posted September 10, 2018 Author Share Posted September 10, 2018 Then is it possible to make my own "Command access handler"? So when player types any command it triggers some event before actually forwarding function to its personal command handler. Would it affect speed by a noticeable amount? Link to comment
Dimos7 Posted September 10, 2018 Share Posted September 10, 2018 yes it is possible make commands for people check elementData Link to comment
dani0854 Posted September 10, 2018 Author Share Posted September 10, 2018 Ok, thanks. Last question. How to turn off build in ACL system and everything that belongs to it(logIn, addAccount ...). Link to comment
Dimos7 Posted September 10, 2018 Share Posted September 10, 2018 You can blog command register and login on default in acl and that it 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now