shuizhi
Clearlag的配置文件英文看不懂QAQ
我主要是想设置清理怪物,清理的时间间隔。

配置文件还有三个,分别是config.yml、customClears.yml、OLDconfig.yml
真是够我晕的,=。=
请哪位大大教我啊{:10_492:}

网络摆渡客
打开config.yml,找到并替换
  1. #Auto-removal options
  2. # -- warnings works like this; time = the time warning should be given, msg = warning message at that time
  3. # -- NOTE: The below 'remove' section applies to this remover!
  4. # -- NOTE: Putting the interval to low will cause issues!
  5. auto-removal:
  6.   broadcast-message: '&6[Clearlag] &a已经清理了 +RemoveAmount 个掉落物品!'
  7.   broadcast-warning: true
  8.   enable-scheduler: true
  9.   autoremoval-interval: 600
  10.   warnings:
  11.         - time:480 msg:&4[Clearlag] &c警告:掉落物品将在 &7+remaining &c秒后被清理!贵重掉落物品请及时捡起!
  12.         - time:540 msg:&4[Clearlag] &c警告:掉落物品将在 &7+remaining &c秒后被清理!贵重掉落物品请及时捡起!
  13.         - time:580 msg:&4[Clearlag] &c警告:掉落物品将在 &7+remaining &c秒后被清理!贵重掉落物品请及时捡起!
复制代码
autoremoval-interval: 600  这个指的是每隔600秒也就是10分钟执行一次清理

time:480计时到480秒第一次提醒
time:540计时到540秒第二次提醒
time:580计时到580秒第三次提醒

以上数字如果理解的话,可以按需修改,如果不理解就不要改了。

琥珀剑心
  1. check:
  2.   world-filter:
  3.     - this_world
  4.   boat: true
  5.   falling-block: true
  6.   experienceOrb: true
  7.   painting: true
  8.   projectile: true
  9.   item: true
  10.   itemframe: false
  11.   minecart: true
  12.   primed-tnt: true
  13.   arrow: true
  14.   snowball: true
  15.   fireball: true
  16.   ender-signal: true
  17.   item-filter:
  18.   # - 264
  19.   # - 265
  20.   # - 311
  21.   # - 312
  22.   # - 266
  23.   mobs:
  24.     creature: true
  25.     animals: true
  26.     monster: true   这边改true即可
  27.    
复制代码

琥珀剑心

注,是config.yml
注,是扫怪物

shuizhi

扫怪的时间,开启扫怪,扫什么怪物,扫怪的提示。 这些具体是设置哪里呢

琥珀剑心
shuizhi 发表于 2014-11-10 23:00
扫怪的时间,开启扫怪,扫什么怪物,扫怪的提示。 这些具体是设置哪里呢 ...

扫怪时间等同于扫地娘的频率
开启扫怪如上所示
扫什么怪物无法设置
扫怪提示等同于扫地娘提示