Recent content by meexreay

  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 =...