nossr50
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
nossr50
4db6e03517
Hacky workaround for Spigot API bug not showing burntime to the client when burntime was too high
2022-07-23 14:43:24 -07:00
nossr50
6d7982c0cf
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO
2022-07-17 14:03:10 -07:00
nossr50
89fa26d0eb
Potential fix for #3005
2022-07-17 14:00:03 -07:00
destro174
aa4011a226
Use item in mainhand to get drops when using treefeller ( #4781 )
2022-06-11 16:41:27 -07:00
Warrior
4a8630262e
Fix hanging plants searching up instead of down. ( #4766 )
2022-04-28 08:33:45 -07:00
nossr50
5ab55c1653
mcMMO will no longer use the DamageModifier API (potentially fix immortal player bug)
2022-03-17 19:58:42 -07:00
nossr50
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
nossr50
16e90da8fd
Config validation rewrite part 1
2022-01-30 15:31:52 -08:00
nossr50
3be15d3f65
Rewrite how mob/item/block metadata is tracked/retrieved
...
Fixes #4720
2022-01-17 15:32:02 -08:00
nossr50
c21a040ddb
Huge changes to how config files are loaded/updated, fixes many issues
...
Fixes #4715
2022-01-10 22:29:22 -08:00
JeBobs
2ca3544741
Added option to disallow using enchanted materials to repair items. ( #4693 )
2021-12-27 11:29:54 -08:00
TheBusyBiscuit
61388f46f1
Fixed #4694 ( #4695 )
2021-12-27 09:27:13 -08:00
nossr50
fbe0cd1471
Fixing like 10 memory leaks Fixes #4670
2021-12-11 22:22:02 -08:00
nossr50
8d27e8fccf
2.1.205
2021-11-14 09:33:27 -08:00
NemuruYama
ba1f15b655
Fixed the alchemy properly ( #4658 )
2021-11-14 08:05:42 -08:00
gecko10000
2347fc294f
Fix IndexOutOfBoundsException for fake brew event by adding to list instead of setting the index (which doesn't work) ( #4655 )
2021-11-10 04:54:31 -08:00
nossr50
8eee39b88b
mcMMO now requires the latest MC version (currently 1.17.1)
...
Fixed a few bugs from API breaks
2021-11-08 18:38:50 -08:00
nossr50
f8433cdbcc
Fixed Kelp not awarding XP
...
Fixed #4639 Fixed #4110
2021-10-05 12:39:56 -07:00
tunagohan
7fc6577196
Propose: Add an option for Exploiting Fishing. ( #4619 )
...
* feat: Add exploiting option for fishing
* Update experience.yml
Let's change how this was named
* Update ExperienceConfig.java
Let's change how this was named
Co-authored-by: Robert Alan Chapton <nossr50@gmail.com >
2021-09-22 15:11:54 -07:00
emanondev
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
Griffin Kubesa
dfa16c70a7
Set TNT source in blast mining ( #4580 )
...
* Set TNT source in blast mining
* Compatibility with older versions
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com >
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com >
2021-08-10 14:13:25 -07:00
nossr50
6d9a9d165d
Blast Mining shouldn't drop Budding Amethyst
...
Fixes #4589
2021-08-10 13:46:33 -07:00
nossr50
dc94fedee1
Added member getPlayer to McMMOItemSpawnEvent
...
Fixes #4572
2021-07-20 18:47:25 -07:00
nossr50
de6ba4fb6a
Dodge no longer triggers while blocking
...
Fixes #4543
2021-06-22 14:59:40 -07:00
nossr50
5f0cc2b09a
Fix Smelting not recognizing the new 1.17 smeltables (like raw ores)
2021-06-11 14:22:33 -07:00
nossr50
f983f95961
Remove explosion from rupture, and rupture bug fixes and other tweaks
2021-04-23 11:13:59 -07:00
Warrior
7393421607
Some patches ( #4494 )
...
Fixed blocks being dropped from blast mining even if yield was set to 0.
Tree feller not working entirely if one fake block break event is cancelled. (Fixes #4189 )
Fixes no woodcutting xp being rewarded if a tree is too big while using tree feller.
2021-04-16 10:03:57 -07:00
nossr50
f7339277f8
Add more tests, fix null name bug
2021-04-13 12:41:23 -07:00
nossr50
c1c32cb1fd
Fix mcMMO saving copies of config files into the main server directory instead of the correct place
2021-04-09 10:19:34 -07:00
nossr50
56f9341f8e
Add mcMMO_Region_System.Enabled to persistent_data.yml (removed from hidden config)
2021-04-09 07:54:34 -07:00
nossr50
eec5feb2bf
PrimarySkillType refactor and other refactors
2021-04-08 13:21:34 -07:00
nossr50
5080d86e44
Refactoring code part 1 to prep for adding a bunch of unit tests
2021-04-08 10:39:07 -07:00
nossr50
c5f4666525
Fixing Shake showing the wrong chance to succeed
2021-04-05 12:47:03 -07:00
nossr50
e8577e4a9e
Fix ClassCastException for Rupture
...
Fixes #4476
2021-04-03 09:46:01 -07:00
nossr50
a2ee4be86a
Fix some bugs with Rupture and fix a small memory leak
2021-04-02 20:31:19 -07:00
nossr50
affecfeeeb
Added config options for Rupture and updated the Swords command
2021-04-02 12:02:21 -07:00
nossr50
48bf79055a
Rupture has been reworked
2021-04-02 11:00:11 -07:00
nossr50
72958bb0f3
Herbalism XP exploit fix
2021-04-02 08:32:56 -07:00
nossr50
fbd2eeb93d
Avoid NPE on beast lore jump strength checks
2021-03-29 15:14:54 -07:00
Daniel Jarski
df56d93aaa
Added Donkeys and Mules to the list of animals that display stats ( #4282 )
...
...in Beast Lore. I improperly assumed that donkeys and mules have fixed jump and movement speeds, but ones that are *bred* have variable stats just like horses.
2021-03-29 15:08:40 -07:00
nossr50
eea922c31f
TODO: Look into double drops for berry bushes
2021-03-25 14:08:22 -07:00
nossr50
e40ab38bbd
Sweet Berry bushes now grant XP when harvested and no longer activate tools
2021-03-25 13:42:20 -07:00
nossr50
444d5edd66
Fixed double smelt not working if furnace was empty
2021-03-16 13:16:17 -07:00
nossr50
a425ebcd10
Add magma blocks to the things wolves avoid
2021-03-05 14:03:31 -08:00
nossr50
4bd9ee0aa5
Never expect bukkit API to be intuitive
2021-03-02 15:17:55 -08:00
nossr50
e38bc14e86
Sometimes I hate being dyslexic, fixing illegal stack sizes in smelting.. again
2021-03-02 13:54:20 -08:00
nossr50
afd2b50900
Remove unecessary comment
2021-03-02 11:24:44 -08:00
nossr50
ac618cf48a
Add another measure to stop item stacks from becoming illegal sizes from double smelt
2021-03-02 11:15:52 -08:00
nossr50
713b0619c3
You can now disable Green Thumb for specific crops (the auto replanting) in config.yml
2021-02-26 16:18:15 -08:00