Skip to content

Instantly share code, notes, and snippets.

@steveanton
Created July 13, 2012 05:04
Show Gist options
  • Save steveanton/3102835 to your computer and use it in GitHub Desktop.
Save steveanton/3102835 to your computer and use it in GitHub Desktop.
Essential CraftBukkit Modifications
AffectsSpawning API: https://github.com/Bukkit/CraftBukkit/pull/775
Player Collision API: https://github.com/Bukkit/CraftBukkit/pull/776
ExplosionPrimeEvent fix: https://github.com/Bukkit/CraftBukkit/pull/806
Bed spawn set fix: https://github.com/Bukkit/CraftBukkit/pull/818
Kick and quit messages in one: https://github.com/Bukkit/CraftBukkit-Bleeding/tree/mbax/KickAndQuitMessage
PGM changes:
https://github.com/mrapple/PGM-CraftBukkit/commit/3e7119086cc6d90f196234f7c51d6355f4391d47
https://github.com/mrapple/PGM-CraftBukkit/commit/1a43f1e1ce39b006435dbfd8bbba0e9052932f29
https://github.com/mrapple/PGM-CraftBukkit/commit/9f982a3c55e10df326da7410e40ad215e2ec5f8b
https://github.com/mrapple/PGM-CraftBukkit/commit/223bbe7d4703ecc9cd7427841d9f180c1c0991ce
Maybe:
Set<SpawnReason> for allowAnimals and allowMonsters: https://github.com/Bukkit/CraftBukkit/pull/655
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment