openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
H
hMod server mod for Minecraft
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
May 23, 2024 — May 23, 2025
Showing page 7 of 16
Search / Filter on:
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.
lightweight
More...
over 14 years ago
new Player(er) != er.getPlayer()
traitor
More...
over 14 years ago
Add onLiquidDestoy hook. You can now prevent destruction of railroads or allow lava/water to destroy normal blocks.
Erik Broes
More...
over 14 years ago
onBlockCreate is returned as before the 'fix' to preserve compatibility
Erik Broes
More...
over 14 years ago
Added new hooks for vehicles (Minecarts only atm)
Calle Gustafsson
More...
over 14 years ago
Erm this should have gone with the onItemUse. Oopsie.
Erik Broes
More...
over 14 years ago
Merge branch 'master' of github.com:traitor/Minecraft-Server-Mod
traitor
More...
over 14 years ago
Added BaseVehicle.getPassenger(). Moved the calls to VEHICLE_COLLISION to check if the collision is the passenger.
traitor
More...
over 14 years ago
Added onItemUse (ITEM_USE). Read down!
Erik Broes
More...
over 14 years ago
Consistency pt2.
traitor
More...
over 14 years ago
Consistency.
traitor
More...
over 14 years ago
Updated healthchange handling, only trigger HEALTH_CHANGE when enable-health is on.
Erik Broes
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...
traitor
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.
traitor
More...
over 14 years ago
Added Server.saveInventories() and intercepted save-all so it saves player's inventories too.
traitor
More...
over 14 years ago
Added SQL scripts.
traitor
More...
over 14 years ago
Just some general formatting.
traitor
More...
over 14 years ago
Fixed getMobList, added getMinecartList. Probably should eventually make a getEntityList for all entities.
traitor
More...
over 14 years ago
e != paramfx
traitor
More...
over 14 years ago
Merge branch 'master' of github.com:traitor/Minecraft-Server-Mod
traitor
More...
over 14 years ago
What were you thinking, storing that in Block.
traitor
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.
lightweight
More...
over 14 years ago
Refactoring some of the entity code in preparation of the minecart hooks.
Erik Broes
More...
over 14 years ago
Added a comment to the last hook; also! thanks Lymia, lightweight, Zeerix and Dinnerbone for their help and testing!
Erik Broes
More...
over 14 years ago
Fixed onBlockCreate. This now *finally* works as advertised.
Erik Broes
More...
over 14 years ago
Only save if something changed when deleting a key. Small javadoc changes. Thanks Nijikokun.
Erik Broes
More...
over 14 years ago
Added Minecart classes + hooks.
Calle Gustafsson
More...
over 14 years ago
Fixed BaseEntity.setHealth. Player.log shouldn't be public.
traitor
More...
over 14 years ago
Reverted previous commit (accidentally had if automatically create braces). Formatted + added javadocs.
traitor
More...
over 14 years ago
Formatting. Is that too much to ask?
traitor
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree