summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
...
* Adds a method that returns the File representation of the update folder. The ↵raphfrk2011-09-25-0/+11
| | | | previous method just returns the filename and doesn't provide the path
* Added world.getSeaLevel()Dinnerbone2011-09-25-0/+9
|
* Deprecated Server.createWorld() methods, use ↵Dinnerbone2011-09-25-0/+273
| | | | "WorldCreator.name(x).seed(1234).createWorld()" now
* Added getHeight to BlockChangeDelegateDinnerbone2011-09-24-0/+7
|
* Added server.getConsoleSender, blocked access to create a ConsoleCommandSenderDinnerbone2011-09-24-1/+15
|
* Added RegainReason.SATIATED.EvilSeph2011-09-22-0/+4
| | | | This reason is used when a player regains health from generating due to their hunger being satisfied.
* Added FoodLevelChange event.EvilSeph2011-09-21-0/+68
|
* Fixed typo in OpCommand.EvilSeph2011-09-21-1/+1
|
* Added DamageCause.STARVATION.EvilSeph2011-09-21-0/+6
|
* Added PlayerToggleSprint event and sprinting related API.Rigby2011-09-21-7/+76
|
* Fixed an extremely dangerous typo caused by @dkdunnings!Dinnerbone2011-09-21-1/+1
|
* Implements the ability to customise and disable Player death messages.Rigby2011-09-21-2/+23
|
* Added methods to control dropped EXP from EntityDeathEvent, and made a ↵Dinnerbone2011-09-21-1/+72
| | | | subevent for setting players respawned-exp
* Added getBedSpawnLocation to Player. Thanks fernferret!EvilSeph2011-09-20-3/+10
|
* Changed documentation for RegainReason.REGEN ENUM to reflect latest code.EvilSeph2011-09-20-1/+1
|
* hasPermission should return correctly for undefined permissionsDinnerbone2011-09-21-2/+1
|
* All permissions now default to OP unless stated otherwise.Dinnerbone2011-09-21-3/+1
|
* Permission registration in plugin.yml can now be easier, see ↵Dinnerbone2011-09-20-26/+153
| | | | https://gist.github.com/32dca3e937c1c42a4ed2 - also added "default-permission" option.
* Made OfflinePlayer > AnimalTamer. Thanks to robinjamDinnerbone2011-09-20-1/+2
|
* Added events for endermen pickup/placement blocks and methods to get/set the ↵Wizjany2011-09-20-2/+126
| | | | block that an enderman is holding. Thanks Wizjany
* Fix toString in Location to be readableErik Broes2011-09-18-1/+1
|
* addition of PlayerGameModeChangeEventsunkid2011-09-18-0/+53
|
* Switched to native weak hashmap instead of guavas for SimplePluginManagerDinnerbone2011-09-17-3/+3
|
* Fixed max stack sizes for some items, as per new vanilla spec.EvilSeph2011-09-17-8/+8
|
* Now with 60% less Dave errors!Dinnerbone2011-09-16-1/+1
|
* Added new entities to CreatureType ENUM.EvilSeph2011-09-16-1/+4
|
* Made SayCommand display output in purple, as per vanilla spec.EvilSeph2011-09-15-2/+2
|
* Added Player saturation, exhaustion and food level methodsDinnerbone2011-09-15-0/+49
|
* Added methods for getting/setting how much exp is contained within an orbDinnerbone2011-09-15-1/+15
|
* Added Player.get/setExperience, totalExperience and levelDinnerbone2011-09-15-0/+41
|
* Fixed GameModeCommand not being limited to Ops by default.EvilSeph2011-09-14-1/+1
|
* Fixed GameModeCommand and GiveCommand error/response display.EvilSeph2011-09-14-2/+2
|
* Fixed "unknown command" on vanilla commands with no args (even though it's ↵Dinnerbone2011-09-15-15/+15
| | | | intended behavior...)
* Added new Materials (need to add individual api later)Dinnerbone2011-09-15-0/+22
|
* Added new Entity interfacesDinnerbone2011-09-15-6/+24
|
* Ok, so we need this. *shifty eyes*Dinnerbone2011-09-15-1/+4
|
* Added GameMode command.EvilSeph2011-09-14-3/+100
|
* Added GameMode methods to Server and HumanEntityDinnerbone2011-09-09-0/+47
|
* Fixed /say command not allowing more than one argumentDinnerbone2011-09-04-1/+1
|
* Don't lazy-load in PermissibleBase. This'll be a performance hit, but it's ↵Dinnerbone2011-09-04-29/+14
| | | | causing subscription issues.
* Made JavaPluginLoader non-finalDinnerbone2011-09-03-5/+5
|
* Fixed dupe message when console /saysDinnerbone2011-09-03-2/+13
|
* Moved all vanilla commands into BukkitDinnerbone2011-09-03-10/+1038
|
* CelticMinstrel is a poopy head!Dinnerbone2011-09-03-1/+1
|
* Added new methods to Server, Player and OfflinePlayer for banning and unbanningDinnerbone2011-09-03-0/+25
|
* Added 3 methods to Server for IP banning and unbanningDinnerbone2011-09-03-0/+35
|
* New BroadcastPermissions default permission registrationsDinnerbone2011-09-03-0/+22
|
* ... Actually push the OfflinePlayer interface!Dinnerbone2011-09-03-0/+19
|
* Added the ability to access offline players & more reverse lookup fixes in ↵Dinnerbone2011-09-03-36/+43
| | | | Permissible.
* Some small fixes to permissions to register the correct Permissible in base ↵Dinnerbone2011-09-02-27/+43
| | | | and more accurate reverse lookups