- UID
- 37652
- 阅读权限
- 70
- 注册时间
- 2015-9-14
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 人气
- 点
- MC币
- 个
- 贡献
- 点
TA的每日心情 | 慵懒 2022-4-22 19:06 |
---|
签到天数: 623 天 [LV.9]以坛为家II
|
sorry
这个方法有一点问题 其实还有一个方法 可以直接在plotme上添加的(这是刚刚在某bbs get到的)
我就将两个方法都说出来吧
方法①:
在essentials的config里添加
- command-costs:
- plot-auto: 1000
- plot-claim: 1000
- #指令之间的空格用-代替 汉化过的都有说
- #开头空两格“:”号后空一格输入价格
复制代码
方法②:
在plotme的config里
- usemySQL: true
- mySQLconn: xx
- mySQLuname: root
- mySQLpass: xx
- globalUseEconomy: false
- allowWorldTeleport: true
- defaultWEAnywhere: false
- NbClearSpools: 3
- NbBlocksPerClearStep: 50000
- AdvancedLogging: false
- worlds:
- plotworld:
- PlotAutoLimit: 1000
- DaysToExpiration: 7
- ProtectedBlocks:
- - 54
- - 61
- - 54
- - 62
- - 120
- - 94
- - 93
- - 84
- - 25
- - 355
- - 118
- - 117
- - 138
- - 140
- - 145
- - 154
- - 23
- - 158
- PreventedItems:
- - '351:15'
- - '259'
- - '328'
- - '343'
- - '342'
- - '333'
- economy:
- UseEconomy: true------------------这里设置为true
- CanPutOnSale: false
- RefundClaimPriceOnReset: false
- RefundClaimPriceOnSetOwner: false
- ClaimPrice: 1000.0-------------------这里是领取地皮所花费的价格
- ClearPrice: 0.0----------应该是使用/p clear指令所花费的价格
- AddPlayerPrice: 0.0--------这里应该是/p add的价格
- DenyPlayerPrice: 0.0-------/p deny
- RemovePlayerPrice: 0.0-----/p remove
- UndenyPlayerPrice: 0.0------/p undeny
- PlotHomePrice: 0.0
- SellToPlayerPrice: 0.0
- BiomeChangePrice: 0.0
- ProtectPrice: 0.0
- DisposePrice: 0.0
- AutoLinkPlots: true
- DisableExplosion: true
- DisableIgnition: true
- UseProgressiveClear: false
- Projectiles: true
复制代码
|
|