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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user