Dinnerbone
|
f35c694d80
|
Correctly report bad values for children perms in plugin.yml
|
2011-07-18 20:52:38 +01:00 |
|
Dinnerbone
|
4fcd4aacb8
|
Fixed fast floor in NoiseGenerator
|
2011-07-18 18:19:43 +01:00 |
|
Dinnerbone
|
914da8e887
|
Added new permission system
|
2011-07-17 17:17:47 +01:00 |
|
Erik Broes
|
46d8c4d92f
|
Remove superfluous javadocs
|
2011-07-17 17:20:22 +02:00 |
|
Erik Broes
|
75d550a23c
|
Refactor Bucket events
|
2011-07-17 17:02:37 +02:00 |
|
Erik Broes
|
902fb0451a
|
Remove some deprecated methods in World
|
2011-07-17 17:02:37 +02:00 |
|
Erik Broes
|
04d58f8c8a
|
Deprecated Block.getFace(Face) and Block.getFace(Face,int); use getRelative()
|
2011-07-17 17:02:37 +02:00 |
|
Erik Broes
|
e403b3e000
|
Added Block.getPistonMoveReaction, BlockPistonExtend and BlockPistonRetractEvent
|
2011-07-17 17:02:37 +02:00 |
|
EvilSeph
|
9789918954
|
More JavaDoc improvements.
|
2011-07-15 17:18:32 -04:00 |
|
Celtic Minstrel
|
7968683662
|
Added interface for setting and getting a pig zombie's anger level.
|
2011-07-14 14:52:29 -04:00 |
|
EvilSeph
|
8da742621b
|
Fixed setFacingDirection and removed redundant interface. Thanks DiddiZ!
|
2011-07-14 14:48:58 -04:00 |
|
EvilSeph
|
b268859bf3
|
Made ConfigurationNode.getAll() more maintainable. Thanks devinsba!
|
2011-07-14 14:48:57 -04:00 |
|
sunkid
|
81a31577f1
|
Added additional BlockFace enum members and fixed Sign class.
|
2011-07-14 11:36:27 -04:00 |
|
EvilSeph
|
5a71e9e187
|
Fix missing/incorrect stack sizes and max damages. Thanks celticminstrel and sunkid!
|
2011-07-14 11:21:00 -04:00 |
|
Dinnerbone
|
c7518e7033
|
Added helper methods World.getHighestBlockAt, Block.isEmpty, Block.isLiquid. Added methods to safely retrieve biome/temperature/humidity data for a block without generating the block.
|
2011-07-13 10:39:41 +01:00 |
|
Dinnerbone
|
7d1ed62041
|
Added unbiased octave generators + normalized argument to generating noise through octaves
|
2011-07-13 10:38:18 +01:00 |
|
Tahg
|
1dde11e274
|
uuid changes
|
2011-07-13 00:15:47 -04:00 |
|
Dinnerbone
|
dc504c01fd
|
Fixed static methods in PerlinNoiseGenerator
|
2011-07-08 14:39:20 +01:00 |
|
Rigby
|
8230758bc1
|
Implements World UID.
|
2011-07-07 13:56:29 -04:00 |
|
EvilSeph
|
d8d006200a
|
Added PlayerFish event.
|
2011-07-03 01:31:09 -04:00 |
|
EvilSeph
|
b2e236878c
|
Fixed PlayerPickupItem event returning wrong amount picked up and added function to get the amount remaining on the ground.
|
2011-07-02 21:16:39 -04:00 |
|
EvilSeph
|
38863ab65b
|
Improved FurnaceBurn event.
- Added the ability to set the burn time of the fuel.
- Added the ability to set if a fuel should burn or not.
|
2011-07-02 20:44:11 -04:00 |
|
EvilSeph
|
35574b8684
|
Added reasons for entities regaining health.
|
2011-06-30 14:43:00 -04:00 |
|
Dinnerbone
|
ff1176c371
|
Update to 1.7
|
2011-06-30 15:18:11 +01:00 |
|
Erik Broes
|
8512822bb7
|
Change PortalCreateEvent constructor ArrayList to Collection
|
2011-06-27 00:10:41 +02:00 |
|
Dinnerbone
|
58faa98de1
|
Added a Perlin and Simplex noise generator for utils
|
2011-06-26 17:41:25 +01:00 |
|
EvilSeph
|
a0c1f68109
|
More JavaDoc improvements.
|
2011-06-25 22:46:19 -04:00 |
|
Dinnerbone
|
b76de1ee24
|
Register commands on any enable
|
2011-06-26 02:46:16 +01:00 |
|
sunkid
|
a4184da1eb
|
Fixed Note class.
|
2011-06-23 19:14:39 -04:00 |
|
EvilSeph
|
fb3e9605d8
|
Fixed 'bad aliases' error output.
|
2011-06-23 16:16:14 -04:00 |
|
EvilSeph
|
c15affbfd4
|
Added missing 'implements Cancellable' to several classes.
|
2011-06-22 17:23:44 -04:00 |
|
EvilSeph
|
f709af58e5
|
JavaDoc cleanup.
|
2011-06-22 17:22:17 -04:00 |
|
Dinnerbone
|
7524109bf0
|
The server config can now specify aliases to multiple (or none) commands, for example "debug: [version, plugin]" to run both version and plugin, or "plugins: []" to disable the plugins command
|
2011-06-22 19:08:21 +01:00 |
|
Dinnerbone
|
5738f2e6fe
|
Added new getDefaultWorldGenerator method to Plugin
|
2011-06-22 18:26:32 +01:00 |
|
Dinnerbone
|
90ca47e641
|
Added new plugin.yml option 'load', possible values are 'startup' and 'postworld' (default postworld)
|
2011-06-22 17:45:53 +01:00 |
|
EvilSeph
|
68f0e2d663
|
Added SpawnReasons to CreatureSpawn events. Thanks winsock!
|
2011-06-21 16:25:01 -04:00 |
|
EvilSeph
|
101ef61137
|
Added Sky biome for the Skylands. Thanks robin0van0der0v!
|
2011-06-21 15:41:47 -04:00 |
|
EvilSeph
|
f92e142e4f
|
Added a method to retreive all fully qualified configuration values for a config. Thanks devinsba!
|
2011-06-21 15:39:29 -04:00 |
|
Rigby
|
2fd1c815ca
|
Implements isBedSpawn() to the PlayerRespawnEvent.
|
2011-06-20 23:55:19 -04:00 |
|
Rigby
|
31964b9e77
|
Implements customiseable PortalTravelAgent and updated PlayerPortalEvent.
|
2011-06-20 18:30:47 -04:00 |
|
EvilSeph
|
f4a2e801e9
|
Added Furnace smelt and burn events.
|
2011-06-20 01:29:29 -04:00 |
|
EvilSeph
|
410d791547
|
Added API to allow plugins to set the world's spawn flags.
|
2011-06-19 06:34:07 -04:00 |
|
EvilSeph
|
51ec8da5b8
|
Added getOnlineMode() for the Server. Thanks Rigby!
|
2011-06-19 06:34:06 -04:00 |
|
EvilSeph
|
bbff1815f3
|
Added Target Reasons for Wolf events. Thanks Deaygo!
|
2011-06-18 22:29:07 -04:00 |
|
sunkid
|
7cab3de477
|
Added the concept of a projectile.
|
2011-06-18 22:20:47 -04:00 |
|
sk89q
|
fb79a3106e
|
Added PlayerToggleSneakEvent.isSneaking().
|
2011-06-18 14:36:16 -07:00 |
|
EvilSeph
|
7f333192cf
|
Added BlockSpread, BlockForm and BlockFade events.
|
2011-06-17 23:04:45 -04:00 |
|
EvilSeph
|
99d9e5f66b
|
Added EntityRegainHealthEvent. Thanks TimWolla!
|
2011-06-17 16:54:23 -04:00 |
|
sunkid
|
d471de6bb1
|
Added the concept of an Explosive.
|
2011-06-17 16:54:23 -04:00 |
|
EvilSeph
|
944b128690
|
Added ChunkSnapShot improvements. Thanks mikeprimm!
Added support for biome data to chunk snapshot
Added method for returning empty chunk snapshot (for ungenerated chunks)
|
2011-06-17 09:21:56 -04:00 |
|