Add Group
This command adds a group to the player with the specified server id.
/addgroup [id] [groupName] [groupGrade]
- id:
number
(the server id of the target player) - groupName:
string
(the name of the group to add)- the list of groups can be found/modified in
groups
table of database - p.s. groupName can also be a job name which the list of it can be found/modified in
jobs
table of database
- the list of groups can be found/modified in
- groupGrade:
number
(the grade of the group to add)- the list of group grades can be found/modified in
group_grades
table of database - p.s. groupGrade can also be a job grade which the list of it can be found/modified in
job_grades
table of database
- the list of group grades can be found/modified in
info
By default only admins can execute this command