t00thpick1
30adac5e63
Properly restore state when errors occur during uuid update
2015-07-18 10:41:55 -04:00
Stephen Jenkins
d3d7c254f4
Fix for custom potions being missed in potion stage calculation. #2386
2015-07-10 18:04:53 -04:00
t00thpick1
93ad040936
Syntax is important
2015-06-20 15:11:18 -04:00
t00thpick1
bfeac43f12
NULL uuids in flatfile should not be wiped as duplicates. Fixes #2594
2015-06-20 13:04:03 -04:00
t00thpick1
4388430491
When an older user no longer has a username that a new user now has, we will update the old entry to be _INVALID_OLD_USERNAME_, however we no longer strictly enforce name uniqueness, so people altering their DB's need to tweek with caution. Invalid old users will not display in the leaderboards. Fixes #2503
2015-06-20 12:57:01 -04:00
t00thpick1
b4e21a7817
Due to the unstable and volatile nature of pistons in the current versions of mc, we cannot reliably guarentee that we can track the position of blocks being moved by pistons, and therefore will no longer track piston moved blocks in the blockstore with 100% accuracy, and will instead just not refresh the potentially empty new blocks. This will not have any effect on regular usage of the plugin aside from 100% preventing any mcMMO related piston dupe bugs. Fixes #2565 , #2582
2015-06-11 21:31:20 -04:00
t00thpick1
4fe41fe416
Check Item Type, not Material Type a second time. Fixes #2584
2015-06-11 21:15:40 -04:00
t00thpick1
d8184fb298
Properly calculate diff times for old user purge. Fixes #2541
2015-06-11 18:12:22 -04:00
lumis31
78dec51ad4
Update locale_de.properties
...
Major updates to the locale_de including:
Most important: added translations to ALL ABILITIES DESCRIPTIONS in german
Additionally:
-Adding a translation for the Alchemy skill
-Addition of translations for fishing
-removed salvage form repair
-added horses and holy hound to taming
->full translation to german except parties
For more changes please see the changelog at the beginnig of the file. No changes have been made to the existing translations except if the information was out of date due to the recent update to Minecraft 1.8. All translations are socially acceptable (usable for children).
2015-06-09 00:10:53 +02:00
lol768
de38826897
Escape apostrophes
...
"The java.text.MessageFormat class uses the apostrophe (\u0027) as an escape character. Consequently, you need to write two consecutive apostrophes in your translation if you wish to display a single apostrophe"
2015-04-25 22:59:33 +01:00
xion87
f63e793006
Update locale_it.properties
...
Fixed italian locale for use bow skill command
2015-04-21 09:46:51 +02:00
TfT_02
ecfdd75e36
This should be SNAPSHOT
2015-04-05 20:27:39 +02:00
TfT_02
90b31a29f5
We can simplify this!
...
Didn’t realize there was a event.getBlocks() method for
BlockPistonRetractEvent as well.
2015-03-22 14:49:51 +01:00
TfT_02
cfa0daefc5
Fix the issues with sticky pistons and slime blocks
...
This is a fix for issues #2419 and #2494
2015-03-21 19:24:06 +01:00
t00thpick1
4aeda6e9e8
Still not fully on track with the original event, but as we want them to see the potions we create, we can't be fully correct. However, correcting the behavior to decrement the ingredient after the event shouldn't harm anything. Fixes #2486
2015-03-18 16:23:07 -04:00
t00thpick1
4f1f10333f
Use notification settings for critical hits Fixes #2498
2015-03-18 16:09:15 -04:00
t00thpick1
342c37a02c
Merge pull request #2426 from zreed/master
...
Empty constructors don't take arguments Sure why not.
2015-03-18 15:31:44 -04:00
t00thpick1
e347bc1c9e
Short data, Fixed #1909
2015-03-18 15:28:57 -04:00
t00thpick1
42116f4467
Include license in builds
2015-03-18 03:56:46 -04:00
t00thpick1
7ce72bafb0
Merge pull request #2489 from isokissa3/master
...
Fixed duplication Bug #2489
Tentatively pulling this as I assume its valid.
2015-03-18 03:51:35 -04:00
isokissa3
f76771f0a8
Fixed duplication bug #2419 (Correct fix)
2015-03-11 14:31:56 +02:00
isokissa3
6c29da94f3
Fixed duplication Bug #2419
2015-03-11 11:36:51 +02:00
t00thpick1
981523789e
Add Debug and change a line
2015-03-09 14:20:52 -04:00
t00thpick1
d9aacfa059
Back to dev
2015-03-02 15:15:08 -05:00
t00thpick1
5efc5289f7
Version bump release
2015-03-02 15:14:16 -05:00
t00thpick1
1f68f4e654
More debug for rare cases where things don't work.
2015-02-23 20:37:03 -05:00
TfT_02
5670e6696a
Archery distance XP bonus cannot exceed indefinitely anymore
...
Fixes #2465
2015-02-21 09:42:22 +01:00
t00thpick1
ca6dc5195d
Properly convert SQL to Flatfile when UUIDs are null
2015-02-16 23:12:50 -05:00
t00thpick1
30ebe318e0
Since apparently we magically can no longer compile without these.
2015-02-16 22:13:32 -05:00
t00thpick1
a1c3f0d651
WHERE'S HARVEY DENT
2015-02-16 21:43:51 -05:00
t00thpick1
347e03d75e
When did this break? It was working before.
2015-02-16 12:09:00 -05:00
t00thpick1
8543382bde
We want answers for the issues.
2015-02-15 22:03:58 -05:00
t00thpick1
4f1004472c
Possibly fix berserk bug
2015-02-15 22:03:58 -05:00
t00thpick1
7aee829b94
Merge pull request #2456 from ulumulu1510/patch-1
...
Resolve duplication Bug #2419
2015-02-15 12:34:08 -05:00
Benjamin
98701104d8
Resolve duplication Bug #2419
...
https://github.com/mcMMO-Dev/mcMMO/issues/2419
2015-02-11 20:17:08 +01:00
t00thpick1
7a14e61762
Fix flatfile UUID conversion I think. Fixes #2225 , #2411
2015-01-31 14:38:49 -05:00
wolfwork
f42f5c31ed
Update locale_ko.properties
2015-01-31 15:10:15 +09:00
t00thpick1
342662c944
Round 3: DeathMatch
2015-01-25 23:28:30 -05:00
t00thpick1
50088fe0bd
Round 2
2015-01-25 23:04:02 -05:00
t00thpick1
687f87a748
No more opening inventories with ability tools. Fixes #2416
2015-01-25 22:55:18 -05:00
zreed
6815c66a0e
Empty constructors don't take arguments
2015-01-22 07:14:14 -05:00
TfT_02
385fe1bb05
Added option for XP gained by killing bred animals
...
Fixes #2402
2015-01-10 12:31:13 +01:00
t00thpick1
eddadcc179
Properly allow searches by name without UUID
2015-01-01 23:56:30 -05:00
mjkaufer
9426f44cdd
Added isUnarmed Method
...
Checks if the player is not holding a tool, as opposed to checking if
the player is holding air. This means that attacking with something such
as a dirt block would count as unarmed.
2014-12-29 16:31:18 +01:00
TfT_02
af7ff3df58
Make Archery distance multiplier configurable
...
Add #2385
2014-12-24 11:00:43 +01:00
TfT_02
7c0cc8794f
Whoops, should've incremented these
2014-12-23 18:49:26 +01:00
TfT_02
eda18bc990
Only show the scoreboard tips a couple of times
...
We can assume a player knows how scoreboards work after showing them
the tips a few times across multiple login sessions
Adds #1833
2014-12-23 14:08:29 +01:00
TfT_02
a2c395db36
Fixed bug where MobHealthbarTypes were not saved
2014-12-23 14:07:10 +01:00
TfT_02
522b085499
Fix bug where no XP was granted when Flux Mining
...
Fixes #2359
2014-12-22 17:25:55 +01:00
TfT_02
3ea845cfd9
Changed Flux Mining mechanics
...
Previously, Flux Mining would get unlocked at a specified level with a
specified chance. Once unlocked, the player would have no control over
this ability and some players complained they would like to be able to
turn it on and off.
By adding a new furnace recipe, to craft a special pickaxe - a Flux
Pickaxe - this issue is solved. If a player doesn’t want to use Flux
Mining, they simply shouldn’t mine using a Flux Pickaxe.
Crafting a Flux Pickaxe is simple, just place one of the vanilla
pickaxes in a furnace and cook it up.
Every time the ability is successful, extra durability damage is dealt
to the tool. Just like with other abilities.
Adds #2320
2014-12-22 16:58:22 +01:00