Hbedwars Addon icon

Hbedwars Addon -----

This plugin is for HBedwars and it will automatically rejoin a player if they disconnect.



This plugin is for HBedwars and it automatically makes a player rejoin the game if they disconnect, without the need for them to type "/rejoin".






Code (Text):
public class RejoinCommand extends JavaPlugin implements Listener {

    @Override
    public void onEnable() {
        getServer().getPluginManager().registerEvents(this, this);
    }

    @EventHandler
    public void onPlayerJoin(PlayerJoinEvent event) {
        event.getPlayer().performCommand("rejoin");
    }
}
Resource Information
Author:
----------
Total Downloads: 166
First Release: Feb 9, 2023
Last Update: Feb 9, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings