13
0
geforkt von Mirrors/Paper
Paper/paper-server/src/main/java/org/bukkit/craftbukkit
CraftBukkit/Spigot 8af1fd6017 Added method to fake a block change request for a player.
By: sk89q <the.sk89q@gmail.com>
2011-05-02 01:51:53 -07:00
..
block Added NoteBlock.play(instrument, note). 2011-05-02 01:20:15 -07:00
command Much better console interaction. History, no more losing the command, colours, inline editing, etc. Shorter log output to console (but not to file). 2011-02-25 16:12:38 +00:00
entity Added method to fake a block change request for a player. 2011-05-02 01:51:53 -07:00
event Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
inventory Added a setArmorContents method to PlayerInventory. 2011-04-29 00:26:04 +01:00
scheduler Improved the Scheduler. 2011-04-28 20:10:39 +01:00
util Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
CraftChunk.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
CraftServer.java We build for Java 1.5, so no @Override for interface implementations 2011-05-02 23:55:18 +10:00
CraftWorld.java Added per world PVP setting support. 2011-04-29 23:34:37 +01:00
LoggerOutputStream.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
Main.java Implemented ebeans 2011-03-31 02:35:08 +01:00
TextWrapper.java Fix TextWrapping issues; Now limits the packets send to the client to either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes. 2011-04-25 18:14:06 +02:00
TrigMath.java Second part of NPE and arctan update :3 2011-02-20 23:22:28 +01:00