Glitchfinder
a2450d2d07
If a variable can be null, check it before using it.
2013-08-04 11:48:44 -07:00
T00thpick1
c85bd8ab70
One more last try
2013-08-04 11:56:37 -04:00
T00thpick1
3f6bce0fc6
One last try
2013-08-04 11:51:34 -04:00
T00thpick1
e566b20e2b
This might be important
2013-08-04 11:38:52 -04:00
T00thpick1
f37a7d759a
Hack around nms bug
2013-08-04 11:34:04 -04:00
T00thpick1
d1341b0be0
Would help if I actualized the value... Fix dupe bug for realz
2013-08-04 11:05:53 -04:00
T00thpick1
4ea3d690db
Fix Dupe bug...... why was this overlooked?
2013-08-03 11:37:29 -04:00
TfT_02
d5dc9895e4
Move Blast Mining activation check to MONITOR priority
...
Fixes #1331
2013-08-02 21:11:58 +02:00
Glitchfinder
b1fc72e8a9
When a variable can be null, check it before using it. Fixes #1308 .
2013-08-01 08:47:14 -07:00
GJ
d1bf48ad79
Fix bug where teleport location was never reset if warmup was set to 0
...
for Chimera Wing.
Fixes #1323
2013-07-30 15:20:18 -04:00
GJ
a345737b8b
Add more detailed error messages on SQL connection failure.
...
Fixes #1322
2013-07-30 15:09:22 -04:00
GJ
c501ebb357
Clean up after our experience commands. Fixes #1324
2013-07-30 14:47:11 -04:00
GJ
15e0570a8c
Else if > if
2013-07-29 08:45:30 -04:00
GJ
09e77c8c94
Move break event to the initial check.
2013-07-29 08:29:10 -04:00
TfT_02
f5c58f3679
Added config option for Acrobatics teleport cooldown,
...
also updated the changelog.
2013-07-29 00:57:43 +02:00
GJ
ddcbe64db6
Fix some possible issues with handler priority, more javadoc work.
2013-07-28 13:55:48 -04:00
GJ
c5137eb884
Begin work on cleaning up our listeners and their Javadocs.
2013-07-25 14:52:21 -04:00
GJ
e073eca458
Validation is important.
2013-07-24 20:29:32 -04:00
GJ
78f2e0a064
Check the range in a seperate function
2013-07-24 14:13:58 -04:00
TfT_02
df2defe969
Added extra settings for Call of the Wild
...
* Requested in issue #910
* Adds a setting to configure the range check
* Adds a setting to summon multiple pets with one summon
2013-07-24 20:01:26 +02:00
TfT_02
6d4a2feaae
Slighty changed a Green Thumb string
...
Make this fit on one line in the chat window
2013-07-24 20:01:26 +02:00
GJ
8939fc09b3
Patch potential exploit relating to teleportation and acrobatics.
2013-07-24 13:57:53 -04:00
GJ
e0e574c19e
Fix a potential issue with PTP and Chimera Wing teleportation cooldowns.
2013-07-24 13:50:33 -04:00
GJ
02126c93b9
This function is never used.
2013-07-24 12:35:28 -04:00
GJ
37671bad9a
We already have the mcMMOPlayer here.
2013-07-24 12:30:02 -04:00
TfT_02
0e8ce005d7
This is also a change
2013-07-24 16:10:26 +02:00
GJ
584a225d6e
Only get the mcMMOPlayer once.
2013-07-24 09:37:45 -04:00
riking
736359056f
Add checkConnected() calls to re-establish dead SQL connections
2013-07-23 15:03:19 -07:00
TfT_02
bf2e527e72
Fixed NPE with Beast Lore
...
Fixes #1289
2013-07-22 11:35:48 +02:00
TfT_02
be7992d541
Disable all abilities when a player quits
...
Fixes #1295
2013-07-22 11:25:56 +02:00
TfT_02
435eb7f8b9
Added new experience curve option
2013-07-21 23:14:42 +02:00
GJ
001f1dbd3c
Fix issue with truncating things that don't need truncating.
2013-07-17 13:45:31 -04:00
GJ
7b5372a985
Temporary fix for MCPC+ entity issues. This change will be reverted
...
after the fix is made in MCPC+.
Fixes #1197
2013-07-17 10:29:42 -04:00
GJ
1647ef4fae
Fixed issue where locale strings could cause the scoreboard header to be
...
longer than 16 characters.
Fixes #1278
2013-07-17 08:18:54 -04:00
GJ
ee86f8244f
Put ShareMode in its own class.
2013-07-15 09:56:45 -04:00
GJ
e518b58b23
Better way to do locale strings there.
2013-07-15 09:48:14 -04:00
GJ
5af1164b5c
Tweak ShareHandler a bit.
2013-07-15 09:40:07 -04:00
GJ
c9aba059e2
Don't provide direct access to the players map.
2013-07-15 09:14:23 -04:00
GJ
dc9469c0cc
Refactor to match standards set for where datatypes should be located.
2013-07-15 08:44:13 -04:00
TfT_02
696e82e622
Add missing Axes locale string
...
* Somehow, the message notifying a player that he was struck by Skull
Splitter wasn't in the locale files anymore.
* Re-added this string and renamed it.
* Fixes #1271
2013-07-15 13:18:13 +02:00
TfT_02
18a5ec73d7
Fixed Level up announcement
...
Fixes #1270
2013-07-14 10:58:51 +02:00
GJ
04224b309a
Add snow to excavation. No treasures will drop from snow by default,
...
but they can be added to the treasures.yml file by specifying
"Drops_From:
Snow: true"
Adds #1229
2013-07-11 14:41:23 -04:00
GJ
8fdf4042bb
Tweaked for readability.
2013-07-11 13:22:14 -04:00
GJ
621969459a
Use profile instead of mcMMOPlayer
2013-07-11 13:19:04 -04:00
T00thpick1
6fe1c85592
Save on logout
2013-07-11 13:16:51 -04:00
T00thpick1
79346d92d7
Only save on changes
2013-07-11 13:16:42 -04:00
GJ
24ceeb626b
Updated localization files
2013-07-11 13:03:38 -04:00
GJ
68727496ad
Useless casting and elses.
2013-07-11 12:49:01 -04:00
GJ
d07b67b5bf
Health and damage are now doubles, not ints.
2013-07-11 12:43:36 -04:00
GJ
69aead58a7
Using getPlayerExact is faster.
2013-07-08 19:15:44 -04:00
T00thpick1
c85d52e594
Make Riking's stuff work
2013-07-02 12:42:09 -04:00
T00thpick1
11e4ff34d6
Flatfile repair
2013-07-01 02:36:21 -04:00
Kane York
f118ac14ca
Specify returning of generated keys before using them
...
This is a herp derp fix
2013-07-01 00:35:07 -04:00
T00thpick1
f5eb7a10de
Only set custom class when valid class
2013-07-01 00:34:54 -04:00
T00thpick1
36b09421e8
These should all be 0 too, for consistancy
2013-06-29 23:42:28 -04:00
T00thpick1
d6b39a11e7
0 is nonexistant, not -1
2013-06-29 23:41:08 -04:00
riking
23729f45ee
Pull changes from dev-dbman (commit f63c5e3
)
2013-06-28 15:02:58 -07:00
T00thpick1
27d7b73e57
Pretty sure this should be Fake
2013-06-28 16:22:55 -04:00
TfT_02
af60f08a8b
Localize the ScoreboardManager
...
Closes #1232
2013-06-28 19:17:39 +02:00
TfT_02
c19d3fd068
Fixed bug with Ice Fishing which allowed players to break protected blocks
...
Fixes #2074
2013-06-28 14:06:54 +02:00
TfT_02
0f8312dd5e
Minor cleanup
2013-06-28 14:06:13 +02:00
TfT_02
1edb11cedf
Disable mob healthbars for boss mobs!
...
Fixes #1210
2013-06-28 13:36:48 +02:00
riking
a4a1ba4331
Make UpdateChecker run asynchronously and not block startup
...
Closes #1049
2013-06-27 09:48:39 -07:00
TfT_02
de46277bea
Realized that it wasn't only happening in the Nether
2013-06-24 17:10:39 +02:00
TfT_02
6d7d811814
Fixed bug with Ice Fishing in the Nether
...
Fixes #1218
2013-06-24 16:25:49 +02:00
GJ
98b98256b7
Make our oldUserRemover actually work...
2013-06-13 12:23:58 -04:00
GJ
abd389f4de
Try to speed up our PartyKickTask a bit.
2013-06-13 12:18:18 -04:00
GJ
602956a555
Fix duplicate prefix sending with party chat & logging.
2013-06-13 11:10:46 -04:00
GJ
8d0601babc
Fix bug where all ranks less than 10 show as 0 with /mctop.
2013-06-13 10:56:46 -04:00
GJ
050be563bf
Less magic numbers.
2013-06-12 19:26:09 -04:00
GJ
965dbda101
Clean up some stuff with our DATS.
2013-06-12 19:20:05 -04:00
GJ
f2b2cd9cc0
Oops.
2013-06-12 15:59:51 -04:00
GJ
3a78e1b487
More code duplication removal.
2013-06-12 15:56:42 -04:00
GJ
db637f0bc9
Remove more code duplication.
2013-06-12 15:41:26 -04:00
GJ
b15f1dde28
We don't need that potato.
2013-06-12 15:15:56 -04:00
GJ
28a78d820a
Tidy up our InventoryListener.
2013-06-12 15:10:43 -04:00
GJ
a1792fe125
We were calling deflect twice. Also made individual functions for each
...
type of combat.
2013-06-07 15:47:00 -04:00
T00thpick1
3f7b17961f
Reset mob healthbars on death to avoid conflicting with loot plugins
2013-06-07 15:46:59 -04:00
GJ
0ea07d4bc7
Fixed bug where spawned arrows could throw
...
ArrayIndexOutOfBoundsException. Fixes #1171
2013-06-07 15:46:59 -04:00
GJ
190b7ee1f5
ChatManagers...
2013-06-07 15:46:58 -04:00
GJ
4ff4271da2
These should be protected.
2013-06-07 15:46:57 -04:00
T00thpick1
8705974e08
Use a single manager to handle our databases.
2013-06-07 15:46:57 -04:00
TfT_02
de0487d16f
This should make it work properly
2013-06-07 15:46:56 -04:00
TfT_02
fc0c386ecb
Fixing this as pointed out by Riking
2013-06-07 15:46:55 -04:00
TfT_02
86db4251a2
Check visibility before range
2013-06-07 15:46:55 -04:00
TfT_02
effe5ec305
We were deprecating these kind of permission nodes
2013-06-07 15:46:54 -04:00
TfT_02
8fb92292bd
Move adding users to UserManager from onLogin to onJoin
2013-06-07 15:46:54 -04:00
TfT_02
375fa4f75c
Added permission node to prevent inspecting hidden players
2013-06-07 15:46:53 -04:00
TfT_02
da25b02e0a
Only set the item in hand null if it's actually a fishing rod
2013-06-07 15:46:53 -04:00
GJ
d43ae17bd2
Tweak a few things on the UpdateChecker.
2013-06-07 15:46:52 -04:00
Kane York
f81a763d6c
Use finally to close the update checker stream
2013-06-07 15:46:52 -04:00
Kane York
385f8ca0b3
Reduce code duplication in ExperienceAPI
2013-06-07 15:46:46 -04:00
GJ
0ba4bc25c7
Use player objects instead of names - should be more efficient and less
...
buggy.
2013-05-28 13:33:20 -04:00
GJ
b0eb4b93a8
Cleaner way to avoid salvaging chainmail.
2013-05-28 12:59:10 -04:00
GJ
54f135aebd
We're checking this twice and shouldn't be.
2013-05-28 12:53:12 -04:00
GJ
10e369f9c5
Increased auto-fishing detection.
2013-05-28 12:42:39 -04:00
TfT_02
1ae9b0f4d2
Animals can also have the "Spawned Entity" tag
2013-05-26 17:55:24 +02:00
T00thpick1
198ee6a7ed
I think this is case sensitive
2013-05-26 11:51:42 -04:00
TfT_02
2414ddf485
Fix broken Tree Feller
...
Fixes #1139
2013-05-25 14:45:24 +02:00
GJ
2cd52db8c9
The ; is important.
2013-05-22 22:30:40 -04:00
GJ
5e00636761
And a little more...
2013-05-22 22:30:09 -04:00
GJ
a82cc9609b
Cleaning up a bit.
2013-05-22 22:13:40 -04:00
T00thpick1
45c6c20ccd
Null parties! Hurray!
2013-05-22 21:20:35 -04:00
GJ
7a61f55e49
Remove some code duplication in our ShareHandler.
2013-05-22 17:22:06 -04:00
GJ
aa0b77a64c
Updates to our parties.
2013-05-22 13:02:26 -04:00
GJ
030c8e59d7
The other way leaks memory like a sieve.
2013-05-22 00:01:19 -04:00
GJ
f21fbe2d40
Make repair & salvage respect the sneaking settings. Fixes #1108
2013-05-21 22:34:06 -04:00
GJ
9a5f4b638f
Little more cleaning.
2013-05-21 14:15:28 -04:00
GJ
9aa49a09da
Little more cleanup.
2013-05-21 14:03:00 -04:00
GJ
bf8945ac59
Try to clean CombatUtils a bit...
2013-05-21 13:36:44 -04:00
GJ
d9926bab4e
Try to clean up our poor EntityListener...
2013-05-21 13:27:52 -04:00
GJ
92ec04bd46
Better boolean handling.
2013-05-21 11:44:16 -04:00
GJ
0b6372a6ea
Don't run these calculations twice. Also, pretty sure one of these was
...
bugged.
2013-05-21 11:41:39 -04:00
GJ
4f8b66f94d
Clean up our block listener some.
2013-05-21 11:11:55 -04:00
GJ
0c52b3016c
We've got these functions, might as well use them.
2013-05-21 10:02:09 -04:00
GJ
a2f80569e3
Fire McMMOPlayerLevelUp events for our experience commands, when
...
applicable. Fixes #921
2013-05-21 09:31:25 -04:00
GJ
87df536a1f
Only check for kraken if you're actually fishing.
2013-05-21 09:14:54 -04:00
T00thpick1
12e70490d8
Cooldowns messages need to be affected by perks too
2013-05-20 22:35:34 -04:00
TfT_02
23b1518dc0
More formatting :)
2013-05-20 17:28:02 -04:00
T00thpick1
6dbf2e0d95
FishingTreasureEvent, FishingShakeEvent and MagicHunterEvent
2013-05-20 17:27:59 -04:00
GJ
60304e9643
Because Minecraft does stupid things with "/" in the chat.
...
Fixes #994
2013-05-20 08:56:02 -04:00
GJ
614557e2fa
It'd be nice if Ice Fishing actually worked.
2013-05-20 08:07:39 -04:00
TfT_02
e312e95aed
Refactor to a more descriptive name,
...
also fixes a small typo.
2013-05-20 10:55:17 +02:00
T00thpick1
22f6ae858b
Update inventories after chimera wing
2013-05-19 16:13:19 -04:00
T00thpick1
3c3b4af2c4
No salvaging chainmail - FIXES 1118
2013-05-19 12:55:18 -04:00
T00thpick1
feb0d1fe5d
Things that should never happen, but are.
2013-05-18 22:15:32 -04:00
TfT_02
2d66b8ed12
Cleanup - fixing various formatting issues
2013-05-18 22:41:42 +02:00
TfT_02
483f348403
Fixed bug with Blast Mining where the Ability refreshed message was being send too early
2013-05-18 22:27:17 +02:00
TfT_02
a8a5100f58
Update the changelog
...
Also made a minor edit to a comment about the powerlevel display
2013-05-18 14:27:14 +02:00
TfT_02
1f9dc70bb1
I forgot to remove the setting from advanced.yml
2013-05-18 14:12:45 +02:00
TfT_02
7f1ef61657
Get rid of the SuccessModifier
...
There's no need for this modifier, because the user can define the
exact chance for Rolls and Gracefull Rolls in the config file. This
means that the ratio between the two is already configurable.
2013-05-18 14:12:07 +02:00
TfT_02
2e74c079b0
Set the enchant buff level to 1 if it's lower than 0
...
Prevents issue #1006 from happening again.
If a user wants to disable SuperBreaker, they should do this using
permissions and not by setting the Enchant Buff level to zero.
2013-05-18 11:37:40 +02:00
TfT_02
ce4295289a
Changed powerlevel display setting to disabled by default.
...
Because scoreboards are being cached by Minecraft in scoreboard.dat it
is no user friendly to enabled this by default. Users will have to
manually delete this file in order to actually disable this.
Described in #1105
2013-05-18 11:27:17 +02:00
T00thpick1
7fde04851d
Typo
2013-05-17 18:44:23 -04:00
riking
71d030e5ad
Change rounding strategy to ceiling for mob healthbars
2013-05-17 00:19:59 -04:00
T00thpick1
b08649d0a4
Not much help if not static
2013-05-16 23:58:49 -04:00
T00thpick1
0a11a9a2c8
More methods for SkillType
2013-05-16 22:00:40 -04:00
T00thpick1
068f47b523
Option for any distance
2013-05-16 19:53:58 -04:00
T00thpick1
79aab57abc
Configure the inspect distance
2013-05-16 19:31:12 -04:00
T00thpick1
2cf58f1b5b
Why break when we can return?
2013-05-16 18:04:14 -04:00
T00thpick1
9678875b4b
We do enjoy killing off orphans
2013-05-16 17:26:16 -04:00
GJ
24e5147a2a
This was never an issue.
2013-05-16 16:13:53 -04:00
T00thpick1
0423a7831d
Those were right the first time...
2013-05-16 15:55:25 -04:00
T00thpick1
feea22b3a4
Correctly order
2013-05-16 15:52:49 -04:00
T00thpick1
7f40a9f284
Explicitely state columns wanted to account for altered tables
2013-05-16 15:50:19 -04:00
GJ
bc706109e0
Fix issue with tables without party names.
2013-05-16 13:37:22 -04:00
GJ
a7861fc54b
Move all miscellaneous Spout code to a single location.
2013-05-16 10:51:18 -04:00
GJ
936bec8ff5
Unused import.
2013-05-16 09:32:48 -04:00
GJ
01d10971a1
Calling things that many times is BAD.
2013-05-16 09:32:27 -04:00
T00thpick1
12e388a392
Null checks
2013-05-16 09:30:02 -04:00