Recent content by meexreay

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

    Question Redirect player to another server from Paper plugin

    Here's how I have everything set up: velocity: server_1: (paper) paper_plugin.jar velocity_2: server_2 (spigot) And I want to redirect the player from server_1 to velocity_2 when the player presses the sign How do I register plugin messaging: public void onEnable() { me =...