9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-27 10:59:07 +00:00

Update BukkitBootstrap.java

This commit is contained in:
XiaoMoMi
2025-04-13 02:18:16 +08:00
parent 1cd9cdc04a
commit 6812c21501

View File

@@ -39,8 +39,6 @@ public class BukkitBootstrap extends JavaPlugin {
}, 1, 1, TimeUnit.MINUTES);
this.plugin.onPluginEnable();
this.plugin.logger().warn("You're using the CraftEngine Community Edition");
this.plugin.logger().warn(" - Commercial use on production servers is prohibited");
this.plugin.logger().warn(" - You must enable server's online mode");
this.plugin.logger().warn(" - Maximum player limit is restricted to 20");
}
}