|
Config = Config or {}
|
|
Config.Guildpos = {
|
|
[1] = {position = 1,name = [[ 团长 ]],permission_list = [[ [1,2,3,4,5,6,7] ]],reputation_add = 300},
|
|
[2] = {position = 2,name = [[ 副团 ]],permission_list = [[ [1,2,3,4,5] ]],reputation_add = 200},
|
|
[3] = {position = 3,name = [[ 精英 ]],permission_list = [[ [] ]],reputation_add = 100},
|
|
[4] = {position = 4,name = [[ 团宠 ]],permission_list = [[ [] ]],reputation_add = 100},
|
|
[5] = {position = 5,name = [[ 成员 ]],permission_list = [[ [] ]],reputation_add = 0},
|
|
[6] = {position = 6,name = [[ 代理团长 ]],permission_list = [[ [1,2,3,4,5] ]],reputation_add = 200},
|
|
}
|