1425115471
怎么让新玩家拥有一个规定范围大小的圈地权限。
比如: 一个新注册的ID,到服务器后就会默认拥有一个  50X50X50 的免费圈地权限(或者功能)。
我记得领地插件好像有这个功能,但是给忘了。

回忆之空
领地插件文件  config

Groups:
    4: #group name
       # Information about the Residence zone that the player can define.
       #Uncomment the lines below to mirror this config to other groups.
       #Mirror:
         #- 'group1'
         #- 'group2'
       Residence:
           # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
           CanCreate: true
           # The maximum number of Residences a player can have.
           MaxResidences: 6
           # The maximum number of physical areas a residence can have.
           MaxAreasPerResidence: 2
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 1000     长
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 1000    宽
           # The maximum number of blocks a Residence can be, High to Low (Y).
           MaxUpDown: 256   这个是高度

可以翻译一下英文

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