Recent content by LoJoSho

  1. LoJoSho

    Announcement Announcing the end of life of Waterfall

    Have you tried reporting the problem? Velocity works just fine on many servers, including for servers running Geyser and those that run on forks of paper.
  2. LoJoSho

    Question Conflicting jackson-databind versions starting in 1.21.3

    You should just be able to shade the dependency, and then relocate it within your jar. That way, your plugin will not get confused with other dependencies that are there.
  3. LoJoSho

    Salut, Papermc me crée que le cache mais pas le serveur problème et j'ai toute les versions possible de java installer

    Just because you have all different versions installed doesn't mean that Java will use all of them. You have to specify within your system what Java you want to use (defined within your environmental variables when on Windows). There are many tutorials online about changing your Java version...
  4. LoJoSho

    Question I lost all my items on a server [PLUGINS HELP]

    It would be up to the server owner to figure this out for you. Unless they have a plugin that is saving inventories in the background (which it sounds like they don't), there wouldn't be any trace of your original inventory as it would be written over by your new inventory data.
  5. LoJoSho

    Announcement The future of Paper - Hard fork

    What a great Christmas gift the Paper team has given us ❤️
  6. LoJoSho

    Question How can I use PaperMC without any performance improvements?

    You may be better off using Fabric (and server mods from that ecosystem), as it separates performance improvements from its API. The Bukkit Ecosystem wasn't made to separate performance improvements from the API. Hypothetically, it's possible (you can always fork Paper and add in your patches to...
  7. LoJoSho

    Question No other files are created, only the cache folder.

    Your batch file has @ java rather than just java. An example of mine is: @echo off java -Xmx4G -Xms4G -jar server.jar --nogui PAUSE I would recommend looking into Aikar flags as well, https://docs.papermc.io/paper/aikars-flags
  8. LoJoSho

    Announcement Paper & Velocity 1.20(.1)

    Love to see it <3
  9. LoJoSho

    Timings not cretae paper

    I would also recommend Spark, but to the main issue, the server your jar is uploading its Timings to was shut down (http://timings.pl3x.net/). You are running PurPur 1.16.5, which is very out of date. You can either move to the Paper jar which uses Aikars site, update your server to the latest...
  10. LoJoSho

    Announcement Paper 1.19

    Glad the configurations are finally getting the attention they deserve, thank you for your hard work everyone! <3
  11. LoJoSho

    Question Attack cooldown texture issue

    Minecraft Bedrock Edition doesn't have an attack cooldown as Minecraft Java Edition has. Geyser bridges this gap by sending a title (text that appears middle of the screen) to show Bedrock players their attack cooldown.
  12. LoJoSho

    Question Sight distance cannot be changed

    No idea what you are trying to do, links do not work, they simply show the following image. There are two places you can change view distance and simulation distances, server.properties view-distance=8 simulation-distance=4 You can also modify the values in spigot.yml, if you prefer having...
  13. LoJoSho

    Solved Paper 1.18.2

    If you are connecting from Bedrock (Android, IOS, Xbox, Playstation, Windows 10 Edition) to a Java Edition server, then you need Floodgate and Geyser as plugins on your Java server to accept Bedrock clients. You can find a full guide on how to set this up here...
  14. LoJoSho

    Plugin Release RPGSprint - A Minecraft RPG-Style Sprint Plugin

    RPGSprint Download | Source Code | Configuration RPGSprint is a plugin that adds "stamina" to sprinting in Minecraft, ideal for RPG-Style servers who wish to discourage players from running around constantly. You may find the configuration above to give some insight into this plugin. Features...
  15. LoJoSho

    Announcement Paper 1.18.2

    Thank you for bringing MiniMessage to the Paper API ❤️