Search results

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