一起走
怎么禁止世界输入一些指令  比如/sethome  等等的一些指令

huane2008
/mangaddp builder -essentials.sethome  
就是禁止sethome  
换成back tpa 等等也是一样可以禁止

雪清
在groupmanager的config里设置分世界权限组
把这个世界读取一个你自定义的world权限设置就行了。在这个世界给玩家添加-essentials.sethome权限

nikoniko_ni
http://www.mcbbs.net/forum.php?m ... B62%5D%5Btype%5D%3D

一起走
snowclay 发表于 2015-10-24 13:22
在groupmanager的config里设置分世界权限组
把这个世界读取一个你自定义的world权限设置就行了。在这个世界 ...

求教   怎么把世界读取一个自定义的world权限  

雪清
一起走 发表于 2015-10-24 14:12
求教   怎么把世界读取一个自定义的world权限
  1. mirrors:
  2.         # Worlds listed here have their settings mirrored in their children.
  3.         # The first element 'world' is the main worlds name, and is the parent world.
  4.         # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
  5.         # the same user/groups files as the parent.
  6.         # the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
  7.         # Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
  8.         world:
  9.           world_nether:
  10.           - users
  11.           - groups
  12.           world_the_end:
  13.           - users
  14.           - groups
  15.           all_unnamed_worlds:
  16.           - users
  17.           - groups
  18.     #  world2:      (World2 would have it's own set of user and groups files)
  19.     #    world3:
  20.     #    - users    (World3 would use the users.yml from world2, but it's own groups.yml)
  21.     #    world4:
  22.     #    - groups   (World4 would use the groups.yml from world2, but it's own users.yml)

  23.     #  world5:
  24.     #    - world6   (this would cause world6 to mirror both files from world5)
复制代码

groupmanager的config里边,看懂了没,按格式增加

一起走
snowclay 发表于 2015-10-24 18:52
groupmanager的config里边,看懂了没,按格式增加

请问权限在哪个位置  我不懂这个  请教一下  谢谢了

雪清
一起走 发表于 2015-10-24 19:18
请问权限在哪个位置  我不懂这个  请教一下  谢谢了

[code]mirrors:
        world:
          world_nether:
          - users
          - groups
          world_the_end:
          - users
          - groups
          all_unnamed_worlds:
          - users
          - groups[code]
举个例子 world_nether:——下界
          - users ——读取的玩家权限
          - groups——读取的组权限
          all_unnamed_worlds:
这个是指除了已经添加的世界其他世界的权限,默认全部使用默认的
你可以这样
       世界名字:
          - users1 ——一个新的玩家权限yml
          - groups1 ——一个新的玩家组yml
就行了。求人气=w=


煜爱芸
huane2008 发表于 2015-10-24 12:54
/mangaddp builder -essentials.sethome  
就是禁止sethome  
换成back tpa 等等也是一样可以禁止 ...

这个是整个组

yanggexuyang
在groupmanager里面设置某个世界名不能有哪个权限
比如-essentials.sethome

脑残羊
您好
输入/mangaddp 组 -essentials.sethome <世界名>
即可

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