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
nossr50
8d7f1cb595
Fixed not being able to place blocks on top of certain repair/salvage
...
anvils
2020-03-19 19:00:50 -07:00
nossr50
fd1b1fe124
treat new vines as multi block plants
2020-03-11 17:52:35 -07:00
nossr50
8f8dfcf556
Update ability black lists
2020-03-03 22:32:24 -08:00
nossr50
3aa9f385e5
Wart blocks are now treated like leaves
2020-03-03 22:09:57 -08:00
nossr50
325cbcad9d
2.1.120
2020-03-03 17:52:02 -08:00
nossr50
3a81d94b32
1.16 support part 5
2020-03-03 17:14:57 -08:00
nossr50
89a990f0cb
Another dupe fix + 1.16 support part 4
2020-03-03 16:37:13 -08:00
nossr50
d585b1c2f7
1.16 support part 3
2020-03-02 14:52:51 -08:00
nossr50
1101815f18
1.16 Support part 2
2020-02-28 16:44:37 -08:00
nossr50
441125dbd1
2.1.117
2020-02-27 07:36:41 -08:00
Shane Freeder
d4ba9d7605
Reduce mojang profile API call limit ( Fixes #4121 )
2020-02-22 11:12:52 +00:00
nossr50
7c6d5c476d
Green Thumb requires a hoe, sneak to break with a hoe
2020-02-19 16:14:21 -08:00
nossr50
e2073ff9f7
Immature crop replanting, green thumb tweaks, replant accidental break
...
protection
2020-02-19 15:58:53 -08:00
Shane Freeder
11ca0d9ff1
Fix 1.13.x archery compat
2020-02-04 23:36:54 +00:00
Shane Freeder
4eef4a3e41
Fix CCE from spectral arrows ( Fixes #4114 )
2020-02-04 23:29:51 +00:00
Shane Freeder
816b64cb70
Track spectral arrows for combat
2020-01-28 16:37:02 +00:00
Shane Freeder
0ffcff53b3
Further address locale issues (Targets #4083 )
2020-01-26 17:48:14 +00:00
nossr50
ac731258c7
Berserk now breaks glass and makes noise when doing so
2020-01-24 01:09:19 -08:00
nossr50
7b8c90d362
BlockCracker fix for infested stone bricks
2020-01-24 00:56:16 -08:00
nossr50
055391e908
Hacky fix for spigot bug
2020-01-24 00:43:18 -08:00
Shane Freeder
406429f4e3
Use ThreadedLocalRandom for RNG utils
2020-01-16 18:21:35 +00:00
nossr50
ceaff0c862
SkillShot tweaks
2020-01-14 20:09:41 -08:00
nossr50
7c156319be
Skill Shot is now multiplicative instead of additive
2020-01-14 19:53:37 -08:00
nossr50
24b3bf1100
NPE fix for combat on unloaded profiles
2020-01-14 19:44:17 -08:00
Shane Freeder
3cbbf1bee0
Move valid check higher up, no need to set additional metadata
2019-12-31 12:17:03 +00:00
Shane Freeder
8fd1af4cbf
Don't cache mob infomation in the updater task
2019-12-31 12:16:12 +00:00
Shane Freeder
601297799f
Enforce locale usage for enums to ensure correct casing ( Fixes #4086 )
2019-12-16 01:05:47 +00:00
Shane Freeder
b7dd491c01
Prevent nesting of bleed damage
...
This commit prevents the nesting of damage event processing in general in
regards to bleed, health related stuff will need a further glance over down
the line, however; This will fix a major problematic area
2019-11-13 19:53:02 +00:00
Shane Freeder
122c8b0faa
Added missing 1.14 blocks to ability/tool activation blacklists ( Fixes #4050 )
2019-09-22 04:30:24 +01:00
nossr50
51a373db4f
Fixing an Acrobatics exploit
2019-09-17 18:59:44 -07:00
Robert A. C
260d0f9b4a
Merge pull request #4051 from Shrek5InTheatres2019/master
...
McMMOPlayerProfileLoadEvent for the api
2019-09-14 16:05:26 -07:00
Shrek5InTheatres2019
c3548be380
deleting one character variables for good
2019-09-09 17:56:06 -07:00
Shrek5InTheatres2019
c6c1c39a98
player profile load event from issue request #4045
2019-09-06 16:44:58 -07:00
nossr50
e84e9a7dc8
more blacklisted blocks
2019-09-05 18:58:50 -06:00
Shrek5InTheatres2019
e27d299132
removing unnecessary code
2019-08-29 23:16:26 -07:00
Shrek5InTheatres2019
7cf40d9dbf
Implementing request from issue #3918
2019-08-29 18:51:48 -07:00
Robert A. C
e4d081f14b
Merge pull request #4039 from Mixpa/master
...
simply if code
2019-08-26 14:34:36 -06:00
nossr50
bba35f8a4e
Set player scoreboards to main server scoreboard upon entering a blacklisted world
2019-08-26 14:15:42 -06:00
Mixpa
dfeab6b558
simply if code
2019-08-25 21:51:19 +08:00
Shane Freeder
5ea2c493e8
Don't process mcmmo damage for invuln ( #4028 )
2019-08-24 17:40:46 +01:00
nossr50
2b72e8e69f
Making Limit Break code clearer to understand
2019-08-22 14:54:47 -06:00
nossr50
4bb8e20b59
2.1.102
2019-08-21 04:57:02 -07:00
Shane Freeder
e8165321e1
Fix bleed tasks invoking ruptures
...
Also, made the mcmmo custom damage checks handle nested calls
2019-08-21 01:05:01 +01:00
nossr50
4246f59d44
2.1.101
2019-08-09 17:18:26 -04:00
Shane Freeder
ac29c51d6e
Fixed an NPE that may occur with random chances on a player without loaded data
...
Also correct changelog version
2019-08-02 03:34:26 +01:00
Shane Freeder
e4d980b135
Fixed some concurrency concerns around BleedTasks
2019-07-29 17:41:57 +01:00
nossr50
c3ec6a0b80
Debug message color tweaks
2019-07-25 21:50:17 -07:00
nossr50
509ca5ae7f
毎日...
2019-07-25 21:47:11 -07:00
nossr50
9b3091add4
Debug mode will now dump info about XP perks and how they are modifying
...
incoming XP gains
2019-07-25 21:43:19 -07:00
nossr50
952ee9556a
Fixing Taming XP
2019-07-24 19:57:58 -07:00
Yukiiro-Nite
c03907b5a3
Close all the files after unload instead of before
...
- This ensures that all file handles are closed after a world is
unloaded, since the unloadChunk function calls saveChunk, which
opens files.
- Should resolve issue #3995
2019-07-21 01:01:42 -04:00
nossr50
5f7f6fc55a
Fixed a NPE with taming.
2019-07-10 05:03:33 -07:00
nossr50
36932e397d
2.1.96
2019-07-08 07:57:07 -07:00
nossr50
6bc57f184a
2.1.95
2019-07-07 02:48:17 -07:00
nossr50
6c58e8a243
Limit Break Nerfs
2019-07-07 02:33:39 -07:00
nossr50
67a687ee40
Fix Ender Pearls not preventing XP gains in offhand
2019-07-07 01:55:23 -07:00
nossr50
ec44c99076
Many Herbalism bug fixes
2019-07-07 01:42:57 -07:00
nossr50
0b2d0fa332
Make the last bug fix compatible with 1.13
2019-07-05 06:14:54 -07:00
nossr50
304a942f51
Fixed a bug preventing wandering traders from granting XP
2019-07-05 05:51:41 -07:00
nossr50
1307169d8b
Debug Stick is now replaced by /mmodebug
2019-07-02 17:29:33 -07:00
nossr50
444edb209c
Remove summoned entities on server shutdown
2019-07-02 01:14:11 -07:00
nossr50
a19ddb46b6
Fixing some bugs, tweaking some strings for COTW
2019-07-02 00:32:38 -07:00
nossr50
53d6065185
Numerous COTW tweaks
2019-07-01 23:50:30 -07:00
nossr50
a66940b2b8
Unarmed no longer uses a serverwide cooldown for all players for bonus
...
damage
2019-06-30 12:19:45 -07:00
nossr50
517ca6568f
Increase compatiblility with crazy enchants
2019-06-25 22:29:02 -07:00
nossr50
74a2485cff
Multiple tweaks to how salvaged items travel towards a player
2019-06-25 18:02:16 -07:00
nossr50
68ad507be3
Skills which used to unlock at level 5 now unlock at level 1 and some
...
tweaks to ranks of other skills, and length scaling for super
abilities. Early game boost has also been modified.
2019-06-24 20:17:35 -07:00
nossr50
764b4c20f5
Tools with durability enchant will be damaged properly by super
...
abilities again (at a reduced rated)
2019-06-24 17:49:02 -07:00
nossr50
b479d45f14
Level Cap bugfixes and tweaks
2019-06-22 14:48:16 -07:00
nossr50
c6d604bbbc
Inspect, Salvage, and Locale fixes
2019-06-21 08:05:57 -07:00
nossr50
5698d8282c
2.1.85
2019-06-20 00:02:48 -07:00
nossr50
83636644b1
2.1.84
2019-06-18 15:28:56 -07:00
nossr50
c83d38b5c2
Arrow Retrieval will no longer work with piercing enchant
2019-06-18 13:06:26 -07:00
nossr50
2cecc91026
WG Hardcore penalty flag 'mcmmo-hardcore'
2019-06-17 08:25:37 -07:00
nossr50
38bc60ba86
Inspecting offline players no longer requires permissions + fixing
...
errors when using mcrank on an offline player
2019-06-17 08:19:15 -07:00
nossr50
218b2a1a75
Double check that a Player is not an NPC when loading profiles
2019-06-17 07:00:39 -07:00
nossr50
c3f38cdabd
A few typos in javdocs
2019-06-15 21:22:21 -07:00
nossr50
9c04054017
2.1.80
2019-06-12 12:23:58 -07:00
nossr50
98f6eac50c
Super Abilities don't do extra durability damage to tools with the
...
unbreaking enchantment
2019-06-12 10:18:43 -07:00
nossr50
46dee3c9b6
Numerous tweaks to salvage + fixing repair bugs
2019-06-10 22:37:20 -07:00
nossr50
a677450d50
Fix NPE on server shutdown with no user data
2019-06-09 05:07:34 -07:00
nossr50
a132172507
You can no longer repair/salvage item stacks with more than one item
2019-06-08 10:20:22 -07:00
nossr50
00bee60151
Prevent tool ready messages on shulker boxes
2019-06-07 05:13:37 -07:00
nossr50
0638f4c437
2.1.69
2019-06-05 23:50:39 -07:00
nossr50
426b2d27e7
Fix NPE for new data tracker
2019-06-05 21:43:07 -07:00
nossr50
3ce3ac5350
mcMMO should no longer lose a few minutes of player data from shutting
...
down the server
2019-06-05 21:11:44 -07:00
nossr50
4048ecc764
Fixing some imports
2019-06-02 22:42:03 -07:00
nossr50
f93a1aa151
2.1.68 - You can use food in the off hand with the diet abilities now.
2019-06-02 22:41:13 -07:00
nossr50
9111590dc2
2.1.67
2019-05-31 19:46:14 -07:00
nossr50
54eca5b8ba
Fixed a bug where RetroMode would always use Linear formula
2019-05-27 20:13:22 -07:00
nossr50
1cda612e86
Fixed a bug that would spam other players when someone used an ability
2019-05-27 19:25:36 -07:00
nossr50
50e4e971d9
Standard level scaling now mirrors RetroMode in a true 1:10 parity
2019-05-27 17:37:54 -07:00