GJ
945fb5ed55
Random update. :D
2012-03-26 11:04:17 -04:00
GJ
7b22c6232d
Fixed summoned ocelots never changing skins. (Thanks Xackery!)
2012-03-26 10:03:05 -04:00
GJ
3ec5894249
Generic cleanup.
2012-03-26 09:06:48 -04:00
GJ
77462888ff
Moved anvil placement handling into Repair.java
2012-03-25 16:26:40 -04:00
GJ
0ee05687d9
Removed old block place workaround code.
2012-03-25 16:13:29 -04:00
GJ
d8dbce7cc9
Updates to Italian locale file.
2012-03-24 23:17:14 -04:00
GJ
adea5a5674
Fixed Green Terra & Super Breaker awarding 4x drops at high levels.
2012-03-24 00:58:46 -04:00
GJ
443b4a193c
Fixed Shake dropping bonemeal from Squids.
...
Stupid DyeColor enum...
2012-03-23 22:30:56 -04:00
nossr50
46c31e1abb
Trying to fix formatting...
2012-03-23 12:37:13 -07:00
nossr50
46cdfe992f
Version is now 1.3.04-dev modified comments/changelog
2012-03-23 12:34:23 -07:00
nossr50
752cc88270
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO
2012-03-23 12:30:55 -07:00
nossr50
d1f13ddec0
Made MySQL reload all profiles on reconnect, modified
...
RemoveProfileFromMemoryTask
2012-03-23 12:30:27 -07:00
GJ
ea9c6f4d44
Whoops, typo.
2012-03-22 23:33:11 -04:00
nossr50
631b2342b9
Removing some unused imports from m.java
2012-03-22 15:33:15 -07:00
nossr50
189ae6fcdb
Moved convertToMySQL() into MmoupdateCommand class
2012-03-22 15:32:31 -07:00
nossr50
7d70edc0ff
Fixing small mistake with grabbing offline profiles
2012-03-22 14:31:48 -07:00
nossr50
9bfbf85b4b
Optimizing how we save PlayerProfiles a bit
2012-03-22 14:28:22 -07:00
nossr50
ab50b32f60
We don't want to pass a lowercase playerName to new PlayerProfiles yet...
2012-03-22 14:19:35 -07:00
nossr50
fc4709fe27
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO
2012-03-22 13:59:12 -07:00
nossr50
2cf789d7bf
Added console functionality to mctop
2012-03-22 13:58:54 -07:00
GJ
8aad439e99
Fixed Archery pulling the guide string for Axes.
2012-03-22 16:56:35 -04:00
nossr50
0f1f124eb5
Removing unused variables and imports from mmoedit
2012-03-22 13:45:25 -07:00
nossr50
bb06e193bc
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO
2012-03-22 13:43:19 -07:00
nossr50
4377716474
Fixed the bug with mmoedit and mcstats, reworked PlayerProfile hashmaps to
...
be stored by String instead of Player
2012-03-22 13:42:44 -07:00
GJ
cab9850fe3
Fixed saplings dropping WAY too often from Woodcutting.
2012-03-22 16:36:54 -04:00
nossr50
5ae15bfb71
Fixed exception error when editing offline player with mmoedit
2012-03-22 13:18:59 -07:00
nossr50
1ca57df0c0
Removed 'true/false' debug message from Inspect command
2012-03-22 13:15:19 -07:00
nossr50
3c42dd69d5
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO
2012-03-22 12:59:52 -07:00
nossr50
39620f1aab
Changes to MySQL reconnection stuff and OnDisable()
2012-03-22 12:59:26 -07:00
GJ
60cbf7b8b9
Fixed bugs with metadata checks. Super Breaker now works again.
2012-03-22 15:48:11 -04:00
GJ
a630022bf0
Generalized some taming stuff to work with Ocelots.
2012-03-22 11:07:20 -04:00
GJ
cd53ba04b0
Updates to Italian locale file.
2012-03-22 09:49:07 -04:00
GJ
b55e9c5c0d
Updated FakeBlockBreakEvent to align with recent Bukkit changes.
2012-03-21 21:06:28 -04:00
GJ
6887ddd570
Minor cleanup.
2012-03-20 22:51:02 -04:00
GJ
f2be996e3d
Update to SpoutStuff.java
2012-03-20 22:33:58 -04:00
GJ
664c9d9953
mcMMO - now in Italian!
2012-03-20 20:54:19 -04:00
GJ
0fa39c4ace
Moved last few hashmaps to mcMMO.java & killed off Misc.java
2012-03-20 18:36:47 -04:00
GJ
9e604aed5e
Fixed bug where some combat skills weren't taking into account all
...
damage modifiers.
2012-03-20 13:22:39 -04:00
GJ
6afcce4b7c
Piston listeners weren't tracking the last pushed block.
2012-03-20 13:03:52 -04:00
GJ
3da8955f8a
Fix for double drop exploit using pistons.
2012-03-20 00:45:01 -04:00
GJ
49bb7ecba9
Fixed issue with RIGHT_CLICK_AIR & LEFT_CLICK_AIR not firing.
2012-03-19 23:03:48 -04:00
GJ
99e58039a2
MAJOR PERMISSIONS UPDATE. PLEASE CHECK PLUGIN.YML FOR DETAILS.
2012-03-19 22:05:17 -04:00
GJ
d2edbe207d
More datatype cleanup.
2012-03-19 13:21:38 -04:00
GJ
05d16e7c15
Assorted datatype cleanup.
2012-03-19 12:54:33 -04:00
GJ
253d0ea4c8
Fixed an issue with Call of the Wild message display.
2012-03-18 23:17:43 -04:00
GJ
4f0c55460d
Fixed Excavation not rewarding XP.
2012-03-18 21:13:34 -04:00
NuclearW
8f2c424657
Move bleeding to mcBleedTimer
...
Put all the logic handling adding/removing/contains there and encapsulate our List
Additionally, should prevent a ConcurrentModificationException by locking, but I'm not 100% on the contiains not throing such an exception.
2012-03-18 16:59:35 -04:00
GJ
b10f599a87
Updates to configs.
2012-03-18 16:35:47 -04:00
GJ
c1cdba4395
clear() is better.
2012-03-18 15:28:41 -04:00
GJ
bc725f46e8
Cleaned up the way we handle bleed tracking.
2012-03-18 15:22:12 -04:00
GJ
6b99d3e5f1
Cleanup of LoadProperties, changed around a few message strings.
2012-03-18 01:42:56 -04:00
GJ
92cc494087
*CLEANUP* - Unarmed.java
2012-03-17 12:52:48 -04:00
GJ
3bb7b05d80
Fixed Lapis dropping the wrong thing (stupid DyeColor enum...)
2012-03-17 12:22:42 -04:00
GJ
ed65842e3d
No longer need to specify amount if creating ItemStack of 1 item.
2012-03-16 13:45:30 -04:00
GJ
be4abefd55
More cleanup to Woodcutting.
2012-03-16 13:33:03 -04:00
GJ
9e7209ff47
*CLEANUP* - Woodcutting.java
...
Also includes a few other minor fixes.
2012-03-16 11:30:23 -04:00
GJ
71d47eacaa
Removed lingering traces of old block tracking method.
2012-03-15 17:29:27 -04:00
GJ
ebc87f46f7
Cleanup to Repair.java, fixed bug of Herbalism double drops failing,
...
fixed bug with Super Repair calculations.
2012-03-15 13:11:56 -04:00
GJ
558e4f4dd0
Added config option to disable wheat replanting.
2012-03-15 10:24:42 -04:00
GJ
3109ee9c2a
Start of cleanup on Repair.java - will finish when it's not 3am
2012-03-15 03:10:40 -04:00
GJ
bb5d003430
Updates to metadata, change to use block.getRelative in Woodcutting.java
2012-03-15 00:52:37 -04:00
GJ
058cc3aac9
Changed placed block tracking to use metadata!
2012-03-14 23:31:56 -04:00
GJ
43ff0fa41a
Fixed bug with Green Terra not activating
2012-03-14 16:24:14 -04:00
GJ
ab8f1a4ea6
Assorted cleanup, fixed bug with abilities not working.
2012-03-14 13:33:00 -04:00
GJ
9ef1c3b5bf
Cleaned up the fishing enchantment checks.
2012-03-14 11:43:18 -04:00
GJ
ea2615aeae
Derp. Forgot a file.
2012-03-14 02:10:16 -04:00
GJ
0a927768f5
Fix some issues from the merge.
2012-03-14 02:04:00 -04:00
Grant
1470feb958
Merge pull request #193 from bm01/master
...
Fix for combat XP gain
2012-03-13 20:46:29 -07:00
GJ
5a54d6e0c5
*CLEANUP* - Swords.java
2012-03-13 15:55:42 -04:00
GJ
dc6a2b654e
Assorted cleanup.
2012-03-13 14:09:32 -04:00
GJ
a3da6b7df5
*CLEANUP* - Mining.java
2012-03-13 03:31:07 -04:00
GJ
2c417d28c5
Cleanup on Fishing.java, implemented some Enum values elsewhere.
2012-03-13 03:00:49 -04:00
GJ
71e09423fe
Made it so you leave your party if you enter a world where you don't
...
have party permissions. Also removed some unused stuff from
PlayerProfile.
2012-03-12 22:07:35 -04:00
GJ
0070333b35
*CLEANUP*
2012-03-12 17:57:44 -04:00
GJ
49bb3e0a3c
Misc. cleanup, removed old Logger.getLogger stuff.
...
Logger.getLogger() replaced with Bukkit.getLogger()
2012-03-12 17:28:13 -04:00
GJ
787ee0220a
*CLEANUP* - Acrobatics.java & Archery.java
2012-03-12 12:45:03 -04:00
GJ
0093f769f0
Fixed issue with Acrobatics Dodge checks.
2012-03-12 03:26:39 -04:00
GJ
46d0b50c52
Fix endless loop with FoodLevelChange events.
2012-03-12 02:28:24 -04:00
GJ
3e0cc358d0
Fix for Acrobatics leveling exploit - Fixes MCCORE-74
2012-03-12 01:45:08 -04:00
GJ
0a8d34a21f
*CLEANUP* - mcSpoutListener.java & mcSpoutScreenListener.java
2012-03-11 01:39:14 -05:00
GJ
def65282dd
*CLEANUP* - mcSelfListener.java & mcSpoutInputListener.java
2012-03-11 01:19:19 -05:00
GJ
4359dc764f
*CLEANUP* - mcPlayerListener.java
...
Also moved some stuff around to more appropriate files, created classes
for a few Runnables, and mcLocale'd a couple of strings.
2012-03-10 22:21:53 -05:00
GJ
28c590f079
*CLEANUP* - mcEntityListener.java
2012-03-10 20:15:55 -05:00
GJ
989f12e65b
Fixed NPE when breaking placed Herbalism blocks.
2012-03-10 15:43:48 -05:00
GJ
ce8ddded92
Major updates to Herbalism.
2012-03-10 13:03:31 -05:00
GJ
5d55af8183
Fixed Green Terra not working.
2012-03-10 00:20:51 -05:00
bm01
d391d12ab5
Alert lone players trying to speak in party chat
2012-03-10 03:15:29 +01:00
NuclearW
f5a559efa6
Lets add some CONFIG to that cooldown
2012-03-09 19:54:56 -05:00
nossr50
0c8b944b12
Lets add some RED to that message
2012-03-09 16:42:15 -08:00
nossr50
7ff02e51f5
Fixing maths
2012-03-09 16:41:29 -08:00
nossr50
a40d3f5f9c
PTP now has a 30 second cooldown from when you were last hurt
2012-03-09 16:40:39 -08:00
GJ
3eb8f6a1a4
Fixed one more thing.
2012-03-09 19:28:33 -05:00
GJ
132388fe3f
Fix for stuff not breaking right.
...
Still an issue with Herbalism & Green Terra, though.
2012-03-09 19:19:49 -05:00
nossr50
0d14918946
.triggerCheck() is only called when it needs to be (NoCheat fix)
2012-03-09 16:11:24 -08:00
bm01
7c3b6b9fb3
Fix for combat XP gain
2012-03-09 22:03:40 +01:00
GJ
37b5991dcc
Sand/gravel exploit fix.
2012-03-09 14:00:34 -05:00
GJ
09044016cd
Fixed a few issues in mcBlockListener.
2012-03-09 12:43:50 -05:00
nossr50
577badf4d8
Fixed ArrayIndexOutOfBounds with mmoedit
2012-03-09 02:02:45 -08:00
GJ
de1539ac1d
Cleanup.
2012-03-09 01:44:29 -05:00
GJ
6e8cfe5ec9
Assorted bug fixes & cleanup.
2012-03-09 01:24:09 -05:00