019d22d92a
Make mcMMO quieter by moving most log messages to debug only
2023-06-19 16:26:30 -07:00
e9a020565f
Added fail safes against bonus drop meta not being cleaned up
2023-05-29 14:34:47 -07:00
db01b61371
2.1.220
2023-05-13 14:42:14 -07:00
640f4b0a9b
Fix mcMMO attempting to copy out custom repair/salvage configs
2023-04-17 12:07:41 -07:00
978ee4a9a3
Optimize the imports
2023-04-11 15:49:37 -07:00
0ab93586fd
Config files will update automatically again
2023-04-11 15:48:14 -07:00
79730383ab
Fixed wiki url being incorrect in various commands
2023-04-03 16:47:58 -07:00
e011f545a7
Added smithing_table to tool readiness blacklist
2023-04-02 20:44:00 -07:00
cd96bc79d8
Change isHerbalismDrop to use strings.. this method still needs more work
2023-04-02 20:24:04 -07:00
db4b820f80
Add new hanging signs to tool readiness blacklist
2023-04-02 19:58:16 -07:00
ca710b4302
Add chiseled_bookshelf to tool readiness blacklist
2023-04-02 19:55:30 -07:00
668cc0e4a3
Add support for upcoming Cherry trees
2023-04-02 19:53:13 -07:00
2362fe994a
Don't call EntityDamageByEntityEvent with null damager ( #4863 )
...
Co-authored-by: Elioby <elioby@users.noreply.github.com >
2023-02-09 18:11:30 -08:00
101c43a4bc
Tree Feller now partially destroys trees if the whole tree is too big
...
Fixes #4811
2022-08-07 15:55:19 -07:00
45f96793a5
Revert "Players who used unarmed combat are still considered using unarmed while not holding weapons for a brief time period"
...
This reverts commit 993b418fbc
.
2022-07-24 10:05:56 -07:00
993b418fbc
Players who used unarmed combat are still considered using unarmed while not holding weapons for a brief time period
2022-07-23 16:13:49 -07:00
444e1532f2
2.1.214
2022-06-09 22:39:11 -07:00
1a34d2f647
Added 25% xp boost permission ( #4773 )
2022-06-09 14:31:06 -07:00
d543843235
Fix Maven build failure ( #4779 )
2022-06-09 14:26:50 -07:00
f6268fe291
Add in new 1.19 stuff and tweak treasures.yml
2022-06-07 18:00:32 -07:00
d19cf1e260
2.1.212 - Fixed herbalism exploit and added damage limit for XP
...
calculations used in combat
2022-04-28 18:31:10 -07:00
4a8630262e
Fix hanging plants searching up instead of down. ( #4766 )
2022-04-28 08:33:45 -07:00
5ab55c1653
mcMMO will no longer use the DamageModifier API (potentially fix immortal player bug)
2022-03-17 19:58:42 -07:00
0bf3f98d95
2.1.210
2022-03-17 13:59:17 -07:00
fa33fa3d32
Revert 3 commits (work will be continued in branch)
...
Revert "Disabling mcMMO when the config breaks is dumb"
This reverts commit 86e7bfbf89
.
Revert "Config validation rewrite part 1"
This reverts commit 16e90da8fd
.
Revert "Update changelog"
This reverts commit 0ccd89fad4
.
2022-03-17 13:49:46 -07:00
16e90da8fd
Config validation rewrite part 1
2022-01-30 15:31:52 -08:00
3be15d3f65
Rewrite how mob/item/block metadata is tracked/retrieved
...
Fixes #4720
2022-01-17 15:32:02 -08:00
c21a040ddb
Huge changes to how config files are loaded/updated, fixes many issues
...
Fixes #4715
2022-01-10 22:29:22 -08:00
ef714f98c9
Fix parties at level cap gaining XP and thus spamming messages
...
Fixes #4686
2021-12-27 11:22:16 -08:00
dd550feb65
Update BlockTracker to use Spigot API directly instead of compatibility
...
layer
Fixes #4692 Fixes #4698
2021-12-27 11:09:27 -08:00
ddc9a69f4b
Fix ScoreboardManager NPE and added locale messages relating to scoreboards
2021-12-27 10:46:56 -08:00
fbe0cd1471
Fixing like 10 memory leaks Fixes #4670
2021-12-11 22:22:02 -08:00
10470dde13
Reduce default volume of level up sound
2021-12-11 21:19:30 -08:00
09ce259288
fix issue #4667 ( #4669 )
2021-12-07 19:55:42 -08:00
519d469cb2
Add null check to XP gain handler, fixes #4663 ( #4677 )
...
* Add null check to XP gain handler, fixes #4663
Co-authored-by: Robert Alan Chapton <nossr50@gmail.com >
2021-12-07 19:54:48 -08:00
9ab4584dfe
MOB_METADATA_KEYS should be immutable
2021-11-14 09:36:00 -08:00
8d27e8fccf
2.1.205
2021-11-14 09:33:27 -08:00
81faf93f31
Fix hex colors in broadcasts ( #4651 )
2021-11-08 19:01:14 -08:00
182717eacf
Fix issue #4105 Fishing shake percentage seems off. ( #4649 )
2021-11-08 18:57:32 -08:00
a2e10dbd0c
Azalea trees bone mealed into existence no longer get marked unnatural
...
Fixes #4640
2021-10-05 11:58:31 -07:00
c30892a0a5
Add flowering azalea leaves to Tree Feller
2021-09-28 00:09:04 -07:00
6cad4993ed
Tweaked Rupture's visual/audio effect
2021-08-10 14:42:08 -07:00
cd937a812d
Fix for impact armor damage formula ( #4425 )
...
* Update SkillUtils.java
Add handleArmorDurabilityChange() to handle armor damage reduction correctly
* Update AxesManager.java
Changed method to handle impact damage calculation
* Update SkillUtils.java
2021-08-10 14:19:18 -07:00
dc94fedee1
Added member getPlayer to McMMOItemSpawnEvent
...
Fixes #4572
2021-07-20 18:47:25 -07:00
e816310da8
Fix mcmmo picking wrong version on builds withou patch number ( #4555 )
...
* Fix server versioning
* Switch to regex when getting server version
* add comment
* Poor beginner mistakes
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com >
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com >
2021-07-01 16:07:44 -07:00
7e28799f94
Fix SQL on 1.17 (hacky) and optimized CompatibilityManager
2021-06-15 14:19:30 -07:00
78dc56d263
Update Deepslate Lapis Ore on MaterialMapStore
2021-06-11 14:47:11 -07:00
5f0cc2b09a
Fix Smelting not recognizing the new 1.17 smeltables (like raw ores)
2021-06-11 14:22:33 -07:00
33df92ea3a
Add tuff to super breaker
2021-06-06 20:42:07 -07:00
c3d86ba6c5
Add support for Tuff
2021-06-06 20:41:59 -07:00