丨龙少丨
设置地皮的指令是什么 比如 怎样权限普通玩家只能认领三块地皮,并且每认领一块地皮需要花1000元啊?

guyiwang
楼主你问题好多啊,好多个为什么啊,虽然我也不知道啊

fzh5837302
plotme.limit.x 玩家可购买的地皮数

/mangaddp builder plotme.limit.3      即可,给builder组添加只能购买三块地皮的权限

fzh5837302
如果是认领地皮花费钱的话,看下面,我也不是很确定..

  1. <font size="5">worlds:
  2.   plotworld:
  3. # 世界的名称
  4. # 你可以拥有多个地皮世界
  5.     PlotAutoLimit: 1000
  6. # 使用/plot auto (自动领取地皮指令)的搜索范围 默认是1000
  7. # 如果是1000,表示搜索范围是1000*1000,如果这个范围没有空闲地皮,就好显示一个错误
  8.     PathWidth: 7
  9. # 这是路径包括地皮路的宽度 默认是7
  10.     PlotSize: 32
  11. # 地皮的大小,默认是32
  12. # 如果是32,则表示每块地皮的大小事32*32即1024个格子
  13.     BottomBlockId: '7'
  14. # 这是地皮世界的底部,默认是基岩(7)
  15.     WallBlockId: '44'
  16. # 这是环绕在地皮周围的方块,默认是石台阶(44)
  17. # 可以使空气(0)
  18.     PlotFloorBlockId: '2'
  19. # 这是每块地皮表层的方块,默认是草方块(2)
  20.     PlotFillingBlockId: '3'
  21. # 这是每块地皮表层的底层之间的方块,默认是泥土(3)
  22.     RoadMainBlockId: '5'
  23. # 这是路中央的方块,默认是橡木木板(5)
  24.     RoadStripeBlockId: '5:2'
  25. # 这是路边上的方块,默认是云杉木板(5:2)
  26.     RoadHeight: 64
  27. # 这是路的高度(y坐标)。默认是64
  28.     DaysToExpiration: 7
  29. # 这是地皮的过期时间(以天为单位),默认为7天
  30. # 设置为0为永不过期,过期的地皮不会被清除,会被添加到/plotme expired 列表
  31.     ProtectedBlocks:
  32. # 玩家不能打开别的玩家地皮上得容器列表
  33. # 类似领地插件container权限保护
  34. # 如果要删除所有条目,改成ProtectedBlocks: []
  35.     - 54
  36.     - 61
  37.     - 62
  38.     - 120
  39.     - 94
  40.     - 93
  41.     - 84
  42.     - 25
  43.     - 355
  44.     - 118
  45.     - 117
  46.     - 138
  47.     - 140
  48.     - 145
  49.     PreventedItems:
  50. # 玩家不能对别的玩家的地皮使用的物品列表
  51. # 如果要删除所有条目,改成PreventedItems: []
  52.     - '351:15'
  53.     - '259'
  54.     - '328'
  55.     - '343'
  56.     - '342'
  57.     - '333'
  58.     ProtectedWallBlockId: '44:4'
  59. # This is the block the wall will be when the plot is protected.
  60.     ForSaleWallBlockId: '44:1'
  61. # This is the block the wall will be when the plot is for sale
  62.     AuctionWallBlockId: '44:1'
  63. # This is the block the wall will be when the plot in auction.
  64.     AutoLinkPlots: true
  65. # 是否把玩家的地皮联系在一起
  66.     DisableExplosion: true
  67. # 是否禁用爆炸
  68.     DisableIgnition: true
  69. # 是否禁用火焰
  70.     economy:
  71. # 是否启用经济系统(需要Vault)
  72. # 如何启动经济系统和下面内容以后更新
  73.       [color=Red]UseEconomy: false[/color]
  74.       CanPutOnSale: false
  75.       CanSellToBank: false
  76.       RefundClaimPriceOnReset: false
  77.       RefundClaimPriceOnSetOwner: false
  78.       [color=Red]ClaimPrice: 0.0[/color]
  79.       ClearPrice: 0.0
  80.       AddPlayerPrice: 0.0
  81.       DenyPlayerPrice: 0.0
  82.       RemovePlayerPrice: 0.0
  83.       UndenyPlayerPrice: 0.0
  84.       PlotHomePrice: 0.0
  85.       CanCustomizeSellPrice: false
  86.       SellToPlayerPrice: 0.0
  87.       SellToBankPrice: 0.0
  88.       BuyFromBankPrice: 0.0
  89.       AddCommentPrice: 0.0
  90.       BiomeChangePrice: 0.0
  91.       ProtectPrice: 0.0
  92.       DisposePrice: 0.0
  93. usemySQL: false
  94. mySQLconn: jdbc:mysql://localhost:3306/minecraft
  95. mySQLuname: root
  96. mySQLpass: password
  97. globalUseEconomy: false
  98. AdvancedLogging: false
  99. Language: english
  100. allowWorldTeleport: true
  101. defaultWEAnywhere: false
  102. auto-update: false
  103. allowToDeny: true
复制代码

fzh5837302
# 如何启动经济系统和下面内容以后更新
      UseEconomy: false      →  false改成true
      CanPutOnSale: false
      CanSellToBank: false
      RefundClaimPriceOnReset: false
      RefundClaimPriceOnSetOwner: false
      ClaimPrice: 0.0   → 改成你要设置花费多少钱购买地皮.. 比如1000.0

丨龙少丨
fzh5837302 发表于 2015-7-22 07:38
# 如何启动经济系统和下面内容以后更新
      UseEconomy: false      →  false改成true
      CanPutOnSa ...

那怎样限制玩家最多领3块地皮呢?

fzh5837302
丨龙少丨 发表于 2015-7-22 07:44
那怎样限制玩家最多领3块地皮呢?

上面有



plotme.limit.x 玩家可购买的地皮数

/mangaddp builder plotme.limit.3      即可,给builder组添加只能购买三块地皮的权限


我回复过你的...你看一下,后面的数字是最大领取地皮上线

丨龙少丨
为什么 上面显示拒绝 权限不足?

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