2d577e92f1
AntiTheft option for Disarm Ability
2013-12-01 19:08:22 -05:00
86b92b5b30
add alias to mcscoreboard
2013-11-27 00:35:58 +01:00
24c1dec046
Fix missing import & broken build.
...
That's what I get for editing through Github's web UI...
2013-11-25 09:32:16 -05:00
6c478a26c4
Fix issue with custom axes not working with Tree Feller.
...
Most custom materials don't properly report their max durability, so we need to use our repairable manager to handle them instead.
2013-11-25 09:29:41 -05:00
2d3da6daf8
Space not underscore
2013-11-24 18:01:05 -05:00
de3b2b8024
Damage should probably actually be fatal I would think.
2013-11-23 12:34:14 -05:00
02a064ffc6
These need spaces to be called pretty
2013-11-23 00:45:12 -05:00
cb5303ce4d
These strings return with Spaces, not underscores
2013-11-23 00:42:43 -05:00
c0dee19cb0
Missed a refactor :P Also, javadoc event
2013-11-22 12:48:53 -05:00
870987bba7
SecondaryAbility's API additions
2013-11-22 12:32:23 -05:00
5d63a4b910
Run PlayerProfileSaveTask async, as intended
2013-11-21 12:41:26 -08:00
3236ee5ec9
Harden save() method by making a defensive copy
2013-11-21 11:17:24 -08:00
12ed2ac07b
Have ExperienceCommand and SkillresetCommand explicitly handle 'all'
2013-11-19 18:56:47 -08:00
729f3b1df9
There is no usage of this method in which "all" will not cause NPE's
2013-11-19 21:00:29 -05:00
ee1be3599c
.length doesn't start at 0
2013-11-18 21:01:41 +01:00
12a6aca8cd
Assume that block data = 0 if there isn't one in the config
2013-11-18 20:48:37 +01:00
2b81b8daeb
Fix Commands.Scoreboard.Timer locale string
...
Closes #1626
2013-11-18 19:56:29 +01:00
5edbdec151
Actually fix broken locale string.
2013-11-15 07:25:50 -05:00
eaa38c11b8
Fix broken locale string.
...
Fixes #1615
2013-11-13 09:47:13 -05:00
e904e34556
Update Korean translation
...
Closes PR #1613 from @wolfdate25
2013-11-12 08:15:58 -05:00
445f805bb8
Set the treasure drop after using .clone()
...
Fixes #1603
2013-11-12 12:49:16 +01:00
df77b9d0ed
Parenthesis
2013-11-10 13:56:15 -05:00
29f2525b58
Tend toward the smaller values, and configurable maximum for horse jump strength
2013-11-10 13:54:45 -05:00
5a68c7a335
Fixed bug which prevented gaining Acrobatics XP
2013-11-10 00:52:30 +01:00
69ef7f40d8
Command cleanup.
2013-11-08 23:14:11 +01:00
d1d6b80676
Allow repair of items without a recipe.
2013-11-08 10:52:43 -05:00
dfe83ff497
Fix divide by zero bug
...
Minimum Level & Minimum Quantity were accidentally flipped.
2013-11-07 09:13:56 -05:00
e5acf6d936
Also clone fishing treasures, use alternate Wool method
...
The alternate wool method is testing, the treasure clone is there to stay ;)
2013-11-06 21:34:16 -08:00
bca0ca6766
Fix Shake poisoning the treasure cache with Wither skeletons
...
The returned ItemStack is modified for both Sheep and Skeletons, so a copy should be returned.
2013-11-06 21:03:13 -08:00
f17b5faaf6
Parenthesis are good.
2013-11-06 14:52:19 -05:00
f20fa571f1
Update changelog.
2013-11-06 11:56:50 -05:00
b90d1c31c7
Updated localization files
...
Includes new Portuguese (Brazil) translation provided by @FabioZumbi12
in #1585
Includes new Korean translation provided by @wolfwork in #1258
2013-11-06 09:48:05 -05:00
cf56ca35eb
Tweaked durability handling slightly.
...
Now routes everything through one function to handle enchants and max
durability. Use max durability from RepairableManager by default to
account for mod tools.
2013-11-06 08:45:20 -05:00
c31f5b5782
Account for Unbreaking enchantment when using abilities
2013-11-05 14:51:54 +01:00
af98c8eb59
Best way to handle minimum quantities.
...
Check repair function first, assuming the item isn't null, otherwise
check the config. If not found, check config.
2013-11-04 11:01:14 -05:00
3a10b2d83c
Make sure we're not setting a bite chance > 1.0
...
Fixes #1592
2013-11-04 10:32:05 +01:00
32e7c48fd8
Change this message to something that makes sense
...
The old message was confusing see #1593
2013-11-03 22:49:39 +01:00
af578870c7
Defaulted quantities should be defaulted everywhere.
...
Fixes #1581
2013-11-03 09:40:04 -08:00
cd470d5497
Fix a NPE which occured when there was no backups folder
2013-11-03 14:09:41 +01:00
a9c5e2a04f
Don't send a message to the console if no backups were deleted
2013-11-02 21:50:49 +01:00
0196fd8447
Fix the update checker
2013-11-02 21:49:20 +01:00
b1458840e7
Permissions should be lowercase
2013-11-02 19:29:36 +01:00
1fea786669
Added bypass permission for finding Fishing traps
2013-11-02 19:25:02 +01:00
6f9a57751e
We can't schedule tasks in onDisable()
2013-11-01 17:39:03 +01:00
2e1c585005
Fix issue with updating players that are offline.
2013-11-01 12:38:40 -04:00
811626e67b
Cleanup.
2013-11-01 11:54:51 -04:00
cdfd81a67a
Cleanup ZipLibrary class
2013-11-01 16:44:03 +01:00
408b8b2107
Added automatic cleanup of backups folder
...
By default mcMMO keeps the following files:
* All files from the last 24 hours
* Daily backups of the past week
* Weekly backups of the past months
Adds #1574
2013-11-01 16:43:56 +01:00
6d5f3a52f4
Don't process chat if the mcMMOPlayer is null.
...
The player should ALWAYS be online when chatting, but depending on
external plugins and applications, this is not always properly
implemented. Fixes #1578
2013-11-01 09:30:10 -04:00
2cdf08de9f
Allow offline players for chat events.
...
This fixes issues with plugins or applications that rely on JSONAPI to
chat. Fixes #1578
2013-11-01 09:12:06 -04:00