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
/
main
/
java
Commit message (
Expand
)
Author
Age
Lines
...
*
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
/
+80
*
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 method to get plugin by its class. Adds BUKKIT-5240
Wesley Wolfe
2013-12-24
-0
/
+56
*
[BREAKING] Shift plugin initialization; Addresses BUKKIT-1788
Wesley Wolfe
2013-12-24
-248
/
+165
*
Handle commandBlockOutput GameRule for Command Minecarts.
EvilSeph
2013-12-20
-3
/
+15
*
Add new setResourcePack method. Fixes BUKKIT-5015
Nate Mortensen
2013-12-17
-0
/
+32
*
Specify MaterialData for Acacia and Dark Oak stairs. Fixes BUKKIT-5037
Peter Olson
2013-12-16
-2
/
+2
*
Add missed tree types for Minecraft 1.7. Adds BUKKIT-5042
BlackHole
2013-12-16
-0
/
+8
*
[Bleeding] Correct naming of sounds for Minecraft 1.7. Fixes BUKKIT-5065
GJ
2013-12-16
-2
/
+3
*
Pulling all pending Bukkit-JavaDoc changes
Wesley Wolfe
2013-12-15
-2617
/
+3925
*
Add Location.setDirection(Vector). Adds BUKKIT-4862
Wesley Wolfe
2013-12-11
-14
/
+81
*
Cleanup of c00ac08514c93edc88e556d40ac75a54eb40e271
feildmaster
2013-12-09
-38
/
+36
*
[Bleeding] Update MapPalette with new colors. Fixes BUKKIT-5094
t00thpick1
2013-12-08
-17
/
+41
*
Add detonate method for firework entities. Adds BUKKIT-4538
LordRalex
2013-12-06
-0
/
+6
*
Add new fishing enchants. Fixes BUKKIT-5035
GJ
2013-12-04
-1
/
+20
*
Pulling all pending Bukkit-JavaDoc changes
Wesley Wolfe
2013-11-30
-16
/
+85
[prev]
[next]