GJ
|
7de19f8087
|
Another typo fix with permissions
|
2012-03-29 22:35:44 -04:00 |
|
nossr50
|
dfdf8b881e
|
Updated changelog.
|
2012-03-29 18:47:02 -07:00 |
|
nossr50
|
da6755f703
|
I always forget to add the new file ;_;
|
2012-03-29 18:44:30 -07:00 |
|
nossr50
|
602bde7bc5
|
A fix for Spout disabling itself
|
2012-03-29 18:43:53 -07:00 |
|
GJ
|
e9d1297c17
|
Fixed bug where Skull Splitter & Serrated Strikes could be used without
permissions.
|
2012-03-29 18:38:59 -04:00 |
|
GJ
|
8bbee7fe06
|
Moved some stuff around, added a few functions to PartyAPI
|
2012-03-29 16:13:43 -04:00 |
|
GJ
|
8b4c86c8ba
|
Fixed some issues with calculating drop chances.
|
2012-03-29 15:23:12 -04:00 |
|
GJ
|
6c1ee24101
|
Tweaked some stuff with adding XP, added an ExperienceAPI class.
|
2012-03-29 14:24:41 -04:00 |
|
GJ
|
26ed6aa840
|
Fixed issue where adding XP via command without specifying a player
didn't trigger level-ups.
|
2012-03-29 12:03:29 -04:00 |
|
GJ
|
ef3802f7c2
|
Fixed bug with non-Spout users trying to update the XP Bar.
|
2012-03-29 10:44:37 -04:00 |
|
GJ
|
3c9e38d7ad
|
Helps to include the new file.
|
2012-03-29 10:05:04 -04:00 |
|
GJ
|
2e4aeca0df
|
Moved Party API functions to their own file.
|
2012-03-29 10:04:48 -04:00 |
|
GJ
|
fd6bf931fc
|
Changed naming for Repair events to be more consistent
|
2012-03-29 01:41:43 -04:00 |
|
GJ
|
751b795417
|
Changed bypass node for Arcane Forging to not default to true for OPs
|
2012-03-29 01:36:51 -04:00 |
|
nossr50
|
8b07b189d4
|
Fixed XP Bar
|
2012-03-28 19:45:34 -07:00 |
|
GJ
|
6c6fb117ea
|
Fixed bug where wolves spawned with Call of the Wild only had 8 health
|
2012-03-28 22:24:32 -04:00 |
|
GJ
|
6fffe10c32
|
Fixed bug with repairing wooden tools.
|
2012-03-28 15:53:55 -04:00 |
|
GJ
|
a2d5b97467
|
Changed Woodcutting durability calulations to ignore leaves and include
abilityDurabiltyLoss
|
2012-03-28 14:37:17 -04:00 |
|
GJ
|
1cda446063
|
Back to active development. (1.3.05-dev)
|
2012-03-28 02:14:11 -04:00 |
|
GJ
|
a5af583a29
|
Fixed typos in the Party help display
|
2012-03-28 01:42:42 -04:00 |
|
nossr50
|
4d4638feea
|
Updated POM
|
2012-03-27 22:33:42 -07:00 |
|
GJ
|
ef3d76fb9f
|
Fixed bug where you could TP to dead players
|
2012-03-27 23:04:00 -04:00 |
|
GJ
|
5e12979f09
|
Fix my fix for the BlockBreak event changes (reverted).
|
2012-03-27 22:54:56 -04:00 |
|
GJ
|
cd64b60ece
|
Fix for some API functions not being callable.
|
2012-03-27 22:51:12 -04:00 |
|
GJ
|
13951e5806
|
Fixed NPE due to McMMOPartyChangeEvent.
|
2012-03-27 19:47:20 -04:00 |
|
GJ
|
6cfc8c7a52
|
Fixed bug with gaining infinite levels. (Oops.)
|
2012-03-27 17:12:38 -04:00 |
|
GJ
|
fd6610f966
|
Added McMMOPartyChangeEvent for API usage - fires whenever a player
joins or leaves a party
|
2012-03-27 17:09:23 -04:00 |
|
GJ
|
aaa63a7f5d
|
Added McMMOPartyTeleportEvent for API usage - fires before a successful
teleportation would occur.
|
2012-03-27 15:57:37 -04:00 |
|
GJ
|
f786c4db50
|
Fixed typo in PlayerProfile that was causing NPEs
|
2012-03-27 15:32:51 -04:00 |
|
GJ
|
87a0c0b0b6
|
Changelog update.
|
2012-03-27 14:52:34 -04:00 |
|
GJ
|
8cfae368c3
|
ACTUALLY fixed issue with Disarm never working.
|
2012-03-27 14:52:09 -04:00 |
|
GJ
|
f19b8a88d5
|
Fixed issue with Disarm never working.
|
2012-03-27 14:48:36 -04:00 |
|
GJ
|
ac384c5d95
|
More cleanup on PlayerProfile.java
|
2012-03-27 14:41:19 -04:00 |
|
GJ
|
83c326fb39
|
Fixed a rather "critial" typo.
|
2012-03-27 13:34:28 -04:00 |
|
GJ
|
be31d03733
|
Fixed typo.
|
2012-03-27 12:32:42 -04:00 |
|
GJ
|
0fcba5f1ee
|
Fixed spacing issue with /mcc command
|
2012-03-27 08:51:17 -04:00 |
|
GJ
|
d1041c30db
|
Fixed IllegalArguementException in Fishing when the result stack didn't
have a max durability.
|
2012-03-27 07:51:30 -04:00 |
|
GJ
|
1642c61b7f
|
Cleanup on PlayerProfile - down to 1228 lines now. :D
|
2012-03-27 02:33:35 -04:00 |
|
GJ
|
2ff5f2eb46
|
Rearranged event package structure.
|
2012-03-27 01:09:28 -04:00 |
|
GJ
|
af4ba976d9
|
Added McMMOPlayerRepairCheckEvent for API usage - fires before repair
process begins, can be cancelled.
|
2012-03-27 00:56:31 -04:00 |
|
GJ
|
3fc5a167a4
|
Added ability to get skill level from McMMOPlayerSkill events
|
2012-03-27 00:18:04 -04:00 |
|
GJ
|
933449f16b
|
Added ability to get skill level from McMMOPlayerExperience events.
|
2012-03-27 00:14:20 -04:00 |
|
GJ
|
dd170ec7ef
|
Fixed issue with repair event not returning the proper repair amount.
|
2012-03-26 23:58:48 -04:00 |
|
GJ
|
2d3b01ba34
|
Assorted event updates. Created new McMMOPlayerRepairEvent for when a
repair is completed.
|
2012-03-26 23:01:51 -04:00 |
|
GJ
|
6a8737547f
|
Updates to PlayerProfile.java
|
2012-03-26 17:31:26 -04:00 |
|
nossr50
|
ae8997b4f3
|
HUDmmo.java cleanup (formatting stuff, comment removal)
|
2012-03-26 14:24:11 -07:00 |
|
GJ
|
65e3384a96
|
Prep for mcLocale update.
|
2012-03-26 16:17:35 -04:00 |
|
GJ
|
945fb5ed55
|
Random update. :D
|
2012-03-26 11:04:17 -04:00 |
|
GJ
|
ca2949dcaf
|
Changelog update
|
2012-03-26 10:03:56 -04:00 |
|
GJ
|
7b22c6232d
|
Fixed summoned ocelots never changing skins. (Thanks Xackery!)
|
2012-03-26 10:03:05 -04:00 |
|