mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-24 17:39:30 +00:00
Update PaperCraftEnginePlugin.java
This commit is contained in:
@@ -22,7 +22,6 @@ public class PaperCraftEnginePlugin extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
this.bootstrap.plugin.onPluginEnable();
|
||||
this.bootstrap.plugin.scheduler().asyncRepeating(() -> {
|
||||
Collection<? extends Player> players = Bukkit.getOnlinePlayers();
|
||||
if (players.size() > 20) {
|
||||
|
||||
Reference in New Issue
Block a user