TfT_02
|
c51fde7f1f
|
Added new permission node to control who can check version number
Negate this permission node to hide the version number from /mcmmo and
motd
|
2014-02-17 16:31:59 +01:00 |
|
TfT_02
|
0a6735110f
|
Get mod config file resources properly
Fixes #1870 for real
|
2014-02-16 23:32:14 +01:00 |
|
roblikescake
|
09431ef27c
|
Check durability before repairMaterial
|
2014-02-16 00:18:27 +01:00 |
|
TfT_02
|
9f9de86d21
|
The defender isn't necessarily a player here
Besides, the defender doesn’t need to have the player data key anyways
|
2014-02-16 00:11:15 +01:00 |
|
TfT_02
|
d9c04a09ba
|
No need to clone here and it's not null checked
Fixes #1864
|
2014-02-15 23:35:14 +01:00 |
|
t00thpick1
|
04a02cfdc8
|
Store McMMOPlayer objects as metadata
|
2014-02-15 14:21:25 +01:00 |
|
TfT_02
|
b3a6c32ef6
|
Skip glass bottles as well
Fixes #1859
|
2014-02-15 11:18:11 +01:00 |
|
TfT_02
|
254f3b5ac9
|
Cleanup finishBrewing a bit
|
2014-02-15 11:17:31 +01:00 |
|
TfT_02
|
7f9ada14c8
|
Schedule check after putting a new bottle in the brewing stand
|
2014-02-15 01:37:41 +01:00 |
|
TfT_02
|
f79a4741cc
|
Store Locations, not BlockStates
Fixes #1862
|
2014-02-15 01:31:13 +01:00 |
|
TfT_02
|
f3fd48d0c0
|
Don't set potion meta data - for Vanilla potions
|
2014-02-14 23:58:22 +01:00 |
|
GJ
|
fbee3318bd
|
These go the other way around.
|
2014-02-12 08:29:14 -05:00 |
|
TfT_02
|
15743c5f46
|
Don't set potion meta data
It causes incompatibilities with other plugins.
Fixes #1849
|
2014-02-12 11:54:21 +01:00 |
|
TfT_02
|
4b9d472f10
|
Fix ConcurrentModificationException with alchemyBrewTask.finishImmediately()
Fixes #1848
|
2014-02-12 11:16:05 +01:00 |
|
GJ
|
988006f913
|
Alchemy cleanup, part 1.
|
2014-02-11 16:22:57 -05:00 |
|
TfT_02
|
2f05c472ce
|
Make party names case insensitive
Fixes #1846
|
2014-02-10 17:14:34 +01:00 |
|
TfT_02
|
5c836cdaaf
|
Check party level before sending party chat
Fixes #1847
|
2014-02-10 16:07:43 +01:00 |
|
TfT_02
|
9e39c3495d
|
Fix IllegalArgumentException: 1 > 0
|
2014-02-09 17:15:42 +01:00 |
|
TfT_02
|
b653aa57b7
|
You can't accept an alliance request when you already have an ally
|
2014-02-09 16:10:43 +01:00 |
|
Sean Porter
|
2ffdd340af
|
The command is spelled xpshare, not expshare.
Fixes #1841
|
2014-02-09 12:31:30 +01:00 |
|
Sean Porter
|
d63c3fc6d0
|
Ensure the FlatFile directory exists.
Fixes #1842
|
2014-02-09 12:31:29 +01:00 |
|
TfT_02
|
4486261413
|
Schedule an Alchemy check after using a hotkey to add ingredients
Fixes #1834
|
2014-02-07 13:39:24 +01:00 |
|
TfT_02
|
a2e32179bb
|
Fix /mcstats command
Fixes #1819
|
2014-02-05 19:24:14 +01:00 |
|
TfT_02
|
72b106e71f
|
Fix ptp Accept_Required setting
I forgot to change this, oops!
|
2014-02-05 19:15:39 +01:00 |
|
GJ
|
734815c58d
|
No reason to have our scoreboard stuff in a different listener.
|
2014-02-04 08:34:17 -05:00 |
|
GJ
|
abfedf381d
|
Allow mod name to go in the middle or at the beginning.
|
2014-02-04 07:53:54 -05:00 |
|
GJ
|
8e040ae8d9
|
Refactor to match existing conventions
|
2014-02-03 14:57:45 -05:00 |
|
GJ
|
0c9836eb03
|
Made mod config files modular. Addresses #1802
|
2014-02-03 14:48:43 -05:00 |
|
TfT_02
|
62b13a9a84
|
Fixed bug where Snow would never drop treasures
Fixes #1820
|
2014-02-01 00:30:42 +01:00 |
|
TfT_02
|
6264bfa15f
|
Don't store Block objects, use BlockState
Fixes #1811, Closes #1822
|
2014-01-30 20:45:21 +01:00 |
|
GJ
|
b3474c04c7
|
Increment SQL query numbers due to addition of Alchemy. Fixes #1803
Thanks to @roastnewt for the help!
|
2014-01-21 11:16:39 -08:00 |
|
TfT_02
|
a1c1271d21
|
Fix issues pointed out by the FindBugs plugin
|
2014-01-20 23:20:51 +01:00 |
|
TfT_02
|
d1fcd6958f
|
Check if brewingStand == null
Fixes #1804
|
2014-01-20 22:38:20 +01:00 |
|
TfT_02
|
f39623c279
|
Bit of Alchemy cleanup
|
2014-01-20 22:38:04 +01:00 |
|
GJ
|
520f5cb116
|
Fix the broken build. Shame on me.
|
2014-01-20 14:53:31 -08:00 |
|
GJ
|
43e2c813d1
|
Clean up some of our messes.
|
2014-01-20 13:58:40 -08:00 |
|
TfT_02
|
c6ea32f0b0
|
Added Ender Dragon, Wither, and Witch to combat experience multipliers
They do not give any XP by default.
Fixes #1763
|
2014-01-19 19:40:33 +01:00 |
|
TfT_02
|
976c3b8494
|
Fix bug which prevented Hoppers from inserting new bottles
Fixes #1801
|
2014-01-19 15:35:27 +01:00 |
|
TfT_02
|
82509fb476
|
Added custom XP boost perk
|
2014-01-19 01:08:38 +01:00 |
|
TfT_02
|
c27d79cf25
|
Added new XP perk - 10% boost
Adds #1698
|
2014-01-19 01:08:37 +01:00 |
|
TfT_02
|
de912c1e07
|
Make sure the player is valid as well
|
2014-01-19 01:08:37 +01:00 |
|
TfT_02
|
2159aa91ff
|
Add missing alchemy ingredient tiers to ingredient check
|
2014-01-18 20:28:28 +01:00 |
|
TfT_02
|
748dba41dc
|
Randomize the treasure drop amounts instead of always dropping everything
For example, the guaranteed 5 diamonds will now be a 1-5 diamond drop.
|
2014-01-18 19:15:38 +01:00 |
|
TfT_02
|
9349416326
|
Check if brewing stand still exists before processing AlchemyBrewTask
|
2014-01-18 19:11:15 +01:00 |
|
TfT_02
|
3b794c897d
|
Make sure the party leader is online before attempting to notify
|
2014-01-18 19:06:20 +01:00 |
|
TfT_02
|
b460f7a564
|
Add more debug messages in onDisable()
So that we can track down why the disable proces slows down
|
2014-01-18 16:59:16 +01:00 |
|
TfT_02
|
383b048fef
|
Changed config validation for Rank_Levels, successive Ranks can now be less than or equal to each other
Closes #1790
|
2014-01-18 12:02:05 +01:00 |
|
TfT_02
|
243a3bfbf6
|
Remove trailing whitespaces
|
2014-01-18 12:02:05 +01:00 |
|
TfT_02
|
6b653fa606
|
Changed appearance of party member list
|
2014-01-17 18:58:07 +01:00 |
|
TfT_02
|
818962e668
|
Added party levels
Parties now have XP and Levels. Party features such as party teleport and party chat have to be unlocked before they can be used by the party members
|
2014-01-17 18:56:27 +01:00 |
|