nossr50
7ea9ec5c2f
Another 1.13.2 fix
2020-08-18 20:28:09 -07:00
nossr50
e5f1738168
1.13.2 related bugfixes for the new item tracking
2020-08-18 20:28:02 -07:00
nossr50
557cfe3944
Some bugfixes to the new ability tool tracking
2020-08-18 19:47:15 -07:00
nossr50
a7ded7e982
super boosted items are now tracked differently
2020-08-18 18:41:31 -07:00
nossr50
c6b2cba007
Reworked Iron Arm Style into Steel Arm Style which scales over 20 ranks
2020-08-17 23:32:13 -07:00
nossr50
a2f2614b10
2.1.141
2020-08-11 16:13:28 -07:00
nossr50
3a035e234a
Scoreboards fixes
2020-08-08 15:56:53 -07:00
Flannery Lue Moore
375292c0b3
PR for gilded blackstone and nether gold ore to the mining skill, and nether gold ore to the smelting skill. ( #4253 )
...
* Added gilded blackstone and nether gold ore.
* Added nether gold ore to smelting xp.
2020-08-06 15:22:48 -07:00
nossr50
a05c015732
Fix Netherite not working for certain skills (like Skull Splitter)
2020-07-30 16:12:50 -07:00
nossr50
9f9518eea0
2.1.137 - avoid npe on armor iterating
2020-07-30 13:05:19 -07:00
nossr50
9266a54fce
debug tweaks
2020-07-30 11:17:08 -07:00
nossr50
270298c265
2.1.136
2020-07-29 07:41:47 -07:00
nossr50
38122d8f17
Furnace ownership tweaks
2020-07-28 21:56:51 -07:00
nossr50
8e3d203594
only cleanup furnaces without a job
2020-07-27 21:34:47 -07:00
nossr50
4169dceca8
debug tweak for furnaces
2020-07-27 21:20:03 -07:00
nossr50
567a5461e1
Add some more mmodebug related to furnaces
2020-07-27 21:19:25 -07:00
srbedrock
2eb924d433
Update CommandRegistrationManager.java
2020-07-26 22:04:43 -03:00
srbedrock
c97dc4181d
Update CommandRegistrationManager.java
2020-07-26 22:01:30 -03:00
Ineusia
353fb80957
Use localized names for SuperAbility names
2020-07-25 12:13:54 -05:00
nossr50
3ae1b5e987
Don't simulate block breaks when assigning furnace ownership
2020-07-25 08:37:19 -07:00
nossr50
35cde870ff
Reworked a lot of stuff to do with Smelting
2020-07-23 20:59:34 -07:00
nossr50
fdd951f1f1
Second Smelt makes use of its own section in Bonus Drops in config.yml
...
Co-authored-by: t00thpick1 <t00thpick1dirko@gmail.com>
2020-07-13 12:31:30 -07:00
nossr50
7eae59a0b3
Misc code fixes
2020-07-13 11:39:03 -07:00
nossr50
7eef87b2e0
Turn off unused NMS compatibility layers
2020-07-13 07:39:16 -07:00
Frank van der Heijden
7f1944b61d
Update regex to also match colorless healthbar instances
2020-07-13 15:33:22 +02: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
dab255254c
Automatic spelling mistake correction on repair/salvage configs for
...
previously misspelled netherite materials
2020-06-26 14:45:26 -07: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
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
9f455f5a0d
Fix some locale errors
2020-05-05 19:23:55 -07:00
Robert Alan Chapton
53c5fb7328
Merge pull request #4152 from FlXME/master
...
Fix various bugs
2020-05-01 14:29:35 -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
nossr50
5984230bf3
CompatibilityLayer framework
2020-04-24 20:21:21 -07: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