Recent content by bambolumba

  1. B

    Solved How to change item name of result item in anvil?

    Ok, I should use event.setResult(), not anvilInventory.setResult(); So it should be like that:
  2. B

    Solved How to change item name of result item in anvil?

    I don't really understand how to do this correctly. DisplayName seems to be changing, but the name of item in result slot remains the same. Here is my code. Sorry if it`s dumb, this is the first time I've encountered this AnvilInventory anvilInventory = event.getInventory(); if...
  3. B

    Question Does paper has fixes which blocks entry on nether roof?

    I can do it in single world, but cant do on my server. Im trying with boat, minecart and ender pearl, but its impossible to set boat on roof, because ender pearl doesnt teleport me upper then roof
  4. B

    Question Ping spikes after teleportation/joining the server

    previously i tried reduce "player-max-chunk-send-rate" from 75 to 45 (just a random number from my head lol) but it doesnt help. Ok i`ll try mode 3, thanks
  5. B

    Question Ping spikes after teleportation/joining the server

    Okay, I probably have found the reason. Seems like it was built-in anti-xray. After disabling me and others doesnt have problems with ping. At least for now I used the standard configuration with engine-mod 2. Are there any ways to optimize it? Maybe someone can share a ready-made setup...
  6. B

    Question Ping spikes after teleportation/joining the server

    My players and I, among others, experience ping spikes when they log on to the server or teleport. At the same time, with any other actions, the ping is normal, for me it always stays around ~ 20. I think this is not a performance problem, the CPU load is kept at a minimum, the RAM is not...