Recent content by KastenKlicker

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. KastenKlicker

    PaperMC and Velocity in Docker

    I'm thinking about moving my PaperMC Server and Velocity Proxy from systemd services to Docker/Podman, just for fun. There seems to be a maintained docker image for Paper but no image for velocity. Does someone have some experience in Paper and Velocity with Docker?
  2. KastenKlicker

    Question How do you make a velocity server allow a player to join using mods?

    For forge you can use: https://github.com/adde0109/Ambassador
  3. KastenKlicker

    Maven Guava dependency problem

    Thank you for your advise, now it works. I already relocated the dependency in a prior attempt, but it seems I made a mistake before.
  4. KastenKlicker

    Maven Guava dependency problem

    I use the Google Cloud Compute dependency in my plugin and Guava is a transitive dependency of Google Cloud Compute. Velocity uses Guava too, but another version which doesn't include a class required by the Google Cloud Compute. I force the version needed by Google Cloud Compute in my pom.xml...
  5. KastenKlicker

    Plugin Release LinuxLike

    LinuxLike adds new aliases to existing commands and does have warp functionality. As example: /man <plugin> does list all commands of the given plugin. You may wonder how does this differ from the normal help command? The short answer is: It doesn't. It's just dispatch the help command, but...
  6. KastenKlicker

    Question server doesnt update when i changed server properties

    What do you mean by "reopening it"?
  7. KastenKlicker

    Plugin Release SecureServerBackup

    Downloads: Latest version: SecureServerBackup.jar. Find all releases on my GitHub. Version 1.1.4 is not compatible with earlier versions! What is SecureServerBackup? SecureServerBackup is a more secure version of ZombieStriker’s ServerRestorer. Its purpose is to upload your Minecraft server...
  8. KastenKlicker

    Question Update config files after update

    I regenerated the files. At this moment the server is running again with only some Mobs spawning issues (no problem so far, as we playing in creative). I thought there may be problems because the map/server was created in 2014 running on vanilla 1.8 and has been updated every update (at some...
  9. KastenKlicker

    Question Update config files after update

    I recognized there are great differences between the config files from a newly created server (1.18) and an old server (1.8 -> ...->1.18), which only have been updated. Is it useful to delete the server.properties, spigot.yml and paper.yml files or does it brake my server?