47d652c7b7
Fix version string - RB 4 has already happened
Andrew Ardill
2011-11-01 14:22:12 +11:00
e345626f9e
Added getBukkitVersion to Server
Nathan Adams
2011-10-31 04:01:56 +00:00
3e4de88020
Updated version for 1.8.1-R4
Nathan Adams
2011-10-31 01:49:57 +00:00
78616678ea
Fixed using the wrong type of Map for storing perm attachment values
Nathan Adams
2011-10-27 22:03:21 +01:00
d41d207265
Added helper methods such as getStringList to ConfigurationSection
Nathan Adams
2011-10-26 09:47:51 +01:00
c68f943444
Fixed the /me command missing a space
Nathan Adams
2011-10-26 07:08:41 +01:00
96b0a48cd7
Fixed stripColor taking more than it should, thanks to fieldmaster for catching it
Nathan Adams
2011-10-26 07:01:50 +01:00
8c07d9148d
Fixed issues with loading YamlConfigurations with typed keys
Nathan Adams
2011-10-26 06:56:36 +01:00
a7508b7837
Revert "Added the ability to register commands dynamically."
Erik Broes
2011-10-13 18:27:34 +02:00
ce8a4b92b6
Added a case previously not covered by VehicleDestroyEvent for boats, updated VehicleDestroyEvent Javadocs.
sk89q
2011-10-13 01:16:18 -07:00
737d6347b1
Added the ability to register commands dynamically.
sk89q
2011-10-13 01:05:20 -07:00
98633dfddf
Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the header from default config, if there is one.
Nathan Adams
2011-10-12 13:24:57 +01:00
ab46572125
Loading a FileConfiguration (Yaml/) should remember the previously saved header
Nathan Adams
2011-10-12 05:03:47 +01:00
190bd31ef3
YamlConfiguration now correctly writes extra blank lines at the end if requested
Nathan Adams
2011-10-12 04:39:22 +01:00
47a035440c
Added server list ping event.
sk89q
2011-09-26 15:32:01 -07:00
f46f6d5e34
Added Player.get/setListName to change the name of the player on the player list.
sk89q
2011-09-26 15:10:33 -07:00
2b836f1b7b
Boat get/set (double) occupied acceleration, (double) unoccupied deceleration, (boolean) work on land. Good values to maximize boat utility: 0.6 (fast accel.), 0.99 (no loss of boat), true/false, respectively.
sk89q
2011-09-25 11:20:47 -07:00
fcac5c694d
Added Server.getOperators to return all server operators
Dinnerbone
2011-09-25 03:27:44 +01:00
ebca437ec7
Fixed Material.getData returning for "dull" materials with no fancy dataclass
Dinnerbone
2011-09-25 03:05:07 +01:00
e6c273e8b0
Many javadoc fixes thanks to Celtic Minstrel
Dinnerbone
2011-09-25 02:56:40 +01:00
9a5665137d
added support for SmoothBrick and changed steps to a TexturedMaterial
sunkid
2011-09-15 16:33:53 -07:00
204708ed7e
Adds a method that returns the File representation of the update folder. The previous method just returns the filename and doesn't provide the path
raphfrk
2011-08-14 05:34:15 +01:00
b2e7c24e35
Added PlayerToggleSprint event and sprinting related API.
Rigby
2011-09-21 11:46:33 +01:00
d04e0ebd81
Fixed an extremely dangerous typo caused by @dkdunnings!
Dinnerbone
2011-09-21 17:37:24 +01:00
83d51ee3fb
Implements the ability to customise and disable Player death messages.
Rigby
2011-09-21 16:33:29 +01:00
d1f1b285ae
Added methods to control dropped EXP from EntityDeathEvent, and made a subevent for setting players respawned-exp
Dinnerbone
2011-09-21 15:40:00 +01:00
ef124be4d4
Added getBedSpawnLocation to Player. Thanks fernferret!
EvilSeph
2011-09-20 23:32:21 -04:00
b663aa5900
Changed documentation for RegainReason.REGEN ENUM to reflect latest code.
EvilSeph
2011-09-20 21:13:26 -04:00
aebf55d1f8
hasPermission should return correctly for undefined permissions
Dinnerbone
2011-09-21 00:54:40 +01:00
870b8e2c9e
All permissions now default to OP unless stated otherwise.
Dinnerbone
2011-09-21 00:29:01 +01:00
ee31c5df12
Made OfflinePlayer > AnimalTamer. Thanks to robinjam
Dinnerbone
2011-09-20 19:04:45 +01:00
bed0cc340b
Added 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
186db4d956
Fix toString in Location to be readable
Erik Broes
2011-09-18 11:48:00 +02:00
c8b70c5a8f
addition of PlayerGameModeChangeEvent
sunkid
2011-09-16 19:49:56 -07:00
103ceb2281
Switched to native weak hashmap instead of guavas for SimplePluginManager
Dinnerbone
2011-09-17 22:37:45 +01:00