1597918756
服务器原来使用的是plotme插件,后来总是发生玩家地皮禁足离奇消失,然后就使用了plotsquare插件,然后配置了配置文件里面的什么地皮尺寸,道路尺寸,后插件就能正常使用了。后来,发现只要一重启服务器后台就会狂刷,然后玩家失去地皮全部权限,管理使用/plot home还会传送到奇怪的位置:
  1. Invalid plot / road width in settings.yml for world: plotworld
复制代码
经检查,发现是一重启服务器插件配置文件就会重置。直到我把原来配置文件里面数值再修改然后重载插件才好。所以想问一下这个问题解决方法,怎么才能不用天天重载插件,毕竟不能24h在线。。。下面是配置文件(我配置好的,哪里的问题请求帮助)
  1. version: 3.2.26
  2. platform: Bukkit
  3. clear:
  4.   'on':
  5.     ban: false
  6.   auto:
  7.     calibration:
  8.       variety: 0
  9.       changes_sd: 1
  10.       faces: 0
  11.       data_sd: 0
  12.       air: 0
  13.       air_sd: 0
  14.       faces_sd: 0
  15.       data: 0
  16.       variety_sd: 0
  17.       changes: 1
  18.     days: 0
  19.     clear-interval-seconds: 120
  20.     threshold: 1
  21.     enabled: false
  22.   fastmode: false
  23. confirmation:
  24.   clear: true
  25.   delete: true
  26.   unlink: true
  27. UUID:
  28.   offline: false
  29.   force-lowercase: false
  30. cache:
  31.   permissions: true
  32.   ratings: true
  33. chunk-processor:
  34.   auto-trim: false
  35.   auto-unload: false
  36.   enabled: false
  37.   max-blockstates: 4096
  38.   experimental-fast-async-worldedit: false
  39.   max-entities: 512
  40.   disable-physics: false
  41. worldedit:
  42.   require-selection-in-mask: true
  43.   max-volume: 500000
  44.   enable-for-helpers: false
  45.   queue-commands: false
  46.   max-iterations: 1000
  47.   blacklist:
  48.   - cs
  49.   - .s
  50.   - restore
  51.   - snapshot
  52.   - delchunks
  53.   - listchunks
  54. schematics:
  55.   save_path: plugins/PlotSquared/schematics
  56. web:
  57.   url: http://empcraft.com/plots/
  58.   server-ip: your.ip.here
  59. approval:
  60.   done:
  61.     required-for-download: false
  62.     restrict-building: false
  63.     counts-towards-limit: false
  64.   ratings:
  65.     require-done: false
  66. chat:
  67.   fancy: true
  68. console:
  69.   color: true
  70. kill_road_mobs: false
  71. merge:
  72.   remove-terrain: true
  73. mob_pathfinding: true
  74. plotme-alias: false
  75. plotme-convert:
  76.   enabled: true
  77.   cache-uuids: false
  78. global_limit: false
  79. update-notifications: true
  80. metrics: true
  81. comments:
  82.   notifications:
  83.     enabled: false
  84. protection:
  85.   redstone:
  86.     disable-unoccupied: false
  87.     disable-offline: false
  88.   piston:
  89.     falling-blocks: true
  90. teleport:
  91.   on_login: false
  92.   delay: 0
  93. claim:
  94.   max-auto-area: 4
  95. uuid:
  96.   use_sqluuidhandler: false
  97.   read-from-disk: false
  98. max_plots: 127
  99. bo3:
  100.   save_path: BO3
  101. kill_road_vehicles: false
  102. debug: true
  103. clusters:
  104.   enabled: false
  105. titles: true
  106. worlds:
  107.   plotworld:
  108.     plot:
  109.       height: 64
  110.       biome: FOREST
  111.       size: 60
  112.       filling:
  113.       - '3:0'
  114.       auto_merge: false
  115.       bedrock: true
  116.       create_signs: true
  117.       floor:
  118.       - '2:0'
  119.     wall:
  120.       filling: '1:0'
  121.       block_claimed: '35'
  122.       height: 64
  123.       block: '44:0'
  124.     road:
  125.       height: 64
  126.       width: 7
  127.       block: '155:0'
  128.     home:
  129.       default: side
  130.       allow-nonmembers: false
  131.     schematic:
  132.       specify_on_claim: false
  133.       on_claim: false
  134.       file: ''
  135.     economy:
  136.       prices:
  137.         merge: 100.0
  138.         sell: 75.0
  139.         claim: 100.0
  140.       use: false
  141.     chat:
  142.       enabled: false
  143.     limits:
  144.       max-members: 128
  145.     world:
  146.       max_height: 256
  147.       gamemode: creative
  148.       min_height: 1
  149.       border: false
  150.     event:
  151.       spawn:
  152.         egg: false
  153.         breeding: false
  154.         custom: true
  155.     natural_mob_spawning: false
  156.     flags: {}
复制代码



1597918756
服务器后台报错内容是
  1. Invalid plot / road width in settings.yml for world: plotworld
复制代码
一直大量刷

AJ_
http://www.mcbbs.net/forum.php?m ... t=1.10.2&page=1
用这个地皮插件

1597918756
AJ_ 发表于 2018-2-8 10:12
http://www.mcbbs.net/forum.php?mod=viewthread&tid=236421&extra=&highlight=1.10.2&page=1
用这个地皮 ...

这个插件我服务器经常会玩家禁足集体失效,所以也还是不行.