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
...
*
command.set/getDescription replaces a now deprecated set/getTooltip + javadocs
Dinnerbone
2011-02-28
-8
/
+74
*
PluginCommand getExecutor + javadocs
Dinnerbone
2011-02-28
-0
/
+25
*
Added JavaPlugin.getCommand
Dinnerbone
2011-02-28
-0
/
+34
*
Added Server.getPluginCommand
Dinnerbone
2011-02-28
-0
/
+9
*
Case-insensitive commands
Dinnerbone
2011-02-28
-5
/
+7
*
Readded default onCommand on plugins
Dinnerbone
2011-02-28
-0
/
+6
*
Tweaks to command system to allow setting executors via plugins (no more ambi...
Dinnerbone
2011-02-28
-39
/
+48
*
Added PlayerChatEvent.getRecipients
Dinnerbone
2011-02-26
-0
/
+15
*
Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it)
Dinnerbone
2011-02-26
-105
/
+63
*
small change
Raphfrk
2011-02-27
-1
/
+3
*
No longer supporting the TSLPC (inb4pitchforks)
Dinnerbone
2011-02-25
-31
/
+3
*
onPluginEnabled after plugin is enabled + same for onPluginDisabled
Dinnerbone
2011-02-25
-4
/
+3
*
Added easy locToBlock in Location
Dinnerbone
2011-02-25
-3
/
+13
*
Added Item.(get|set)ItemStack().
sk89q
2011-02-23
-3
/
+15
*
Changed ConsoleCommandSender to use stripColor instead of hardcoded
Dinnerbone
2011-02-23
-1
/
+2
*
Added ChatColor.stripColor
Dinnerbone
2011-02-23
-0
/
+10
*
ConsoleCommandSender no longer has a default constructor, use ConsoleCommandS...
Dinnerbone
2011-02-23
-0
/
+29
*
... And fixed diodes
Dinnerbone
2011-02-23
-1
/
+1
*
Fixed bed items crashing
Dinnerbone
2011-02-23
-1
/
+1
*
Added new materials
Dinnerbone
2011-02-23
-0
/
+5
*
refactor Items
Tahg
2011-02-21
-33
/
+12
*
add isQueued() to allow plugins to know a task is still in the queue.
Andrew Ardill
2011-02-21
-3
/
+14
*
added yield to explosions
Tahg
2011-02-19
-0
/
+15
*
Updating plugin nags to use logger
Dinnerbone
2011-02-20
-3
/
+3
*
Added Server.getLogger, changed a few anonymous loggers to use it
Dinnerbone
2011-02-20
-10
/
+16
*
Lowered the priority of the old command handler event because a number of plu...
sk89q
2011-02-19
-3
/
+22
*
Added Entity.remove() which marks an entity for removal.
sk89q
2011-02-19
-0
/
+5
*
Added slime as a possible creature type.
sk89q
2011-02-19
-2
/
+4
*
And this is so that we don't have to support misbehaving plugins.
Dinnerbone
2011-02-20
-0
/
+3
*
... Supporting the plugins which really shouldn't be doing what they're doing...
Dinnerbone
2011-02-20
-13
/
+13
*
Removed TSLPC (That Stupidly Long Plugin Constructor)
Dinnerbone
2011-02-20
-24
/
+66
*
Replaced Vector.hashCode with a more reliable method
Dinnerbone
2011-02-19
-5
/
+6
*
(Relatively) minor javadoc cleanup
Dinnerbone
2011-02-19
-111
/
+275
*
Fixed event priorities
Dinnerbone
2011-02-19
-19
/
+22
*
Shifting damage events per http://forums.bukkit.org/threads/oops-i-broke-your...
Dinnerbone
2011-02-19
-49
/
+3
*
When deprecating, the alternative should be provided.
EvilSeph
2011-02-19
-2
/
+2
*
We need to set cmdSuccess accordingly.
EvilSeph
2011-02-18
-1
/
+1
*
Added target block ray trace functionality.
Raphfrk
2011-02-18
-2
/
+455
*
Added setFireTicks(), getFireTicks() and getMaxFireTicks().
Protected
2011-02-18
-0
/
+21
*
Added a whole buncha overloads for Location in World
Dinnerbone
2011-02-18
-1
/
+34
*
Location.getBlock() helper method
Dinnerbone
2011-02-18
-0
/
+10
*
Exception handling in commands
Dinnerbone
2011-02-18
-8
/
+47
*
Added spawnCreature(Location, CreatureType)
Andrew Ardill
2011-02-17
-0
/
+12
*
Renamed MobType->CreatureType and MobSpawner->CreatureSpawner.
Andrew Ardill
2011-02-17
-5
/
+125
*
Fixed alias parsing for commands. object.toString().split(",") is NOT how you...
sk89q
2011-02-16
-4
/
+8
*
Deprecated PlayerListener.onPlayerCommand(PlayerChatEvent event).
sk89q
2011-02-16
-1
/
+4
*
Added Player.chat().
sk89q
2011-02-16
-0
/
+7
*
Added CREATURE_SPAWN event
ss2man44
2011-02-16
-0
/
+74
*
add function isCurrentlyRunning(int taskId);
Andrew Ardill
2011-02-17
-0
/
+14
*
Allows calling of functions in the main thread
Raphfrk
2011-02-13
-0
/
+15
[prev]
[next]