3524fde5ff
Added GameMode methods to Server and HumanEntity
Dinnerbone
2011-09-09 01:15:37 +01:00
da29e0aa4d
Fixed /say command not allowing more than one argument
Dinnerbone
2011-09-04 16:28:40 +01:00
40237df89c
Don'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
6145ba5a7b
Made JavaPluginLoader non-final
Dinnerbone
2011-09-03 20:46:04 +01:00
0484a8bd84
Added the ability to access offline players & more reverse lookup fixes in Permissible.
Dinnerbone
2011-09-03 00:41:22 +01:00
20dd09d983
Some 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
1ff5dfeda3
Added new Server.broadcast method to broadcast to specific groups of users, including non-players
Dinnerbone
2011-09-02 22:21:26 +01:00
5132d893e4
Added new autosave methods to World
Dinnerbone
2011-09-02 20:46:44 +01:00
87e4d58e7d
Added method to shutdown the server
Dinnerbone
2011-09-02 20:18:10 +01:00
f319f09fb2
Fixed java ver method
Dinnerbone
2011-09-02 19:35:58 +01:00
8831a00b4e
Commands now have the ability to set a permission required before execution
Dinnerbone
2011-09-02 19:20:54 +01:00
19e92d2c5e
Print version message at server definition
Dinnerbone
2011-09-02 16:55:23 +01:00
15be40194d
Added method to retrieve all registered permissions
Dinnerbone
2011-08-29 14:58:42 +01:00
d8c984f488
Made Bukkit implement Server for simpler calls
Dinnerbone
2011-08-18 12:55:25 +01:00
79ac053ef6
Revert "Interface for changing the view distance."
EvilSeph
2011-08-15 14:26:42 -04:00
362f1163d0
Interface for changing the view distance.
Andrew Ardill
2011-08-12 00:19:52 +10:00
7f12385332
Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested!
EvilSeph
2011-08-12 21:59:10 -04:00
b268859bf3
Made ConfigurationNode.getAll() more maintainable. Thanks devinsba!
EvilSeph
2011-07-14 14:41:55 -04:00
81a31577f1
Added additional BlockFace enum members and fixed Sign class.
sunkid
2011-07-13 14:14:04 -07:00
5a71e9e187
Fix missing/incorrect stack sizes and max damages. Thanks celticminstrel and sunkid!
EvilSeph
2011-07-12 02:24:14 -04:00
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.
Dinnerbone
2011-07-13 06:52:19 +01:00
7d1ed62041
Added unbiased octave generators + normalized argument to generating noise through octaves
Dinnerbone
2011-07-13 06:06:41 +01:00
b2e236878c
Fixed 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
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
Dinnerbone
2011-06-22 19:07:07 +01:00
5738f2e6fe
Added new getDefaultWorldGenerator method to Plugin
Dinnerbone
2011-06-22 18:26:32 +01:00
90ca47e641
Added new plugin.yml option 'load', possible values are 'startup' and 'postworld' (default postworld)
Dinnerbone
2011-06-22 17:45:53 +01:00