OVOOR
举例:用背包编辑器增加装备血量。穿上后的确会增加,但是上限却是40点,无法再增加。无论加多少都会扣回来。。。求解决

向文
看看插件是否限制?

hapydoo
是服务端吗?
如果是的话,可能是因为服务端中设置了血量上限,以我Spigot端为例,其他端不清楚
在服务端根目录中找到spigot.yml
右键使用NotePad++打开
找到其中
  attribute:
    maxHealth:
      max: 2048.0
    movementSpeed:
      max: 2048.0
    attackDamage:
      max: 2048.0
检查你的
  maxHealth:
      max: 2048.0
是不是40,如果是 将他修改为更高的数值即可

还有一种可能是你服务端中的某个插件将血条压缩为40血(20颗心)
但实际你的血量已经不只40血
这个你只需要召个怪物让它攻击力 应该就能看得出来大致的血量

OVOOR
hapydoo 发表于 2018-8-22 23:26
是服务端吗?
如果是的话,可能是因为服务端中设置了血量上限,以我Spigot端为例,其他端不清楚
在服务端根 ...

试过了,spigot,打开并没有血量上限这一项

OVOOR
向文 发表于 2018-8-22 21:20
看看插件是否限制?

能帮忙看看什么插件么

hapydoo
OVOOR 发表于 2018-8-22 23:31
试过了,spigot,打开并没有血量上限这一项

正常情况下应该都会有的啊……
我的是在第28行
另外如果是插件问题你至少发下插件列表吧……
目前我知道的是一个SX-stats有这个功能
其他一般就是专门装的血量压缩插件

OVOOR
hapydoo 发表于 2018-8-22 23:43
正常情况下应该都会有的啊……
我的是在第28行
另外如果是插件问题你至少发下插件列表吧……

找了很多人。。。都不行。。很奇怪。。下楼发图,分别是插件列表和spigot

OVOOR
config-version: 7
settings:
  bungeecord: false
  late-bind: false
  sample-count: 12
  netty-threads: -1
  timeout-time: 90
  restart-on-crash: true
  restart-script: ./start.sh
  fullMatchRate: 10
  player-shuffle: 0
commands:
  log: true
  tab-complete: true
messages:
  restart: Server is restarting
  whitelist: You are not whitelisted on this server!
  unknown-command: Unknown command. Type "/help" for help.
  server-full: The server is full!
  outdated-client: Outdated client! Please use {}
  outdated-server: Outdated server! I'm still on {}
stats:
  disable-saving: false
  forced-stats: {}
world-settings:
  default:
    verbose: false
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64
    mob-spawn-range: 4
    anti-xray:
      enabled: true
      engine-mode: 1
      hide-blocks:
      - 14
      - 15
      - 16
      - 21
      - 48
      - 49
      - 54
      - 56
      - 73
      - 74
      - 82
      - 129
      - 130
      replace-blocks:
      - 1
      - 5
    nerf-spawner-mobs: false
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      wheat-modifier: 100
    entity-activation-range:
      animals: 32
      monsters: 32
      misc: 16
    ticks-per:
      hopper-transfer: 8
      hopper-check: 8
    random-light-updates: false
    save-structure-info: true
    max-bulk-chunks: 5
    max-entity-collisions: 8
    max-tick-time:
      tile: 50
      entity: 50
    max-tnt-per-tick: 100
    chunks-per-tick: 650
    clear-tick-list: false
    arrow-despawn-rate: 1200
    zombie-aggressive-towards-villager: true
    merge-radius:
      exp: 3.0
      item: 2.5
    use-async-lighting: true
    view-distance: 4
    item-despawn-rate: 6000
    enable-zombie-pigmen-portal-spawns: true

OVOOR
= =发现不会上传图片。、。、服务器用的RPGITEM,然后是背包编辑器。试过ils,但是加入后会导致flan枪械不能造成伤害所以弃掉了。。。。。。。。现在又被锁血= =

后台输入 plugins 把所有插件名字截图发出来给大家看下好吗? 也许是你某些插件限制了呢?

OVOOR
cxl159桑 发表于 2018-8-23 02:26
后台输入 plugins 把所有插件名字截图发出来给大家看下好吗? 也许是你某些插件限制了呢? ...

麻烦转到http://www.mcbbs.net/thread-816545-1-1.html

TRCStudioDean
或许是itemlorestats的问题?检查一下配置文件