Frank van der Heijden
7f1944b61d
Update regex to also match colorless healthbar instances
2020-07-13 15:33:22 +02:00
nossr50
7267b1501b
Why did I use contains() :thonk:
2020-07-03 13:16:17 -07:00
nossr50
f05c4121d2
Temporary Spigot bug fix
2020-07-03 13:14:33 -07:00
nossr50
2fc1ba44d8
Oopsie
2020-07-02 21:06:19 -07:00
nossr50
900a534edb
Inventory NPE fix
2020-07-02 21:04:06 -07:00
nossr50
254e1a1071
2.1.131
2020-06-30 11:51:46 -07:00
nossr50
75f404f387
Wire missing NMS
2020-06-30 11:35:36 -07:00
nossr50
78eb367b86
Repair / Salvage fixes
2020-06-30 10:03:37 -07:00
nossr50
b0ce6fb170
Missing permission nodes + missing repair XP
2020-06-30 09:35:47 -07:00
nossr50
ed69f843aa
2.1.130
2020-06-26 15:04:03 -07:00
nossr50
6b340838ee
Use the correct default repair material for netherite gear
2020-06-26 15:00:52 -07:00
nossr50
cf78b51052
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO
2020-06-26 14:45:52 -07:00
nossr50
dab255254c
Automatic spelling mistake correction on repair/salvage configs for
...
previously misspelled netherite materials
2020-06-26 14:45:26 -07:00
nossr50
83617b73b7
Fix repair
2020-06-24 23:39:14 -07:00
darbyjack
dd011c94c6
Implemented PlayerItemDamageEvent on TreeFeller
2020-06-22 17:10:29 -05:00
nossr50
795b1ffff5
Ignore soul campfires when activating abilities
2020-06-22 02:32:45 -07:00
nossr50
3fe0b44ce8
Add respawn anchors to blacklist
2020-06-22 02:28:56 -07:00
nossr50
c60fbf1761
Add lodestone to ability / tool blacklists
2020-06-22 02:25:41 -07:00
nossr50
899a0152ba
Add /mmoxpbar disable
2020-05-06 09:19:17 -07:00
nossr50
dce9a3b58d
More Blast Mining bugfixes
2020-05-05 20:28:37 -07:00
nossr50
ede5b3fd31
Blast Mining debris yield bugfix
2020-05-05 20:15:46 -07:00
nossr50
402283806d
Database choice is now logged
2020-05-05 19:51:53 -07:00
nossr50
fe2b7a8d61
Add ExperienceAPI::addCombatXP
2020-05-05 19:45:56 -07:00
nossr50
15e4dbfd92
Another oopsie
2020-05-05 19:32:22 -07:00
nossr50
d1116418be
whoops
2020-05-05 19:30:26 -07:00
nossr50
9f455f5a0d
Fix some locale errors
2020-05-05 19:23:55 -07:00
nossr50
c5ce7bd23b
Revert blast mining nerf
2020-05-05 19:19:20 -07:00
nossr50
74f8c2901d
Iron Arm Rank 1 Nerf
2020-05-05 19:08:55 -07:00
nossr50
d023b89189
Declare p right away
2020-05-01 14:43:48 -07:00
nossr50
7114ff02e5
Fix compile issue
2020-05-01 14:38:58 -07:00
Robert Alan Chapton
53c5fb7328
Merge pull request #4152 from FlXME/master
...
Fix various bugs
2020-05-01 14:29:35 -07:00
draycia
25389429ae
Don't use the Logger here
2020-04-29 01:14:55 -07:00
draycia
6c5f438099
Use logger instead of sysout
2020-04-29 01:06:53 -07:00
nossr50
239200a3d2
child skills can have their xp bars turned on
2020-04-28 13:47:33 -07:00
nossr50
07b838db0f
2.1.126
2020-04-27 19:31:22 -07:00
nossr50
666729cadc
Localize more things
2020-04-27 19:13:24 -07:00
nossr50
92c4ddce87
NPE fix
2020-04-27 19:09:37 -07:00
nossr50
2325c4eb6b
New Command mmoxpbar
2020-04-27 19:01:40 -07:00
nossr50
34fe19e35c
Less verbose unsupported material warnings
2020-04-27 17:28:27 -07:00
nossr50
145b2432e0
Combat fix
2020-04-27 17:04:01 -07:00
Mads U. Jensen
76536f0a18
Update EntityListener.java ( #4169 )
...
Remove debug broadcasts
2020-04-25 18:32:39 +01:00
nossr50
5984230bf3
CompatibilityLayer framework
2020-04-24 20:21:21 -07:00
Josh Taylor
4a5bcaa92d
Fix fishing exploit prevention
2020-04-16 05:44:26 +01:00
Shane Freeder
3a4de97c9b
Always use localized names for skills, vs just non-english
2020-04-14 02:53:44 +01:00
Felix Bergmann
69a4ec80cd
Fix resource leak on exception
...
When an exception is hit in the try statement, the readers will never get closed and leak resources
2020-04-07 10:02:22 +02:00
Felix Bergmann
877ef15374
Close resources in UUIDFetcher
...
Resource leak by not closing the InputStreamReader
2020-04-07 09:54:57 +02:00
Felix Bergmann
8dc955542d
Introduce buffering in HashChunkletManager
...
Improve the performance by introducing buffering. The current usage of FileInputStream and ObjectInputStream don't use buffering.
2020-04-07 09:45:18 +02:00
Felix Bergmann
bffabb4a05
Fix BlockStoreConversion bug on folder check
...
If dataDir.exists() is true, dataDir.isDirectory() will always also be true. You probably wanted to check whether it is a folder.
This bug could lead to a critical bug when a file with the name of the folder exists.
2020-04-07 09:27:28 +02:00
Shane Freeder
3c272a3e31
register a valid skill for AprilCommand ( Fixes #4147 )
2020-04-01 14:41:53 +01:00
Shane Freeder
9c342f24cd
Fix NPE from unloaded profiles in HolidayManager
2020-04-01 14:40:29 +01:00