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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Lines
...
*
Account for spacing in MapFont#getWidth(). Fixes BUKKIT-4089
eueln
2014-05-01
-0
/
+6
*
Add missing entity effects. Adds BUKKIT-3311
LordRalex
2014-04-30
-1
/
+50
*
[Bleeding] Add COCOA_TREE to list of possible tree types.
GJ
2014-04-28
-0
/
+4
*
Add BlockMultiPlaceEvent. Adds BUKKIT-5558
Nate Mortensen
2014-04-21
-0
/
+36
*
[Bleeding] Add new TargetReasons to EntityTargetEvent.
GJ
2014-04-18
-0
/
+12
*
[Bleeding] Add SpawnReasons to cover new Minecraft features.
GJ
2014-04-18
-0
/
+21
*
[Bleeding] Use proper teleport reason for /tp command. Fixes BUKKIT-5348
GJ
2014-04-18
-1
/
+1
*
Revert changes to ban API from 1.7.8
Travis Watkins
2014-04-17
-28
/
+4
*
Revert additions to skull BlockState API from 1.7.8
Travis Watkins
2014-04-17
-31
/
+6
*
Add methods to use arbitrary entries in scoreboards. Adds BUKKIT-3977
Travis Watkins
2014-04-13
-14
/
+70
*
Update Bukkit for Minecraft 1.7.8
Travis Watkins
2014-04-11
-13
/
+84
*
Add method to send fake sign updates to players. Adds BUKKIT-2300
Patrick Seidel
2014-04-02
-0
/
+17
*
Add player unique ID to (Async)PlayerPreLoginEvent. Adds BUKKIT-5108
BlackHole
2014-04-02
-0
/
+34
*
Deprecate missed magic values from 1f83111208ab3612f384a2e6b65cc28423dc625e
Wesley Wolfe
2014-04-01
-0
/
+4
*
Add API for dealing with player UUIDs. Adds BUKKIT-5071, BUKKIT-5501
Travis Watkins
2014-03-29
-0
/
+61
*
Pulling all pending Bukkit-JavaDoc changes
Wesley Wolfe
2014-03-24
-248
/
+299
*
[Bleeding] Add direct addresses for command aliases.
t00thpick1
2014-03-22
-5
/
+9
*
[Bleeding] Plugin aliases should have higher priority than fallbacks. Fixes B...
t00thpick1
2014-03-22
-2
/
+3
*
Update data folder migration for spaces in plugin names. Fixes BUKKIT-5417
Wesley Wolfe
2014-02-15
-42
/
+24
*
Provide warnings for spaces in plugin names. Addresses BUKKIT-5419
Wesley Wolfe
2014-02-15
-2
/
+19
*
Fix loadbefore, soft, and normal dependencies with spaces. Fixes BUKKIT-5418
Wesley Wolfe
2014-02-15
-47
/
+28
*
[Bleeding] Update Tell and Help aliases to use alias system.
t00thpick1
2014-02-10
-11
/
+5
*
Remove extra events from alias execution.
Travis Watkins
2014-02-10
-18
/
+0
*
Clean up alias handling.
Travis Watkins
2014-02-09
-5
/
+10
*
[Bleeding] Support any number of arguments in aliases
t00thpick1
2014-02-09
-4
/
+19
*
[Bleeding] Implement escape sequence for aliases.
t00thpick1
2014-02-09
-1
/
+13
*
[Bleeding] Fix getCommand for conflicting plugin commands.
t00thpick1
2014-02-09
-4
/
+4
*
[Bleeding] Also blacklist ":" in plugin command aliases.
t00thpick1
2014-02-08
-3
/
+13
*
[Bleeding] Fix formatting of optional arguments.
t00thpick1
2014-02-08
-11
/
+8
*
Pulling all pending Bukkit-JavaDoc changes
Wesley Wolfe
2014-02-08
-35
/
+41
*
[Bleeding] Improve alias system.
t00thpick1
2014-02-08
-8
/
+128
*
[Bleeding] Simplify command handling.
t00thpick1
2014-02-08
-114
/
+67
*
[Bleeding] Blacklist ":" in command names.
t00thpick1
2014-02-08
-0
/
+5
*
[Bleeding] Blacklist certain plugin names
t00thpick1
2014-02-08
-2
/
+8
*
Add banning API and resolve associated command issues. Adds BUKKIT-3535.
mbax
2014-02-07
-13
/
+216
*
Added SpawnReasons for nether portals and dispensers. Fixes BUKKIT-3148
Kodekpl
2014-02-01
-0
/
+8
*
[Bleeding] Add setCharged and getCharged to WitherSkull. Adds BUKKIT-3060
t00thpick1
2014-01-30
-1
/
+14
*
[Bleeding] Add ProjectileSource interface. Addresses BUKKIT-1038, BUKKIT-1156
t00thpick1
2014-01-30
-20
/
+86
*
Add setCritical and isCritical methods to Arrow.java. Adds BUKKIT-5113
MorphanOne
2014-01-30
-0
/
+19
*
Add methods to get and set knockback strength in Arrow. Adds BUKKIT-5103
Likaos
2014-01-30
-1
/
+18
*
[Bleeding] Fix logic for calculating slot in Creative mode. Fixes BUKKIT-4715
GJ
2014-01-25
-0
/
+4
*
Add ServerListPingEvent player list API. Adds BUKKIT-5121, BUKKIT-2465
Wesley Wolfe
2014-01-19
-2
/
+43
*
[Bleeding] Add /achievement command. Addresses BUKKIT-4932
t00thpick1
2014-01-16
-0
/
+194
*
[Bleeding] Fix Achievement and Statistic API. Fixes BUKKIT-5305
t00thpick1
2014-01-16
-66
/
+532
*
Modify give command to support 1.7 features. Fixes BUKKIT-5286
Wesley Wolfe
2014-01-14
-8
/
+61
*
[Bleeding] Add 1.7 setworldspawn and setidletimeout commands. Addresses BUKKI...
t00thpick1
2014-01-14
-1
/
+166
*
Fix some messages
Wesley Wolfe
2014-01-06
-3
/
+3
*
Use region matching instead of sub-strings. Addresses BUKKIT-5275
Wesley Wolfe
2014-01-04
-3
/
+3
*
Add unit tests for org.bukkit.util.StringUtil
Wesley Wolfe
2014-01-04
-0
/
+147
*
Add method to get plugin by its class. Adds BUKKIT-5240
Wesley Wolfe
2013-12-24
-0
/
+56
[prev]
[next]