TfT_02
|
53fdf750f4
|
Pretend like the player is offline when he is vanished
Part 1 of fixing #1745
|
2014-02-28 21:56:30 +01:00 |
|
TfT_02
|
f096e915cf
|
Changed default amount of XP from mining Quartz Ore
#1886
|
2014-02-28 19:24:41 +01:00 |
|
GJ
|
ce59488e8e
|
Add FakeEntityTameEvent to match expected behavior for an animal being tamed.
|
2014-02-28 12:04:00 -05:00 |
|
GJ
|
47db522cc1
|
Because Bukkit doesn't set this automatically with setTamed. Go figure. Fixes #1888
|
2014-02-28 11:50:36 -05:00 |
|
TfT_02
|
a2cac82cba
|
Check if player has data key here as well
Fixes #272
|
2014-02-28 14:45:44 +01:00 |
|
GJ
|
2e74333eb7
|
Oops.
|
2014-02-28 08:40:00 -05:00 |
|
GJ
|
0056be2d5f
|
Assorted cleanup.
|
2014-02-28 08:36:42 -05:00 |
|
TfT_02
|
1d7e034d5e
|
Fix the updater
|
2014-02-27 22:26:58 +01:00 |
|
GJ
|
8deac175d1
|
Repair damaged user files. Fixes #1869
|
2014-02-22 09:52:36 -05:00 |
|
GJ
|
d0b766a2d3
|
Fixed bug with updating (very) old user data.
|
2014-02-21 11:38:22 -05:00 |
|
GJ
|
65692f2a83
|
Fixed bug with checking maximum durability of mod items. Fixes #1634
|
2014-02-20 12:43:11 -05:00 |
|
GJ
|
d0b0786284
|
Fixed exploit involving Call of The Wild. Fixes #1877
|
2014-02-20 11:50:56 -05:00 |
|
Luuk Jacobs
|
87ac1002de
|
Fix potion datavalues for Splash poison II potions
|
2014-02-18 08:45:44 +01:00 |
|
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 |
|
TfT_02
|
8a284c50a2
|
Rename mod files to type.default.yml
Fixes #1870
|
2014-02-16 23:08:22 +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
|
813f807876
|
Fix remaining potion data values
Fixes #1844
|
2014-02-12 13:48:24 +01:00 |
|
TfT_02
|
0060a86b20
|
Compile with 1.6.4-R2.0
|
2014-02-12 12:00:04 +01: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 |
|
TfT_02
|
679f1ed629
|
Use default Vanilla MC potion data values in potions.yml
Fixes #1821
|
2014-02-04 16:48:10 +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
|
c48ccae484
|
Compile with RELEASE to remain 1.6 compatibility for now
|
2014-02-01 00:30:37 +01:00 |
|
TfT_02
|
6264bfa15f
|
Don't store Block objects, use BlockState
Fixes #1811, Closes #1822
|
2014-01-30 20:45:21 +01:00 |
|
TfT_02
|
b50ba9c02e
|
Fix wrong data value of Potion of Hunger II
Fixes #1817
|
2014-01-26 15:13:35 +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 |
|