Page 1 of 1

New Telon Command Access

Posted: Fri Jan 23, 2015 4:29 pm
by John Adams
This relates to the Command Access tokens in the `commands` table and who gets to use the command. For details on how the Command system works, see the Implementing: Commands post.

On SVN, the `commands` table is given an "A" access token, which just means "ALL" (in John-speak).

On New Telon, things are tightened up a bit because we cannot have just anyone changing content data. This chart are the tokens I have designated for our server:

"A" = ALL, or Public Access, anyone can use
"C" = Content Designers, access to commands related to building content
"D" = Developer, commands that are not yet ready for prime time
"G" = GMs, commands for interfacing with other players (items, abilities, factions etc)

Players are assigned these tokens in this fashion:

Players get "A".
Content Designers will get "ACG" for content and GM commands
Developers get "ACDG", or actually "a-9" which is a-z, A-Z, 0-9, or basically every frikkin command

Hope this helps understand how our commands are structured. More to come as needed.