4f02864447Added events for endermen pickup/placement blocks and methods to get/set the block that an enderman is holding. Thanks Wizjany
Wizjany
2011-09-17 20:18:43 -04:00
65fde9ee8cFix toString in Location to be readable
Erik Broes
2011-09-18 11:48:00 +02:00
627e2af265addition of PlayerGameModeChangeEvent
sunkid
2011-09-16 19:49:56 -07:00
3d04c67ae4Switched to native weak hashmap instead of guavas for SimplePluginManager
Dinnerbone
2011-09-17 22:37:45 +01:00
56f9c092beFixed max stack sizes for some items, as per new vanilla spec.
EvilSeph
2011-09-17 16:55:22 -04:00
37c79edb3eNow with 60% less Dave errors!
Dinnerbone
2011-09-16 21:16:42 +01:00
8647e78379Added new entities to CreatureType ENUM.
EvilSeph
2011-09-16 06:07:41 -04:00
fb32a37ed4Made SayCommand display output in purple, as per vanilla spec.
EvilSeph
2011-09-15 22:11:20 -04:00
d1a86b6f2aAdded Player saturation, exhaustion and food level methods
Dinnerbone
2011-09-15 06:23:58 +01:00
86a3286a98Added methods for getting/setting how much exp is contained within an orb
Dinnerbone
2011-09-15 05:48:52 +01:00
0abbb7ad7aAdded Player.get/setExperience, totalExperience and level
Dinnerbone
2011-09-15 05:12:50 +01:00
f0b709432dFixed GameModeCommand not being limited to Ops by default.
EvilSeph
2011-09-14 23:22:05 -04:00
233409ed7cFixed GameModeCommand and GiveCommand error/response display.
EvilSeph
2011-09-14 22:18:28 -04:00
0c4ae4ddddFixed "unknown command" on vanilla commands with no args (even though it's intended behavior...)
Dinnerbone
2011-09-15 03:04:55 +01:00
405001e6a2Added new Materials (need to add individual api later)
Dinnerbone
2011-09-15 02:54:19 +01:00
ca74188e0cAdded new Entity interfaces
Dinnerbone
2011-09-15 02:34:06 +01:00
8bb761eff2Ok, so we need this. *shifty eyes*
Dinnerbone
2011-09-15 01:42:07 +01:00
742847c63fAdded GameMode methods to Server and HumanEntity
Dinnerbone
2011-09-09 01:15:37 +01:00
935ffcb125Fixed /say command not allowing more than one argument
Dinnerbone
2011-09-04 16:28:40 +01:00
11ac7cd366Don't lazy-load in PermissibleBase. This'll be a performance hit, but it's causing subscription issues.
Dinnerbone
2011-09-04 00:23:50 +01:00
6d3a779894... Actually push the OfflinePlayer interface!
Dinnerbone
2011-09-03 00:48:41 +01:00
e1f69e0867Added the ability to access offline players & more reverse lookup fixes in Permissible.
Dinnerbone
2011-09-03 00:41:22 +01:00
ce0d959728Some small fixes to permissions to register the correct Permissible in base and more accurate reverse lookups
Dinnerbone
2011-09-02 23:39:01 +01:00
e54b7ba74cAdded new Server.broadcast method to broadcast to specific groups of users, including non-players
Dinnerbone
2011-09-02 22:21:26 +01:00
dc3379f6daAdded new autosave methods to World
Dinnerbone
2011-09-02 20:46:44 +01:00
facfd2ff2aAdded method to shutdown the server
Dinnerbone
2011-09-02 20:18:10 +01:00
c1f858534bFixed java ver method
Dinnerbone
2011-09-02 19:35:58 +01:00
0d11aa7ccaCommands now have the ability to set a permission required before execution
Dinnerbone
2011-09-02 19:20:54 +01:00
f8e244e76bPrint version message at server definition
Dinnerbone
2011-09-02 16:55:23 +01:00
320d3ca835Added method to retrieve all registered permissions
Dinnerbone
2011-08-29 14:58:42 +01:00
12b24a8aaeMade Bukkit implement Server for simpler calls
Dinnerbone
2011-08-18 12:55:25 +01:00
6f5747d8b8Revert "Interface for changing the view distance."
EvilSeph
2011-08-15 14:26:42 -04:00
1c4aba8d1fInterface for changing the view distance.
Andrew Ardill
2011-08-12 00:19:52 +10:00
b04d766ab0Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested!
EvilSeph
2011-08-12 21:59:10 -04:00
652bf7ad33Made ConfigurationNode.getAll() more maintainable. Thanks devinsba!
EvilSeph
2011-07-14 14:41:55 -04:00
6bcad55b31Added additional BlockFace enum members and fixed Sign class.
sunkid
2011-07-13 14:14:04 -07:00
ffa4980146Fix missing/incorrect stack sizes and max damages. Thanks celticminstrel and sunkid!
EvilSeph
2011-07-12 02:24:14 -04:00
4c36e7903eAdded helper methods World.getHighestBlockAt, Block.isEmpty, Block.isLiquid. Added methods to safely retrieve biome/temperature/humidity data for a block without generating the block.
Dinnerbone
2011-07-13 06:52:19 +01:00
654042d056Added unbiased octave generators + normalized argument to generating noise through octaves
Dinnerbone
2011-07-13 06:06:41 +01:00
3f388a2ad9Fixed PlayerPickupItem event returning wrong amount picked up and added function to get the amount remaining on the ground.
EvilSeph
2011-07-02 14:04:57 -04:00
f71d7d0e9bThe 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
Dinnerbone
2011-06-22 19:07:07 +01:00
faf2216d5cAdded new getDefaultWorldGenerator method to Plugin
Dinnerbone
2011-06-22 18:26:32 +01:00
5978812c50Added new plugin.yml option 'load', possible values are 'startup' and 'postworld' (default postworld)
Dinnerbone
2011-06-22 17:45:53 +01:00