Recent content by Warrior

  • 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. 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)...