Bukkit/Spigot
7314f0ade2
RedstoneTorch MaterialData + Redstone interface
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-15 20:30:27 +00:00
Bukkit/Spigot
da00145da7
Added Torches
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-15 20:30:13 +00:00
Bukkit/Spigot
4d443d2fc5
Added Attachable MaterialData
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-15 20:21:56 +00:00
Bukkit/Spigot
3a76f4d8dd
Events should be present tense, not paste tense.
...
By: Erik Broes <erikbroes@grum.nl>
2011-01-15 21:23:53 +01:00
Bukkit/Spigot
965b8731e1
Changed BlockFace to match enum standards
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-15 20:16:51 +00:00
Bukkit/Spigot
7669ccd206
Added int getBlockTypeIdAt(int x, int y, int z) to World
...
By: Erik Broes <erikbroes@grum.nl>
2011-01-15 21:02:47 +01:00
Bukkit/Spigot
550e518848
Global ID -> Id rename
...
By: Erik Broes <erikbroes@grum.nl>
2011-01-15 20:53:43 +01:00
Bukkit/Spigot
4d7b10c59d
Added MaterialData from BlockState
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-15 00:08:49 +00:00
Bukkit/Spigot
5488422237
Fixed dye colours
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-15 00:08:34 +00:00
Bukkit/Spigot
e60e60429c
Cleaned up Configuration Javadoc.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-15 02:10:08 -08:00
Bukkit/Spigot
df7a15f4f9
JavaPlugin now loads the configuration file on load. getConfiguration() now is much cheaper to call.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-15 01:45:36 -08:00
Bukkit/Spigot
ab5b99600c
Added list support to Configuration.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-15 01:44:20 -08:00
Bukkit/Spigot
2439031c40
Plugin data folders are now no longer created by default.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-15 00:34:01 -08:00
Bukkit/Spigot
11012b27dd
Improved the Javadoc for JavaPlugin.getConfiguration().
...
By: sk89q <the.sk89q@gmail.com>
2011-01-15 00:29:38 -08:00
Bukkit/Spigot
9ff3c115cc
Configuration files need to be .yml, not .yaml.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-15 00:26:32 -08:00
Bukkit/Spigot
c59341049f
Added Configuration.getBoolean().
...
By: sk89q <the.sk89q@gmail.com>
2011-01-14 23:38:40 -08:00
Bukkit/Spigot
33e5645054
Added configuration and plugin data directory support to plugins.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-14 23:33:45 -08:00
Bukkit/Spigot
0bf9731255
Added basic configuration classes.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-14 23:06:12 -08:00
Bukkit/Spigot
b995a38d3e
Added kick player.
...
By: speakeasy <mekevin1917@gmail.com>
2011-01-15 09:20:29 +08:00
Bukkit/Spigot
14ed38cc63
Infinite loops are like infinite loops which are like infinite loops which *bang*
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-14 14:43:14 +00:00
Bukkit/Spigot
800a8d089b
Added Wool + Dyes
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-14 00:20:00 +00:00
Bukkit/Spigot
211a846f97
Added MaterialData
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-14 00:00:54 +00:00
Bukkit/Spigot
2fab54ae7b
New materials, changed material names per style guidelines + correct names
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-13 23:33:10 +00:00
Bukkit/Spigot
0a677497d4
Renamed Color -> ChatColor, and added DyeColor
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-13 20:27:28 +00:00
Bukkit/Spigot
1a6e8ac5eb
Added redstone event
...
By: Tahg <tahgtahv@gmail.com>
2011-01-12 12:40:21 -05:00
Bukkit/Spigot
0621fedd0b
Remove @overrides from EntityCombust
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-11 19:41:04 -05:00
Bukkit/Spigot
6260932a36
Merge branch 'master' of https://github.com/tkelly910/Bukkit into tkelly910-master
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-11 18:53:54 -05:00
CraftBukkit/Spigot
ff4b91655a
Small whitespace/warning sanitation
...
By: Erik Broes <erikbroes@grum.nl>
2011-01-11 23:11:10 +01:00
Bukkit/Spigot
1627c78fa1
Added PluginManager.getPlugins()
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-11 20:58:01 +00:00
Bukkit/Spigot
91007ea0be
New ClassLoader to allow for inter-plugin communication
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-11 20:36:38 +00:00
CraftBukkit/Spigot
870ee0b0ec
Updated against new mc-dev format, takes out quite some casting troubles at the cost of extra ()'s
...
By: Erik Broes <erikbroes@ripe.net>
2011-01-11 09:25:13 +01:00
Bukkit/Spigot
15c598c0f0
EggThrow - remove extra stuff
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-11 03:02:30 -05:00
Bukkit/Spigot
77e9ecedb9
PlayerEggThrowEvent
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-11 02:58:51 -05:00
Bukkit/Spigot
0e16bbed64
Merge branch 'master' of https://github.com/Bukkit/Bukkit
...
Conflicts:
src/main/java/org/bukkit/Player.java
By: Tahg <tahgtahv@gmail.com>
2011-01-10 17:27:51 -05:00
Bukkit/Spigot
f3d9273819
added getAddress interface for Player
...
By: Tahg <tahgtahv@gmail.com>
2011-01-10 17:24:35 -05:00
CraftBukkit/Spigot
5b605fdc4f
Fixed CraftWorld.spawnArrow() not setting X, Y, Z positions correctly.
...
By: sk89q <the.sk89q@gmail.com>
2011-01-10 14:13:44 -08:00
CraftBukkit/Spigot
6b25a95a88
Remember, minimal diffs and *NO TABS*
...
By: Erik Broes <erikbroes@grum.nl>
2011-01-10 09:30:34 +01:00
CraftBukkit/Spigot
38e7b5cb6a
Revert "Bukkit Timers, now with 100% less github-services branch."
...
This reverts commit 7c37a03a092be7e9c3fb242b4cbe4f6644899af6.
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-10 03:09:41 +00:00
CraftBukkit/Spigot
8ae8293fa8
Fixed CIP
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-10 11:03:53 +08:00
CraftBukkit/Spigot
3b1844601a
Bukkit Timers, now with 100% less github-services branch.
...
By: thylordroot <organicnightmare@gmail.com>
2011-01-10 10:10:37 +08:00
CraftBukkit/Spigot
cc7e6db997
-
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-10 09:57:47 +08:00
CraftBukkit/Spigot
76cc515db3
PlayerInventory.getSize should not count armor slots.
...
By: Erik Broes <erikbroes@grum.nl>
2011-01-10 00:41:22 +01:00
CraftBukkit/Spigot
87747a1304
Fixed some bugs with inventory
...
By: Erik Broes <erikbroes@grum.nl>
2011-01-09 23:41:05 +01:00
Bukkit/Spigot
a0d64be250
BlockDamagedEvent
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-10 06:34:59 +08:00
Bukkit/Spigot
02b2e4114c
EntityCombustEvent
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-10 06:51:10 +08:00
CraftBukkit/Spigot
31ed08bab5
Merge branch 'master' of https://github.com/Bukkit/CraftBukkit
...
By: Tahg <tahgtahv@gmail.com>
2011-01-09 15:01:25 -05:00
CraftBukkit/Spigot
c8094f4225
Added function to get player ip
...
By: Tahg <tahgtahv@gmail.com>
2011-01-09 15:01:09 -05:00
CraftBukkit/Spigot
76e05aa578
Added getContents() to IInventory and implemented it.
...
Implemented Inventory and PlayerInventory and updated StorageMinecart and Slot.
Added getMaxStackSize to CraftItemStack.
By: Erik Broes <erikbroes@grum.nl>
2011-01-09 18:27:46 +01:00
Bukkit/Spigot
5c0413fb45
Added BlockIgniteEvent.
...
By: speakeasy <mekevin1917@gmail.com>
2011-01-09 18:10:44 +08:00
Bukkit/Spigot
a27364193d
Cleaned up Fillr
...
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-10 06:05:43 +08:00