Erik Broes
|
700c8a20dd
|
Add PLAYER_INTERACT, remove BLOCK_RIGHT_CLICK, BLOCK_INTERACT and PLAYER_ITEM
|
2011-03-23 16:58:43 +01:00 |
|
Erik Broes
|
f0544a90fc
|
Added PlayerBucket events
|
2011-03-23 16:58:43 +01:00 |
|
Erik Broes
|
8cf7b9e371
|
Renamed many events/constants to be not past tense <-- Major Break says: "HI"
|
2011-03-23 16:58:26 +01:00 |
|
sunkid
|
7e8118c81d
|
added MaterialData classes and associated Enums for COAL, CROPS, LOG, LEAVES, STEP, and DOUBLE_STEP
|
2011-03-21 17:25:34 +01:00 |
|
Gunther De Wachter
|
f89e47ba9c
|
Added DamageType.VOID
|
2011-03-17 20:04:02 +01:00 |
|
Dinnerbone
|
eb534613ac
|
onLoad optional...
|
2011-03-15 11:45:11 +00:00 |
|
Dinnerbone
|
6f9b8479c6
|
Plugins can no longer register events while disabled
|
2011-03-14 15:11:43 +00:00 |
|
Dinnerbone
|
7867b27965
|
All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)
|
2011-03-14 15:05:46 +00:00 |
|
Raphfrk
|
ebf1904fff
|
Adds an onLoad method to Plugin. The onLoad method is called for all plugins before the onEnable calls
|
2011-03-14 14:46:11 +00:00 |
|
stevenh
|
2a87759443
|
Added server methods required to support RemoteBukkit:
* getPort()
* getIP()
* getServerName()
* dispatchCommand(...)
|
2011-03-12 17:57:22 +00:00 |
|
stevenh
|
c47efb4986
|
Corrected description of CommandSender.getServer()
|
2011-03-12 17:55:55 +00:00 |
|
stevenh
|
e4a1008f8a
|
Removed unneeded string constant concat
Note: editor removed spaces on otherwise empty lines
|
2011-03-12 17:51:57 +00:00 |
|
Erik Broes
|
6da67f1ea6
|
Compensate for sendMessage losing its 'unintended splitting on existing newlines'-feature
|
2011-03-12 17:01:56 +01:00 |
|
sk89q
|
653df54406
|
Added Player.sendRawMessage().
|
2011-03-12 01:06:02 -08:00 |
|
stevenh
|
a0530f5112
|
Merge branch 'master' of github.com:Bukkit/Bukkit
|
2011-03-11 20:12:53 +00:00 |
|
stevenh
|
c08b5f3558
|
Fixed blank yaml config files throwing a null pointer exception
|
2011-03-11 20:07:49 +00:00 |
|
Tahg
|
941f25f4c9
|
added methods for getting redstone power
|
2011-03-10 13:23:54 -05:00 |
|
Tahg
|
9779cb35dd
|
Chunk hooks
|
2011-03-10 13:09:35 -05:00 |
|
Andrew Ardill
|
e8d72030c8
|
Added LivingEntity.getEyeLocation() for getting the eyes location.
|
2011-03-09 19:12:10 +00:00 |
|
Dinnerbone
|
d733a32f7c
|
Reverted classloader changes by 1f0d89be27, now actually works! Again!
|
2011-03-08 18:22:52 +00:00 |
|
Dinnerbone
|
0b35cd8127
|
Don't throw commands if the plugin is disabled
|
2011-03-07 16:41:50 +00:00 |
|
Dinnerbone
|
1de6f5bef8
|
Purged deprecated MobType and MobSpawner
|
2011-03-07 16:29:03 +00:00 |
|
Forsaken
|
90460b879f
|
Added damage(int) and damage(int, Entity) for LivingEntity
|
2011-03-07 16:01:57 +00:00 |
|
Dinnerbone
|
4879aee1b5
|
Adds basic plugin dependencies, courtesy of Raphfrk
|
2011-03-07 14:04:00 +00:00 |
|
holic
|
34f8893a4b
|
Fixed Material constructor
|
2011-03-07 13:22:09 +00:00 |
|
Raphfrk
|
0967fd031c
|
Regenerate and refresh chunk methods
|
2011-03-07 12:34:35 +00:00 |
|
Dinnerbone
|
ac7c369966
|
Deprecated momentum on player (remove tomorrow), added velocity
|
2011-03-05 18:48:32 +00:00 |
|
VictorD
|
aa0614d785
|
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
|
97d2adb536
|
Added entity.get/setMomentum
|
2011-03-04 14:24:09 +00:00 |
|
Dinnerbone
|
6f07fa7291
|
You shouldn't be here, little method. We already have a getData.
|
2011-03-04 14:10:55 +00:00 |
|
Erik Broes
|
4b1688f4da
|
Small change for CraftBukkit BlockFlowing fix
|
2011-03-02 21:23:37 +01:00 |
|
Morgan Humes
|
cb66f868b4
|
Add World.save() and Server.savePlayers();
|
2011-03-02 16:47:43 +01:00 |
|
Erik Broes
|
c383d1f385
|
Java 1.5 compat.
|
2011-03-02 15:23:15 +01:00 |
|
SpeaKeasY
|
42d4daddde
|
Added method to set spawn location
|
2011-03-01 10:43:22 +01:00 |
|
Tanel Suurhans
|
f03df70557
|
Added World.getPlayers
|
2011-02-28 16:37:21 +00:00 |
|
Dinnerbone
|
0f95f3063a
|
command.set/getDescription replaces a now deprecated set/getTooltip + javadocs
|
2011-02-28 11:42:09 +00:00 |
|
Dinnerbone
|
2ca3d148cc
|
PluginCommand getExecutor + javadocs
|
2011-02-28 10:35:58 +00:00 |
|
Dinnerbone
|
2b1dc975f1
|
Added JavaPlugin.getCommand
|
2011-02-28 01:35:03 +00:00 |
|
Dinnerbone
|
f2d19008c9
|
Added Server.getPluginCommand
|
2011-02-28 00:57:32 +00:00 |
|
Dinnerbone
|
a27b2703dd
|
Case-insensitive commands
|
2011-02-28 00:52:43 +00:00 |
|
Dinnerbone
|
2d7d0d9bdd
|
Readded default onCommand on plugins
|
2011-02-28 00:45:44 +00:00 |
|
Dinnerbone
|
95d92e406e
|
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
|
27b680375f
|
Added PlayerChatEvent.getRecipients
|
2011-02-26 19:31:13 +00:00 |
|
Dinnerbone
|
72e6769d68
|
Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it)
|
2011-02-26 19:09:57 +00:00 |
|
Raphfrk
|
b53769f088
|
small change
|
2011-02-27 01:22:24 +08:00 |
|
Dinnerbone
|
1dac795bf1
|
No longer supporting the TSLPC (inb4pitchforks)
|
2011-02-25 22:01:21 +00:00 |
|
Dinnerbone
|
a647006042
|
onPluginEnabled after plugin is enabled + same for onPluginDisabled
|
2011-02-25 12:54:08 +00:00 |
|
Dinnerbone
|
bb4c973ada
|
Added easy locToBlock in Location
|
2011-02-25 09:51:52 +00:00 |
|
sk89q
|
a69e19a9f7
|
Added Item.(get|set)ItemStack().
|
2011-02-23 10:03:33 -08:00 |
|
Dinnerbone
|
fb30fd5fad
|
Changed ConsoleCommandSender to use stripColor instead of hardcoded
|
2011-02-23 11:44:12 +00:00 |
|