Recent content by Warrior

  1. Warrior

    Question Local Difficulty and Day Count missing

    Was the picture from vanilla made on an actual vanilla server or in singleplayer? I have a vanilla server where I'm also not able to see the day count, the first post I could fine online about it mention that loading the same world in singleplayer does still show it.
  2. Warrior

    Question Paper with Fabric mod, or a similar plugin (read desc)

    There are quite a few projects out there that attempt to support running both plugins and mods (known as hybrid servers), but it's highly recommended that you don't use these as you'll often have incompatibilities and other problems. Mods and plugins were unfortunately not designed to work well...
  3. Warrior

    Solved Error with MySQL

    The common causes for this issue that I've seen are forgetting to register your driver with the DriverManager, or not having the shade plugin present. To register your shaded driver: try { DriverManager.registerDriver((Driver)...