Search results

  1. renvins

    Question Handle Redis' message on player join

    I have a plugin that when a player accepts a request from another player (maybe on another server) the proxy (with redis request) sends both players to another server. When they join they have to be given some stuff and they have to be teleported to an arena (the server is used also for other...
  2. renvins

    Question Logging statically

    That's definitely the worst way to get a static Logger (maybe) but the only one I've figured out (just don't want to take JavaPlugin with me) LOGGERs are static everywhere except for spigot xD public final class TrySpigotPlugin extends JavaPlugin { private static Logger logger...