We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some server options official graal has that we don't support yet, that we could implement
protectedweapons=list of comma seperated weapon names (if the player deletes the weapons, they will be readded on login)
unstickmetime=number
npcrights=true/false (require folder rights such as CLASSES/classname, WEAPONS/weaponname, NPCS/npcname to modify scripts)
nickname=string (The NPC Server will use this as its Nick name, with (Server) appended. Ignores all Guild tags.)
The text was updated successfully, but these errors were encountered:
Implemented unstickmetime and protectedweapons. (#25)
257644c
Merge pull request #89 from xtjoeytx/feature/new-serveroptions
6ae3852
Updated finished tasks
Sorry, something went wrong.
xtjoeytx
No branches or pull requests
Some server options official graal has that we don't support yet, that we could implement
protectedweapons=list of comma seperated weapon names (if the player deletes the weapons, they will be readded on login)
unstickmetime=number
npcrights=true/false (require folder rights such as CLASSES/classname, WEAPONS/weaponname, NPCS/npcname to modify scripts)
nickname=string (The NPC Server will use this as its Nick name, with (Server) appended. Ignores all Guild tags.)
The text was updated successfully, but these errors were encountered: