Commit Graph

1158 Commits

Author SHA1 Message Date
ASangarin
e73d15fa98 !Fixed inputting NBTTags and added Double object type 2020-09-27 21:37:24 +02:00
ASangarin
7605cdaf5d !merge 2020-09-27 17:46:13 +02:00
ASangarin
dd4633c7d2 !added unpolished dynamic lore system
it works and can be used in public builds, but I prefer looking at this
as a proof of concept rather than the finished code for this feature
2020-09-27 17:45:30 +02:00
Indyuce
adf4d1d529 !Added param to /mi copy 2020-09-27 00:27:56 +02:00
Indyuce
934d376108 !Fixed ingredient name display 2020-09-26 23:55:32 +02:00
Indyuce
eecb58b277 !Fixed small error message when editing abilities 2020-09-26 23:47:15 +02:00
Indyuce
6cc5b2cfac :Fixed unidentified items amounts 2020-09-26 23:38:16 +02:00
Indyuce
d613c781c2 Merge branch 'master' of https://Indyuce@git.lumine.io/mythiccraft/mmoitems/ 2020-09-26 23:30:21 +02:00
Indyuce
def0477894 !Fixed /mi reload 2020-09-26 23:30:11 +02:00
ASangarin
d5fb39f311 !Goodbye RecipeBookUtil! 2020-09-26 20:22:04 +02:00
ASangarin
06cb4d7d17 !Merge branch 'master' of https://git.lumine.io/mmoteam/mmoitems.git 2020-09-26 19:55:11 +02:00
ASangarin
8c59edb229 !Fixed another "Player must be online" error 2020-09-26 19:48:03 +02:00
Indyuce
da3bc90f6c !Fixed template preloading and editing 2020-09-26 19:33:53 +02:00
Indyuce
7bccc1b922 Weekly maniac cleanup 2020-09-26 19:33:43 +02:00
HexedHero
908e21002f Move BlockBreakEvent to HIGHEST closes #124
We don't cancel this event and we need to allow maximum runway for
plugins to cancel this event so we don't allow unintended things such as
with WorldGuard (Which was fixed with HIGH) but other plugins like Towny
is having issues.
2020-09-26 10:48:14 +01:00
ASangarin
f4a20057d0 Fixed a bug where version below 1.16 would fail to load 2020-09-24 01:32:29 +02:00
ASangarin
fd93308ea3 !OCD 😎 2020-09-23 01:21:26 +02:00
ASangarin
6fdf93ab21 MMOItems 6.2.0
- The previous crafting system is back! Horray for the recipe book! This
also fixes a lot of issues with crafting if you aren't using amounts. If
you used the amount system, please refresh your config.yml and enable it
there.
- Fixed the Diamond Sword bug. You know... The one that made all your
items turn into Diamond Swords...
- Performance boosted the ItemUse class. This should fix some major lag
caused by MMOItems.
- Added '/mmoitems reload all' command!
2020-09-22 20:38:48 +02:00
ASangarin
fdbd2cf344 !ItemUse refactor
now uses VolatileMMOItem instead of LiveMMOItem. Hopefully this will
reduce the lag caused by multi-block breaks, etc.
2020-09-22 20:34:14 +02:00
ASangarin
534ee455c0 !recipes are no longer grouped
(Recipe.setGroup(String) did not do what I thought it would)
2020-09-22 19:00:33 +02:00
ASangarin
2a346d44b1 !reload command cleanup
also added /mi reload all
2020-09-22 18:59:56 +02:00
ASangarin
e539e9381a !reverted the template preloading code 2020-09-22 18:51:03 +02:00
ASangarin
1db891150c !Merge branch 'master' of https://git.lumine.io/mmoteam/mmoitems.git 2020-09-22 18:41:23 +02:00
ASangarin
e8060ffdc8 !RecipeUpdate 1 2020-09-22 18:40:53 +02:00
Ethan
5b072821bf Added check to see if items already converted before running update 4. 2020-09-21 01:38:11 -04:00
ASangarin
0a8ed7fc0f !debug things 2020-09-20 21:08:56 +02:00
ASangarin
32f9205adc Item Skins now apply their 'Dye Color' to leather armor 2020-09-20 20:51:30 +02:00
ASangarin
0ab5c3acc4 Enchantment inputs are no longer case sensitive 2020-09-20 20:47:20 +02:00
Indyuce
a50d9619fd !Small cleanup 2020-09-20 12:56:39 +02:00
Indyuce
239e3c9eff !Templates are now loaded when MI loads for extra compatibility 2020-09-20 12:51:15 +02:00
HexedHero
1dba8b2241 Allow SPELL_MOB and SPELL_MOB_AMBIENT to be colored in particle stats.
Fixes some nasty spam errors with item particles when using SPELL_MOB or
SPELL_MOB_AMBIENT as well.
2020-09-18 14:45:02 +01:00
HexedHero
6a45c658dd Allow SPELL_MOB and SPELL_MOB_AMBIENT to use speed for color. 2020-09-18 13:35:31 +01:00
HexedHero
5386e46cf9 Fix colors in the info message when adding new commands 2020-09-18 11:13:31 +01:00
HexedHero
bd333cd8ae !Update BSP to 2.0.9 2020-09-18 09:57:21 +01:00
Ethan
2e489d6f30 Fixed updater errors, this build should load. 2020-09-16 04:25:27 -04:00
Ethan
25f738f80c Item Updater has been updated and should now function correctly. Be warned this build is moslty untested and you could encounter some issue. Please report them on our gitlab page. MMOLib 1.3.4+ Required. 2020-09-15 21:14:00 -04:00
Ethan
7781ca0033 Requires MMOLib 1.3.4+ to function.
Fixes a 1.13 loading issue.
2020-09-15 01:13:02 -04:00
Ethan
6f079593f8 Leather Horse Armor is now dyeable 2020-09-14 11:39:32 -04:00
Ethan
9648b28213 !add back comments 2020-09-14 11:31:24 -04:00
Ethan
a906e5f874 !forgot to add back loadCompatibility() 2020-09-14 11:28:44 -04:00
Ethan
448492cdb5 !final commit for fixing item loading issue 2020-09-14 11:23:50 -04:00
Ethan
0e2696dbcd Merge remote-tracking branch 'origin/master' 2020-09-14 02:32:10 -04:00
Ethan
abc8dcccc9 !still fixing 2020-09-14 02:32:03 -04:00
Ethan
dd4a4ce278 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/java/net/Indyuce/mmoitems/api/crafting/CraftingStation.java
#	src/main/java/net/Indyuce/mmoitems/api/item/template/MMOItemTemplate.java
#	src/main/java/net/Indyuce/mmoitems/api/util/TemplateMap.java
#	src/main/java/net/Indyuce/mmoitems/manager/TemplateManager.java
#	src/main/java/net/Indyuce/mmoitems/stat/DisplayName.java
2020-09-14 02:18:49 -04:00
Ethan
a6897d0ee1 !this commit resets previous commits that caused loading issues. 2020-09-14 02:18:22 -04:00
Ethan
c01f1e578b !test 2020-09-14 01:58:12 -04:00
Ethan
4ea4be6ce7 !revert 2020-09-14 01:24:10 -04:00
Ethan
28b0cdd023 !fix indy loading issue 2020-09-14 00:51:11 -04:00
Indyuce
e692499e87 !Last commits cleanup 2020-09-13 12:44:24 +02:00
Ethan
3b096d9a0f Updated mi update to include conversion for consume-cooldown -> item-cooldown 2020-09-11 21:58:30 -04:00