Recent content by KastenKlicker

  1. 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
  2. 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.
  3. 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...
  4. 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...
  5. KastenKlicker

    Question server doesnt update when i changed server properties

    What do you mean by "reopening it"?
  6. 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...
  7. 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...
  8. 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?