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:01:29 +08:00
parent e965f276e5
commit 1cd9cdc04a

View File

@@ -38,6 +38,10 @@ 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");
}
}