Commit Graph

1400 Commits

Author SHA1 Message Date
Indyuce
6aabc21835 small api change; fixed an issue with melee attacks 2021-10-29 19:13:34 +02:00
Indyuce
fcb39c9681 fixed vanilla bow and crossbow damage 2021-10-29 18:05:42 +02:00
Indyuce
1aed93ced9 Removed #advanced-enchants# for less confusion 2021-10-29 16:50:47 +02:00
Indyuce
d555fe71b4 fixed an issue with citizens 2021-10-29 16:26:38 +02:00
Indyuce
3e90285fdd fixed the item edition update issue 2021-10-29 12:35:18 +02:00
Indyuce
3b8540b40d attackMetadata slight changes ; better support for MM skill conditions 2021-10-28 23:46:22 +02:00
HexedHero
6e2fb4c19d Let the PlayerData load before trying to update items on player join
- Fixes a NPE on the players first join with items that need updated
2021-10-26 04:49:05 +00:00
Dancull47
279b008122 - Re-enabled ItemBuildEvent 2021-10-24 23:00:29 -04:00
Dancull47
3c789c00ae - Fixed rounding issue with Math in Stats 2021-10-23 23:24:43 -04:00
Dancull47
e947f64200 - Fixed Item Editor GUI not updating properly 2021-10-19 18:01:36 -04:00
Gunging
6f77e0f666 Added a way to protect GooP Converter's converted items from the RevID system. 2021-10-18 16:52:53 -05:00
Gunging
6b80ca51bd Merge remote-tracking branch 'origin/master' into crafting 2021-10-18 16:47:59 -05:00
Dancull47
a4448f4317 - Fixed Async error with new ItemBuildEvent 2021-10-15 06:20:59 -04:00
Gunging
79d428e898 Merge remote-tracking branch 'origin/master' into crafting 2021-10-15 03:29:03 -05:00
Dancull47
27b8e5beac - Added ItemBuildEvent to API 2021-10-14 19:10:44 -04:00
Gunging
597f092cf2 Improved NBTTags Stat History recognition. 2021-10-07 11:07:14 -05:00
Dancull47
c28107a743 - Fixed error with Math for newer Java versions
- Adjusted syntax to be more compatible with equations

New syntax is `%`s instead of `()`s
For example `movement-speed: 'Speed: +MATH%(#+10)*10%'`
2021-10-06 15:39:28 -04:00
Dancull47
ad2536a9d2 - Added MATH(equation) to the stats.yml file.
I got this idea because of the Movement Speed system. The default Minecraft Movement Speed is 0.1, but IMO having 0.1 appear on Items, doesn't seem like a significant increase, even though you're actually doubling the Player's speed.

So now you can add to your stats.yml `movement-speed: 'Speed: +MATH(#*10)%'`
Now if I set the movement speed stat on an item to 0.1, the item will display in its lore "Speed: +100%"

This is purely "cosmetic" meaning this will only affect how the specific Item Stat is displayed in the Lore, not the stat itself!
2021-10-06 13:02:34 -04:00
Indyuce
97e50b5dc6 Fixed vanilla bow/trident damage 2021-10-03 12:32:46 +02:00
Indyuce
90dc0bfa9c Merge remote-tracking branch 'origin/master' 2021-10-03 12:08:50 +02:00
Indyuce
af8c81e8a9 Fixed staffs and whips dealing no damage 2021-10-03 12:08:39 +02:00
Dancull47
6cf6f741c9 - Might've fixed vanilla Trident damage issue 2021-09-30 02:27:55 -04:00
Dancull47
4aec143383 - Might've fixed vanilla Bow damage issue 2021-09-25 05:12:45 -04:00
Gunging
b134744a5f Makes ARMOR item explorer four slots tall. 2021-09-24 01:29:17 -05:00
Gunging
7a69f3b1ff Fixes shapeless recipes unreliability. 2021-09-23 20:55:10 -05:00
Dancull47
a42f382d36 - Made Gem Stones success rate 100% by default / if a value isn't set, as they should be
- Changed sound for attempting to apply a Skin to an item which already has a skin, because it shouldn't be the same sound as successfully applying a skin
2021-09-19 07:36:15 -04:00
Dancull47
1d8cb1d9c7 - Added Sneak Casting Mode for Abilities 2021-09-18 06:02:30 -04:00
ASangarin
c094ac8650 Disabled Denizen hook until it can be fixed properly 2021-09-12 19:04:20 +02:00
ASangarin
0d5edb202b Moved the DenizenHook line 2021-09-12 18:37:45 +02:00
ASangarin
9d296b1438 Denizen support fixed 2021-09-03 18:55:14 +02:00
ASangarin
c3e0b250f4 last test 2021-09-03 18:34:22 +02:00
ASangarin
8a2efa2e9a test 2021-09-03 18:26:39 +02:00
Monzter
14cbbcad15 Fixed Crafting Station Placeholder Condition
- `=`s cannot be used as comparators. Instead replace them with a `+`
For example, `placeholder{placeholder=%mmocore_profession_mining%~<+~20}` is less than or equal to
`placeholder{placeholder=%mmocore_profession_mining%~+~20}` is equal to

If using `+` gives you incorrect results when attempting to see if something is equal (Says that it is not equal, even though it is), use `equals` instead. Greater than or equal to & Less than or equal to, should NOT have incorrect results, only direct `+` equal to comparisons may.

So if `placeholder{placeholder=%mmocore_profession_mining%~++~20}` result is incorrect, then use `placeholder{placeholder=%mmocore_profession_mining%~equals~20}` instead.
2021-08-28 22:21:52 +00:00
Ashijin
e174d501e9 kick kick kick 2021-08-28 02:52:12 -06:00
Gunging
9b02d8152c Upgrade / Enchantment combination types read correctly for smithing recipes. 2021-08-26 16:29:31 -05:00
Indyuce
f5e55c01a4 6.6.1 release 2021-08-26 13:07:30 +02:00
Indyuce
7082cae74d fixed things 2021-08-26 11:19:13 +02:00
Indyuce
f5ea91fd44 moved flags to mythicLib, entityHandler rework 2021-08-25 14:56:04 +02:00
Indyuce
c07fc26eca fixed advancedEnchants compatibility 2 2021-08-25 10:55:00 +02:00
Indyuce
95e7496f7d Merge remote-tracking branch 'origin/master' 2021-08-25 10:49:55 +02:00
Indyuce
5dd75fb8fc fixed advancedEnchants compatibility 2021-08-25 10:49:33 +02:00
Indyuce
6fcfee9b5d !adapt to newest mmocore builds 2021-08-24 17:22:00 +02:00
Gunging
05c49205c0 Gemstones no longer copy 'all their stats' to items they are put onto (under funny circumstances) 2021-08-21 15:26:48 -05:00
Gunging
be6bce4b34 Merge remote-tracking branch 'origin/master' into crafting 2021-08-21 15:23:10 -05:00
Indyuce
8e0375bf36 !fixed compile error 2021-08-20 13:03:05 +02:00
Indyuce
943291433f !removed useless default messages 2021-08-20 12:41:51 +02:00
Indyuce
e3a1bda136 !removed useless 2021-08-18 23:19:03 +02:00
Indyuce
bc8c16b944 Merge remote-tracking branch 'origin/master' 2021-08-18 23:01:53 +02:00
Indyuce
12eff188bb !fuck me 2021-08-18 23:01:39 +02:00
Ashijin
7672603967 ! missing gson 2021-08-17 21:15:04 -06:00