Speedgot
Hbedwars Addon
-----
This plugin is for HBedwars and it will automatically rejoin a player if they disconnect.
Download Now
1.1 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
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");
}
}
View on SpigotMC
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
Ask Questions / Get Support