3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 23, 2024 — May 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved the onDamage hook by adding what type of damage was received and how much of it. More... over 14 years ago
new Player(er) != er.getPlayer() More... over 14 years ago
Add onLiquidDestoy hook. You can now prevent destruction of railroads or allow lava/water to destroy normal blocks. More... over 14 years ago
onBlockCreate is returned as before the 'fix' to preserve compatibility More... over 14 years ago
Added new hooks for vehicles (Minecarts only atm) More... over 14 years ago
Erm this should have gone with the onItemUse. Oopsie. More... over 14 years ago
Merge branch 'master' of github.com:traitor/Minecraft-Server-Mod More... over 14 years ago
Added BaseVehicle.getPassenger(). Moved the calls to VEHICLE_COLLISION to check if the collision is the passenger. More... over 14 years ago
Added onItemUse (ITEM_USE). Read down! More... over 14 years ago
Consistency pt2. More... over 14 years ago
Consistency. More... over 14 years ago
Updated healthchange handling, only trigger HEALTH_CHANGE when enable-health is on. More... over 14 years ago
Refactored current minecart hooks into more generic vehicle hooks (unsure if all of them work for boats though. still need to test). Also, you can make it void if returning doesn't do anything... More... over 14 years ago
Added BaseVehicle. Added Boat class. No hooks for boats yet. Will probably rename existing minecart ones to more generic vehicle ones. Added more Server.getList() functions. Fixed up javadocs. More... over 14 years ago
Added Server.saveInventories() and intercepted save-all so it saves player's inventories too. More... over 14 years ago
Added SQL scripts. More... over 14 years ago
Just some general formatting. More... over 14 years ago
Fixed getMobList, added getMinecartList. Probably should eventually make a getEntityList for all entities. More... over 14 years ago
e != paramfx More... over 14 years ago
Merge branch 'master' of github.com:traitor/Minecraft-Server-Mod More... over 14 years ago
What were you thinking, storing that in Block. More... over 14 years ago
Adds addToQueue in Server.java as a wrapper for gt.add, to keep plugin-creators from having to change their code if the name of gt is changed. More... over 14 years ago
Refactoring some of the entity code in preparation of the minecart hooks. More... over 14 years ago
Added a comment to the last hook; also! thanks Lymia, lightweight, Zeerix and Dinnerbone for their help and testing! More... over 14 years ago
Fixed onBlockCreate. This now *finally* works as advertised. More... over 14 years ago
Only save if something changed when deleting a key. Small javadoc changes. Thanks Nijikokun. More... over 14 years ago
Added Minecart classes + hooks. More... over 14 years ago
Fixed BaseEntity.setHealth. Player.log shouldn't be public. More... over 14 years ago
Reverted previous commit (accidentally had if automatically create braces). Formatted + added javadocs. More... over 14 years ago
Formatting. Is that too much to ask? More... over 14 years ago