ArnoCc
本帖最后由 ArnoCc 于 2014-11-26 14:37 编辑

我今天想添加权限组

然后复制的builder的组  

格式什么的都是对的

然后重启服务器以后出现这种报错

找不到原因 求大森指点下






ArnoCc
@网络摆渡客  

网络摆渡客

就是格式错了,你贴一下报错吧,别截图。截不全

ArnoCc
网络摆渡客 发表于 2014-11-26 13:40
就是格式错了,你贴一下报错吧,别截图。截不全
  1. groups:
  2.   Default:
  3.     default: false
  4.     permissions:
  5.     - -bukkit.command.kill
  6.     inheritance:
  7.     - g:groupmanager_default
  8.     - g:bukkit_default
  9.     - g:essentials_default
  10.     - g:towny_default
  11.     info:
  12.       prefix: '&e'
  13.       build: false
  14.       suffix: ''
  15.   Owner:
  16.     default: false
  17.     permissions:
  18.     - -vanish.*
  19.     - '*'
  20.     inheritance:
  21.     - admin
  22.     info:
  23.       prefix: '&4'
  24.       build: true
  25.       suffix: ''
  26.   Builder:
  27.     default: true
  28.     permissions:
  29.     - chestcommands.item.dipi.yml
  30.     - chestcommands.item.example.yml
  31.     - chestcommands.item.home.yml
  32.     - chestcommands.open.dipi.yml
  33.     - chestcommands.open.dw.yml
  34.     - chestcommands.open.dy.yml
  35.     - chestcommands.open.dz.yml
  36.     - chestcommands.open.home.yml
  37.     - chestcommands.open.jh.yml
  38.     - DailyLoginRewards.rewards
  39.     - essentials.world.fb
  40.     - marry.chat
  41.     - marry.gender
  42.     - marry.gift
  43.     - marry.home
  44.     - marry.list
  45.     - marry.marry
  46.     - marry.sethome
  47.     - plotme.limit.1
  48.     - plotme.use
  49.     - pvptitles.chat
  50.     - pvptitles.ladder
  51.     - pvptitles.rank
  52.     - sg.arena.join
  53.     - sg.arena.join.1
  54.     - sg.arena.spectate
  55.     - sg.arena.vote
  56.     - team.create
  57.     inheritance:
  58.     - default
  59.     - g:essentials_builder
  60.     - g:towny_builder
  61.     info:
  62.       prefix: '&2'
  63.       build: true
  64.       suffix: ''
  65.   Vip:
  66.     default: false
  67.     permissions:
  68.     - chestcommands.item.dipi.yml
  69.     - chestcommands.item.example.yml
  70.     - chestcommands.item.home.yml
  71.     - chestcommands.open.dipi.yml
  72.     - chestcommands.open.dw.yml
  73.     - chestcommands.open.dy.yml
  74.     - chestcommands.open.dz.yml
  75.     - chestcommands.open.home.yml
  76.     - chestcommands.open.jh.yml
  77.     - DailyLoginRewards.rewards
  78.     - essentials.world.fb
  79.     - marry.chat
  80.     - marry.gender
  81.     - marry.gift
  82.     - marry.home
  83.     - marry.list
  84.     - marry.marry
  85.     - marry.sethome
  86.     - plotme.limit.1
  87.     - plotme.use
  88.     - pvptitles.chat
  89.     - pvptitles.ladder
  90.     - pvptitles.rank
  91.     - sg.arena.join
  92.     - sg.arena.join.1
  93.     - sg.arena.spectate
  94.     - sg.arena.vote
  95.     - team.create
  96.     inheritance:
  97.     - default
  98.     - g:essentials_builder
  99.     - g:towny_builder
  100.     info:
  101.       prefix: '&d'
  102.       build: true
  103.       suffix: ''
  104.   NF:
  105.     default: false
  106.     permissions:
  107.     - chestcommands.item.dipi.yml
  108.     - chestcommands.item.example.yml
  109.     - chestcommands.item.home.yml
  110.     - chestcommands.open.dipi.yml
  111.     - chestcommands.open.dw.yml
  112.     - chestcommands.open.dy.yml
  113.     - chestcommands.open.dz.yml
  114.     - chestcommands.open.home.yml
  115.     - chestcommands.open.jh.yml
  116.     - DailyLoginRewards.rewards
  117.     - essentials.world.fb
  118.     - marry.chat
  119.     - marry.gender
  120.     - marry.gift
  121.     - marry.home
  122.     - marry.list
  123.     - marry.marry
  124.     - marry.sethome
  125.     - plotme.limit.1
  126.     - plotme.use
  127.     - pvptitles.chat
  128.     - pvptitles.ladder
  129.     - pvptitles.rank
  130.     - sg.arena.join
  131.     - sg.arena.join.1
  132.     - sg.arena.spectate
  133.     - sg.arena.vote
  134.     - team.create       
  135.     inheritance:
  136.     - default
  137.     - g:essentials_builder
  138.     - g:towny_builder
  139.     info:
  140.       prefix: '&b'           
  141.       build: true
  142.       suffix: ''          
  143.   Admin:
  144.     default: false
  145.     permissions: []
  146.     inheritance:
  147.     - g:groupmanager_admin
  148.     - g:bukkit_admin
  149.     - g:essentials_admin
  150.     - g:towny_admin
  151.     - g:vanish_admin
  152.     info:
  153.       prefix: '&c'
  154.       build: true
  155.       suffix: ''
复制代码

ArnoCc
网络摆渡客 发表于 2014-11-26 13:40
就是格式错了,你贴一下报错吧,别截图。截不全

还有 刚刚我试了一次 把小号拉到VIP组 重启以后 这小号又回到Builder组了- -   凌乱了

网络摆渡客

你贴的这个没有格式错误。你最好贴报错。

ArnoCc
网络摆渡客 发表于 2014-11-26 14:57
你贴的这个没有格式错误。你最好贴报错。

贴了啊  在上面

第一页 上一页 下一页 最后一页