Paper/src/main/java/org/bukkit/craftbukkit
stevenh 83fd8fad69 Added command line logging configuration which enables log file:
* Size limiting (--log-limit <size in bytes>)
* Rotation (--log-count <count of files>)
* Custom naming (--log-pattern <filename pattern>)
* Append (--log-append <true|false>)
Note: This is done via command line and not bukkit-settings as that would require lots of refactoring of both core server and CraftBukkit due to the current initialisation ordering and depenencies.
All settings default to that of the standard server
2011-07-10 18:28:57 +01:00
..
block Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
command Generic cleanup of the org.bukkit.craftbukkit classes. 2011-06-12 12:51:54 +02:00
entity Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
event Added SpawnReasons to CreatureSpawn events. Thanks winsock! 2011-06-21 16:37:07 -04:00
generator Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
inventory Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
scheduler Possible fix for cancelled CraftScheduler tasks still running. 2011-06-30 13:42:18 -04:00
util Generic cleanup of the org.bukkit.craftbukkit classes. 2011-06-12 12:51:54 +02:00
CraftChunk.java Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
CraftChunkSnapshot.java Added ChunkSnapShot improvements. Thanks mikeprimm! 2011-06-17 09:23:19 -04:00
CraftServer.java Use generators from bukkit.yml if none was specified at createWorld 2011-07-08 19:01:03 +01:00
CraftWorld.java Implements a World UID. 2011-07-07 14:20:05 -04:00
LoggerOutputStream.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
Main.java Added command line logging configuration which enables log file: 2011-07-10 18:28:57 +01:00
PortalTravelAgent.java Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
TextWrapper.java Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
TrigMath.java Generic cleanup of the org.bukkit.craftbukkit classes. 2011-06-12 12:51:54 +02:00