Quote:
Originally Posted by xXziroXx
Uploaded a new version that also allow guild specific rights:
PHP Code:
this.guildrights.GUILDNAME = {
// rights
};
|
Still rather inconvenient, requires too many lines of code if you're giving rights to a plethora of accounts (assuming there are a lot of staff on the server), and not completely user friendly.
I believe it would be better if the system read specific text file names, and gave rights to any accounts stored in the text file. That way, servers would only have to add their accounts to the specific text files in order to have rights to that function. A database would work as well.