f99e5e015d
Add checks to rectify the potential for negative XP
...
Fixes #1573
2013-12-15 23:26:57 +01:00
56b57da077
Only call one Death Penalty Event
2013-12-15 23:26:57 +01:00
4b402d9837
Fixed validation feedback message for Chimaera Wing recipe cost
...
Fixes #1703
2013-12-15 22:25:15 +01:00
6c2b1f555f
Improve CleanBackupsTask a bit
...
* Print proper file names to the console when the date could not be
determined
* Skip all directories
* Skip every file that doesn’t have .zip in the file name
2013-12-13 00:17:56 +01:00
cdcda03e92
Moved repair config classes to the config package
2013-12-12 19:53:27 +01:00
65aa05a660
Fix /addlevels all
and /skillreset all
commands
...
Fixes #1675
2013-12-12 16:50:36 +01:00
7c7aa994a5
Added pre-made metallurgy.tools.yml by Skuli
2013-12-11 15:02:25 +01:00
2aec4a69ea
Database conversion bug: Integral division in output format
2013-12-10 14:56:07 -08:00
06c9ea7068
Minecraft handles block drop chances internally.
...
Fixes #1678
2013-12-08 12:49:43 -08:00
c88583c1c0
Use Matcher.quoteReplacement here!
...
Fixes #1676 - for real this time
2013-12-08 17:07:45 +01:00
d2b6838453
Fix config.yml formatting
2013-12-08 11:40:09 +01:00
c9f1f8f662
Fixed bug where party chat broke if the display name contained special characters
...
Fixes #1676
2013-12-08 11:35:02 +01:00
7a08343304
Actually keep all weeks, not just from the past year
...
Week numbers are obviously the same every year, we need to check the
year as well as the week number to determine if we should keep the
backup file or not.
2013-12-07 13:18:14 +01:00
3b1bb3e08a
Minor changes to Tree Feller - use a HashSet, move comment
...
LinkedHashSet doesn't actually do anything for us - we were never using the consistent ordering it promises, and openjdk-7 doesn't even provide that consistent ordering. Better to just not use it.
2013-12-06 23:55:26 -08:00
07cafd4866
Fixed bug where disabling hardcore mode for specific skills didn't work
...
Fixes #1661
2013-12-03 22:15:23 +01:00
48821a710f
Fixed bug with cooldown donor perks
2013-12-02 08:30:45 -05:00
30a1b333b9
Need a space here.
2013-12-02 08:18:28 -05:00
696bf71962
Remove unused import
2013-12-02 08:13:53 -05:00
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