index
:
archive/bukkit
debugging
master
version/1.12.2
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
Extend EntityCombustEvent to allow setting combustion duration.
Andrew Ardill
2011-11-29
-4
/
+70
*
BREAKING CHANGE: BUKKIT-44 Fix Material Enum typo. Thanks Steeveeo!
Andrew Ardill
2011-11-28
-1
/
+1
*
Added Enchantment.values() for retrieving all enchantments
Nathan Adams
2011-11-28
-0
/
+9
*
Add MagmaCube interface.
Andrew Ardill
2011-11-28
-0
/
+8
*
BUKKIT-57 Add Snowman to CreatureType Enum. Thanks snowleo!
Andrew Ardill
2011-11-28
-1
/
+2
*
BUKKIT-61 Add durability to BOW material type. Thanks snowleo!
Andrew Ardill
2011-11-28
-1
/
+1
*
Fixed issue adding mass enchantments to items
Nathan Adams
2011-11-27
-2
/
+2
*
Added utility methods to ItemStack to allow mass adding of enchantments
Nathan Adams
2011-11-27
-1
/
+32
*
Made ItemStack .equals take into account data and enchantments
Nathan Adams
2011-11-27
-1
/
+1
*
Added Enchantment API
Nathan Adams
2011-11-27
-9
/
+437
*
Added world.getWorldFolder, server.getWorldContainer
Nathan Adams
2011-11-25
-0
/
+20
*
Added new set/get age methods to Animals
Nathan Adams
2011-11-24
-1
/
+15
*
Made /version output same as startup output
Nathan Adams
2011-11-23
-2
/
+1
*
Added new biome enum values
Nathan Adams
2011-11-22
-0
/
+6
*
Fixed the fix of the fix of javaplugin.getResource
Nathan Adams
2011-11-22
-0
/
+5
*
BREAKING CHANGE: Renamed Material.WHITESTONE to ENDER_STONE. Added DRAGON_EGG.
Nathan Adams
2011-11-21
-1
/
+2
*
BREAKING CHANGE: Renamed Environment.SKYLANDS to THE_END
Nathan Adams
2011-11-21
-3
/
+3
*
Added EnderCrystal entity
Nathan Adams
2011-11-21
-0
/
+7
*
Update version to correct one
Erik Broes
2011-11-20
-1
/
+1
*
Update version to 1.0.0-SNAPSHOT
Erik Broes
2011-11-20
-1
/
+1
*
Now using a new version system!
Nathan Adams
2011-11-19
-1
/
+1
*
Fixed typo for NETHER_WARTS
Nathan Adams
2011-11-19
-1
/
+1
*
Added various new 1.9 entities, blocks and items
Nathan Adams
2011-11-19
-2
/
+157
*
Added getMaxHealth to LivingEntity
Nathan Adams
2011-11-19
-4
/
+12
*
Added class type to CreatureType enum
Nathan Adams
2011-11-19
-19
/
+25
*
Fixed getResource not working post-reload, thanks to feildmaster
Nathan Adams
2011-11-13
-2
/
+11
*
Removed redundant TestEnum file
Nathan Adams
2011-11-13
-1
/
+0
*
Add more menus to site.xml
Luke GB
2011-11-13
-0
/
+11
*
Added createSection(String path, Map<String, object> map)
Feildmaster
2011-11-05
-1
/
+39
*
Fixed issue with hasPermission returning false wrongly
Nathan Adams
2011-11-02
-1
/
+1
*
Fix version string - RB 4 has already happened
Andrew Ardill
2011-11-01
-1
/
+1
*
Added getBukkitVersion to Server
Nathan Adams
2011-10-31
-1
/
+12
*
Updated version for 1.8.1-R4
Nathan Adams
2011-10-31
-1
/
+1
*
Fixed using the wrong type of Map for storing perm attachment values
Nathan Adams
2011-10-27
-3
/
+3
*
Added helper methods such as getStringList to ConfigurationSection
Nathan Adams
2011-10-26
-1
/
+472
*
Fixed the /me command missing a space
Nathan Adams
2011-10-26
-2
/
+1
*
Fixed stripColor taking more than it should, thanks to fieldmaster for catchi...
Nathan Adams
2011-10-26
-1
/
+1
*
Fixed issues with loading YamlConfigurations with typed keys
Nathan Adams
2011-10-26
-16
/
+24
*
Revert "Added the ability to register commands dynamically."
Erik Broes
2011-10-13
-181
/
+3
*
Added a case previously not covered by VehicleDestroyEvent for boats, updated...
sk89q
2011-10-13
-3
/
+5
*
Added the ability to register commands dynamically.
sk89q
2011-10-13
-3
/
+181
*
Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the...
Nathan Adams
2011-10-12
-54
/
+153
*
Loading a FileConfiguration (Yaml/) should remember the previously saved header
Nathan Adams
2011-10-12
-0
/
+46
*
YamlConfiguration now correctly writes extra blank lines at the end if requested
Nathan Adams
2011-10-12
-7
/
+26
*
Added reloadConfig() plugin method
Nathan Adams
2011-10-11
-8
/
+17
*
Added OfflinePlayer.getPlayer() for getting the online Player object
Nathan Adams
2011-10-11
-0
/
+11
*
Fixed deeply nested configuration sections retrieving values
Nathan Adams
2011-10-11
-9
/
+14
*
Fixed removing entries in the new Configuration (via set(x, null))
Nathan Adams
2011-10-11
-1
/
+13
*
Fixed NPE on unloading plugins
Nathan Adams
2011-10-11
-1
/
+1
*
Added new entity.get/setTicksLived for identifying an entity's age
Nathan Adams
2011-10-11
-0
/
+19
[next]