Search results

  1. Y

    Question Server Crash when always on

    I have a server that I keep running all the time, but after a while of it being on, the RAM fills up, and the server crashes. Plug-in in screenshots
  2. Y

    Solved Why TextComponent So Strange?

    My Code: class PlayerJoinListener: Listener { @EventHandler fun playerJoinEvent(event: PlayerJoinEvent) { val player = event.player val joinMsg = Component.text("§f[§a+§f] §f ${player.name()}") event.joinMessage(joinMsg) val config =...
  3. Y

    Question How can I register a command in plugin that use paper-plugin.yml

    How can i register a command if i use paper-plugin.yml instead of plugin.yml? I Searched i've found only person that say "you have to register them yourself"
  4. Y

    Custom death message

    How can i set custom death message? (using event.deathMessage())