Commit Graph

826 Commits

Author SHA1 Message Date
Raphfrk
1eb7c18d52 Regenerate and refresh chunk methods 2011-03-07 12:34:35 +00:00
Dinnerbone
8c23447f6f Deprecated momentum on player (remove tomorrow), added velocity 2011-03-05 18:48:32 +00:00
VictorD
cd490d826b Added a few null pointer checks and performed minor touchups (tried improving a few equals, clone and hashCode methods). 2011-03-05 12:27:51 +01:00
Dinnerbone
86344ad44e Added entity.get/setMomentum 2011-03-04 14:24:09 +00:00
Dinnerbone
773cb27db1 You shouldn't be here, little method. We already have a getData. 2011-03-04 14:10:55 +00:00
Erik Broes
f16f65f424 Small change for CraftBukkit BlockFlowing fix 2011-03-02 21:23:37 +01:00
Morgan Humes
8cc401cf8e Add World.save() and Server.savePlayers(); 2011-03-02 16:47:43 +01:00
Erik Broes
010cfd1781 Java 1.5 compat. 2011-03-02 15:23:15 +01:00
SpeaKeasY
187ec75d65 Added method to set spawn location 2011-03-01 10:43:22 +01:00
Tanel Suurhans
b1ad39abc5 Added World.getPlayers 2011-02-28 16:37:21 +00:00
Dinnerbone
084ff83fae command.set/getDescription replaces a now deprecated set/getTooltip + javadocs 2011-02-28 11:42:09 +00:00
Dinnerbone
82c1a41aa6 PluginCommand getExecutor + javadocs 2011-02-28 10:35:58 +00:00
Dinnerbone
e8519fc347 Added JavaPlugin.getCommand 2011-02-28 01:35:03 +00:00
Dinnerbone
94732c7195 Added Server.getPluginCommand 2011-02-28 00:57:32 +00:00
Dinnerbone
11b94ea17f Case-insensitive commands 2011-02-28 00:52:43 +00:00
Dinnerbone
adcb291d05 Readded default onCommand on plugins 2011-02-28 00:45:44 +00:00
Dinnerbone
4fa84d995c Tweaks to command system to allow setting executors via plugins (no more ambiguous onCommand in plugins) 2011-02-28 00:30:59 +00:00
Dinnerbone
caa5cc9325 Added PlayerChatEvent.getRecipients 2011-02-26 19:31:13 +00:00
Dinnerbone
dc313db919 Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it) 2011-02-26 19:09:57 +00:00
Raphfrk
b98b082ea3 small change 2011-02-27 01:22:24 +08:00
Dinnerbone
72e3c06651 No longer supporting the TSLPC (inb4pitchforks) 2011-02-25 22:01:21 +00:00
Dinnerbone
c6b31f29ec onPluginEnabled after plugin is enabled + same for onPluginDisabled 2011-02-25 12:54:08 +00:00
Dinnerbone
ba3c41a757 Added easy locToBlock in Location 2011-02-25 09:51:52 +00:00
sk89q
21c2166f6c Added Item.(get|set)ItemStack(). 2011-02-23 10:03:33 -08:00
Dinnerbone
9732b43b5a Changed ConsoleCommandSender to use stripColor instead of hardcoded 2011-02-23 11:44:12 +00:00
Dinnerbone
f5b1063a93 Added ChatColor.stripColor 2011-02-23 11:43:40 +00:00
Dinnerbone
dbdf8afede ConsoleCommandSender no longer has a default constructor, use ConsoleCommandSender(server). Added entity.getServer 2011-02-23 11:33:03 +00:00
Dinnerbone
e5dcfd2f73 ... And fixed diodes 2011-02-23 03:18:08 +00:00
Dinnerbone
c5eb65b458 Fixed bed items crashing 2011-02-23 03:12:44 +00:00
Dinnerbone
987a5c43bc Added new materials 2011-02-23 02:45:19 +00:00
Tahg
d82679b8c7 refactor Items 2011-02-21 19:57:06 -05:00
Andrew Ardill
3626a877ce add isQueued() to allow plugins to know a task is still in the queue.
Currently, there is no way to know if a task is still being handled by
the scheduler. This method, along with isCurrentlyRunning() allows a
plugin author to determine if a task is waiting to be executed, being
executed, or neither.
2011-02-21 12:33:40 +11:00
Tahg
112a04a08c added yield to explosions 2011-02-19 23:36:59 -05:00
Dinnerbone
18e2a4de26 Updating plugin nags to use logger 2011-02-20 02:29:12 +00:00
Dinnerbone
f115161578 Added Server.getLogger, changed a few anonymous loggers to use it 2011-02-20 02:27:31 +00:00
sk89q
03f4e0ec22 Lowered the priority of the old command handler event because a number of plugins were using this event incorrectly. A new event, the command preprocesser event, has replaced the previous function of the original command event. 2011-02-19 17:47:49 -08:00
sk89q
0558646377 Added Entity.remove() which marks an entity for removal. 2011-02-19 17:47:48 -08:00
sk89q
fbfa048463 Added slime as a possible creature type. 2011-02-19 17:47:47 -08:00
Dinnerbone
0a722adaa2 And this is so that we don't have to support misbehaving plugins. 2011-02-20 00:47:21 +00:00
Dinnerbone
9739370fe2 ... Supporting the plugins which really shouldn't be doing what they're doing. Don't put crap in the constructor! 2011-02-20 00:43:06 +00:00
Dinnerbone
3197313378 Removed TSLPC (That Stupidly Long Plugin Constructor) 2011-02-20 00:13:25 +00:00
Dinnerbone
9640bc8ec3 Replaced Vector.hashCode with a more reliable method 2011-02-19 23:11:56 +00:00
Dinnerbone
c30e505151 (Relatively) minor javadoc cleanup 2011-02-19 22:49:55 +00:00
Dinnerbone
115d1cb30e Fixed event priorities 2011-02-19 20:43:35 +00:00
Dinnerbone
adcf330eb2 Shifting damage events per http://forums.bukkit.org/threads/oops-i-broke-your-plugins.599/#post-67424 (This breaks stuff!) 2011-02-19 17:08:14 +00:00
EvilSeph
f3959ebf6b When deprecating, the alternative should be provided. 2011-02-19 06:00:55 -05:00
EvilSeph
25271d9126 We need to set cmdSuccess accordingly. 2011-02-18 21:30:19 -05:00
Raphfrk
c6d4b1c3c6 Added target block ray trace functionality. 2011-02-18 20:47:59 -05:00
Protected
993fcb2895 Added setFireTicks(), getFireTicks() and getMaxFireTicks(). 2011-02-18 17:34:58 -05:00
EvilSeph
45e377b3d8 Added pull request conventions that should be followed if you want your pull requests accepted. 2011-02-18 17:16:49 -05:00