Commit Graph

662 Commits

Author SHA1 Message Date
Ethan
671ab17a77 Custom blocks have been overhauled. This build will not work unless you follow the instructions here https://git.lumine.io/mythiccraft/mmoitems/-/wikis/MMOItems%205.5.5%20Block%20Update 2020-08-09 18:06:44 -04:00
Indyuce
9f9e0524c9 Fixed imports 2020-08-10 00:03:23 +02:00
Ethan
2dd32507fa !this is the custom block merge 2020-08-09 17:59:45 -04:00
Indyuce
c9738bfbc0 Fixed an issue with stats not being compatible with item types 2020-08-09 21:46:46 +02:00
Indyuce
bd84656c4a Support for latest MMOLib build 2020-08-09 16:20:03 +02:00
Indyuce
6e6b3d5df3 !Small item edition display fix 2020-08-09 14:49:17 +02:00
Indyuce
c1210e06ba More cleanup 2020-08-09 14:38:08 +02:00
Indyuce
8e5610e143 Fixed small issue with default language 2020-08-09 14:20:48 +02:00
Indyuce
1908022380 Fixed an issue with Unstackable (would disappear after any item update) 2020-08-09 11:11:42 +02:00
Indyuce
b35719869c !More cleanup 2020-08-09 11:07:16 +02:00
Indyuce
c29fe0bc87 More cleanup 2020-08-09 10:10:01 +02:00
Indyuce
4cceb06ed6 Merge branch 'master' of https://Indyuce@git.lumine.io/mythiccraft/mmoitems/ 2020-08-09 09:50:25 +02:00
Indyuce
9a23f6ae5e !Some javadocs 2020-08-09 09:50:15 +02:00
ASangarin
08329deccc Removed debug messages 2020-08-09 00:55:19 +02:00
ASangarin
613a3df6b3 Merge branch 'master' of https://git.lumine.io/mmoteam/mmoitems.git 2020-08-09 00:53:25 +02:00
ASangarin
ebb5edbe7a Fixed crafting dupe bugs related to stack sizes. 2020-08-09 00:53:05 +02:00
Indyuce
6461c31ab3 !Small GUI display fix for string based stats 2020-08-09 00:45:01 +02:00
Indyuce
5be720c32e Added javadocs and fixed an issue with item gen 2020-08-09 00:41:33 +02:00
Indyuce
8d9631d8f4 Merged the crafting station events 2020-08-09 00:14:30 +02:00
ASangarin
812de85edc Added CraftingStationCraftEvent 2020-08-08 23:44:10 +02:00
Indyuce
38535fe547 !Updated PAPI support 2020-08-08 17:47:39 +02:00
Ethan
88e844b46d !fixes all ingredients not displaying correctly 2020-08-06 21:03:50 -04:00
Jules
6ebf4e200c Added recipe option hide-when-no-ingredients 2020-08-06 15:33:53 +02:00
Blekdigits
0ec36c038a fix upgrade station material bypass bug
https://github.com/mmopluginteam/mmoitems/issues/189
2020-08-06 19:34:51 +07:00
Ethan
fec4d01279 removed upgrade debug messages 2020-08-06 00:06:30 -04:00
Ethan
fdf5b5624f Fixed give command requiring item type to be uppercase. 2020-08-05 22:02:30 -04:00
Ethan
b9e2f2877c Added Faction Damage Stat which requires MythicMobs.
These will need to be added to the respective files to use.
lore-format.yml >
- '#faction-damage-FACTION_NAME#'
stats.yml >
faction-damage-FACTION_NAME: '&7■ FACTION NAME Faction Damage: &f<plus>#%'

Rewrote how upgrade lores are applied.
2020-08-04 21:51:26 -04:00
Jules
2b001f57a9 Merge branch 'master' 2020-08-03 18:41:41 +02:00
Jules
d3a187cec2 Vault support: money condition 2020-08-03 18:37:40 +02:00
Jules
8b108c1aa1 Cleanup 2 2020-08-03 18:37:31 +02:00
Jules
c1401eb784 Small cleanup 2020-08-03 18:35:28 +02:00
Ethan
e601eea7f0 !refining item lore upgrades 2020-08-03 10:19:12 -04:00
Ethan
3ed33ac172 !Code cleanup for station options. 2020-08-03 05:38:58 -04:00
Ethan
00c28dd750 Added new crafting station triggers. View here https://github.com/mmopluginteam/mmoitems/wiki/Recipe-Triggers 2020-08-03 03:07:53 -04:00
Ethan
29df32d748 Merge remote-tracking branch 'origin/master' 2020-08-01 18:57:50 -04:00
Ethan
88398b85b8 Added MMOItem and Vanilla crafting triggers. 2020-08-01 18:57:39 -04:00
ASangarin
78b885cb3a Custom tags can now be booleans, ints, strings or string lists. 2020-08-01 23:04:54 +02:00
ASangarin
be44a8cbc5 Small fixes
- Fixed PlayerData error
- Fixed ArrayIndexOutOfBoundsException in MI command
2020-08-01 21:59:07 +02:00
Ethan
8d876e49b0 No changes; Hoping this version builds. 2020-08-01 05:36:22 -04:00
Ethan
4c38027970 Fixed unintended lines of lore being removed whenever using the unstackable stat. 2020-08-01 04:08:28 -04:00
Ethan
ad749d7b57 EXPERIMENTAL BUILD
Adds setting to show change of stats when an item is upgraded. Either regenerate your config.yml or add:
item-upgrading:
    stat-change-suffix: '&f &e(+#stat#)'
    display-stat-changes: true
In order for old upgraded items to update, they must be upgraded at least on time again.
2020-08-01 01:39:58 -04:00
Ethan
a3d1d4d515 !typo fix 2020-07-31 21:07:09 -04:00
Jules
b858a0d334 PAPI update 2020-07-30 10:19:43 +02:00
Jules
2578a15f32 !FINAL FIELDS 2020-07-30 10:04:38 +02:00
Jules
5213383819 !Small cleanup 2020-07-30 10:00:46 +02:00
Jules
9727bacb5c Merge branch 'master' of https://Indyuce@git.lumine.io/mmoteam/mmoitems.git 2020-07-30 09:47:11 +02:00
Ethan
9332aeb17d Fixed dupe bug
Fixed null pointer error
Pray to build bot this builds...
2020-07-30 01:50:46 -04:00
Ethan
028b2161a2 Merge remote-tracking branch 'origin/master' 2020-07-30 00:02:06 -04:00
Ethan
e1817e8863 Added output-item and silent-craft options for crafting station recipes.
Examples (Under the options: tab in a recipe.):
output-item: false > This makes it so only the triggers activate for an item craft, still requires an item under the output tab to display as an icon.
silent-craft: true > Whenever a craft is completed it will not make a noise to the player, good for the sound trigger.
2020-07-30 00:01:53 -04:00
Jules
6048665188 !Give command cleanup 2020-07-29 12:05:07 +02:00
Jules
2b955de729 Added parent crafting stations 2020-07-29 11:25:03 +02:00
Jules
2e99b03387 Merge branch 'master' of https://Indyuce@git.lumine.io/mmoteam/mmoitems.git 2020-07-29 10:57:40 +02:00
Ethan
a963dde0a0 Added Command, Message, and Sound Triggers for crafting stations.
Examples:
message{format="&aHello %player%... "}
command{format="say Hello %player%"}
sound{sound=BLOCK_ANVIL_USE;volume=1;pitch=1}
2020-07-29 02:32:38 -04:00
Joshua
66b6077a77 Fixed All Air Crafting Bug 2020-07-28 20:18:14 -05:00
Jules
1132633cde !Fixed imports 2020-07-28 19:13:05 +02:00
Ashijin
d66f641bd8 Testing build bot 2020-07-27 21:54:27 -06:00
Ashijin
a85dec0f2b Testing build bot 2020-07-27 21:52:43 -06:00
Ethan
515bfc48e2 Adds unstackable boolean stat. 2020-07-27 20:59:51 -04:00
Ethan
8543632a2f Added profession requirement stat.
Add to lore-format.yml "- '#profession-<NAME OF PROFESSION>#'"
Add to stats.yml "profession-<NAME OF PROFESSION>: '&e<NAME OF PROFESSION> Level: &c#'"
Add to messages.yml "not-enough-profession: 'You aren''t high enough #profession# level!'"
2020-07-27 01:56:52 -04:00
Ethan
16596bb10d !Changed import to whole package. 2020-07-27 01:52:55 -04:00
Ethan
81403fe77d Added %mmoitems_stat_defense_percent% placeholder
Updated lib.
2020-07-26 02:46:47 -04:00
Ethan
f76e93b5bb Added defense stat, requires latest mmolib to function.
Add to lore-format.yml '- '#defense#''

Add to stats.yml 'defense: '&7■ Defense: &f<plus>#''
2020-07-26 01:30:39 -04:00
Joshua
ec859807a9 !Clarified something on the vanilla eating animation stat to prevent further confusion. 2020-07-25 23:17:36 -05:00
Ethan
ca0da305e4 !Hopefully final test commit. 2020-07-25 03:09:09 -04:00
Ethan
4e76b550d2 !This is a test commit. Added oxford comma. 2020-07-25 01:25:41 -04:00
Joshua
1701356e38 Test for the gitlab - just a simple config change. 2020-07-24 23:52:24 -05:00
ASangarin
5719442144 Added a check when using an upgradeable to check if the template exists. 2020-07-24 18:50:18 +02:00
Jules
a241949c55 !Cleanup 2020-07-24 11:41:47 +02:00
ASangarin
9d4347ee28 - merge 2020-07-21 17:12:13 +02:00
ASangarin
c10dfb7497 yet another attempt at preventing crafting if item can't stack 2020-07-21 17:11:53 +02:00
Indyuce
c800872fb6 Support for Iridescent 2020-07-20 18:08:45 +02:00
Indyuce
a1b4b1aff1 Small cleanup 2020-07-20 17:52:00 +02:00
Indyuce
f193fdd706 Merge branch 'master' of
http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmoitems.git

Conflicts:
	lib/MMOCore.jar
	src/main/java/net/Indyuce/mmoitems/comp/mmocore/MMOCoreMMOLoader.java
2020-07-20 16:25:38 +02:00
Indyuce
bf6c986ba4 Added random items to MMOCore drop tables 2020-07-20 16:22:49 +02:00
ASangarin
6ff3acdd75 prevents crafting if the current item can't be stacked any further
(not tested)
2020-07-20 16:21:30 +02:00
Indyuce
49cd441d71 Support for TrHologram 2020-07-20 16:08:44 +02:00
ASangarin
8b8dd9282a 5.5.4 2020-07-20 16:07:06 +02:00
ASangarin
18823fa6bd test 2020-07-20 16:04:27 +02:00
Indyuce
f3443a49bd MMOPlayerData refactor
Please use this version of MMOLib
https://github.com/mmopluginteam/mmolib/releases/tag/1.2.5
2020-07-20 15:44:50 +02:00
Indyuce
a864b94aa8 Update plugin.yml 2020-07-19 18:56:21 +02:00
ASangarin
de1297c5ac testing 2020-07-18 17:49:01 +02:00
ASangarin
49f61f69b5 Invalid recipes no longer throw an exception and are just ignored
(meaning they won't affect loading/appear in game.
They will still error in the log)
2020-07-12 18:49:17 +02:00
Indyuce
a8cf3f5190 !Compatibility with very latest MMOLib 2020-07-12 16:26:02 +02:00
Indyuce
d01976a314 Right click the chest in the edition inv to reroll the item stats 2020-07-12 15:33:35 +02:00
Indyuce
48f1e7c907 Added error message 2020-07-12 15:33:24 +02:00
Indyuce
8754d4e76e Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmoitems.git 2020-07-12 15:12:27 +02:00
Indyuce
001c14e036 External stats now work in item set bonuses 2020-07-12 15:12:14 +02:00
Indyuce
5f55ec6adf Small cleanup 2020-07-12 15:11:30 +02:00
ASangarin
b9bb29b559 Recipes can now have amounts
You can also specify the amount of the crafted output using a new item
stat
2020-07-10 22:59:39 +02:00
Indyuce
a282bc1b30 Changed hologram event priority to MONITOR 2020-07-10 14:29:29 +02:00
Indyuce
9a40e86b14 !Improved performance of lightning staff 2020-07-07 15:58:48 +02:00
Indyuce
835fd9a92d Fixed compatibility with WG keep-inventory flag 2020-07-07 15:43:14 +02:00
Indyuce
f420c7eb5d Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmoitems.git 2020-07-07 15:33:19 +02:00
Indyuce
0524bf9ca8 Removed useless messages, added translation for 'Recipe Preview' 2020-07-07 15:33:10 +02:00
Jules
3ed88704f4 Fixed comp with MMOCore 2020-07-06 18:04:25 +02:00
Jules
af0e158746 Added item gen templates options 2020-07-06 17:53:52 +02:00
ASangarin
1e8bfe8856 Fixed the MMOCore experience crafting trigger 2020-07-05 16:27:38 +02:00
Indyuce
512145007e Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmoitems.git 2020-07-04 14:27:32 +02:00
Indyuce
d08a36a2d8 Fixed an issue with gen templates 2020-07-04 14:27:24 +02:00
Indyuce
f25a70eac2 Added an error message when vein size/count is 0 2020-07-04 14:20:51 +02:00
ASangarin
ec14e3f378 gave vanilla tools a pickaxe power value:
Wood: 5
Stone: 10
Gold: 15
Iron: 20
Diamond: 25
Netherite: 30
2020-07-02 19:18:27 +02:00
ASangarin
5dc5677030 MMOItems 5.5.1 - The Colorful Update
You can now use hex colors with most things!
The format is '<#xxxxxx>' and it works just like the old '&x' did.
The old format is still supported and sometimes they can even be mixed!

Requires MMOLib 1.2.3 or later
2020-06-27 00:59:59 +02:00
HexedHero
80b7652f12 Forgot config 2020-06-26 20:18:01 +01:00
HexedHero
cac6865f7f Disable Smithing stat 2020-06-26 20:15:59 +01:00
ASangarin
d5e3b48b03 Support for 1.16
you will need MMOLib 1.2!
2020-06-25 16:27:15 +02:00
ASangarin
7bfdc561c3 fixed skins throwing a NPE in latest build 2020-06-24 16:57:14 +02:00
ASangarin
b296b02dcc Skins now apply damage values if set to unbreakable 2020-06-24 03:12:27 +02:00
Aria Sangarin
5732bd6fdc [UNSTABLE] MythicMobs Items as Crafting Station Ingredients
MythicMob items can now be used
as crafting ingredients in stations.
`mythicitem{item=MY_EPIC_MYTHIC_ITEM,amount=3}`
2020-06-02 19:26:02 +02:00
Aria Sangarin
f516d17461 [UNSTABLE] Crafting Station Preview Amount Fix
crafting stations will now show the
correct value when displaying ingredients
with an amount above 64.
2020-06-02 14:12:11 +02:00
HexedHero
1be031f8cc !TODO Item Bomb 2020-05-18 14:09:41 +01:00
HexedHero
ff085d1dbe !No particles and icon
It was never like this, if its a conflict between users, I don't mind
making a config setting for it.
2020-05-18 13:44:26 +01:00
Jules
970876b623 Fixed WG ability flag 2020-05-17 22:11:52 +02:00
Blackdigits
561788cbc8 Fix unable to cast ability on latest version 2020-05-17 19:07:50 +07:00
Indyuce
e9e9222f02 Fixed Soulbound 2020-05-09 20:00:43 +02:00
Indyuce
d48733a360 Fixed shield pattern & item cache issue 2020-05-09 19:53:26 +02:00
Indyuce
f9bc8e51be Fixed BSP compatibility 2020-05-09 18:58:35 +02:00
Indyuce
6732d3f77c Fixed the dynamic item updater 2020-05-09 18:48:22 +02:00
Indyuce
33c9220b2b Stat API refactor 2020-05-09 18:36:48 +02:00
Indyuce
de6eb0f35a Now uses MMOLib method 2020-05-09 15:42:28 +02:00
Indyuce
1c70cd10ec Small refactor 2020-05-07 16:36:12 +02:00
Indyuce
93cb4bd23e Removed a debug msg 2020-05-06 23:13:32 +02:00
Indyuce
8f9a00f30e Cleaned GemstoneData constructors 2020-05-03 17:59:07 +02:00
Indyuce
94d6ee4e83 Fixed 1.12-1.13 compatibility (fixed imports) 2020-05-03 00:28:35 +02:00
Indyuce
43e7dde0f8 Added an option to prevent players from upgrading an unusable item 2020-05-03 00:26:26 +02:00
Indyuce
43a1066cb2 Fixed error spam when disabling world gen 2020-05-03 00:06:52 +02:00
Indyuce
8bb5764c5e Gem stones now keep the highest level req of both items 2020-05-02 23:52:31 +02:00
Indyuce
cbca4ab306 Fixed a cooldown reduction formula issue 2020-05-01 20:37:09 +02:00
Indyuce
ccb72e719e Fixed shield base color loading issue 2020-05-01 20:35:21 +02:00
Indyuce
9578265d88 Fixed a gem stone application bug 2020-05-01 20:05:46 +02:00
Indyuce
2e0568c7b7 Fixed non native RPG plugin compatibility 2020-04-30 16:26:18 +02:00
Indyuce
dc404e312d !Now automatically registers events from RPGHandler. 2020-04-30 12:55:42 +02:00
Indyuce
1e20dfc945 Fixed world gen reload 2020-04-29 20:55:07 +02:00
Indyuce
e529ab7139 !Added IDs to WorldGenTemplates 2020-04-29 20:29:30 +02:00
Indyuce
503857569e Fixed McRPG compatibility 2020-04-29 15:52:33 +02:00
Indyuce
e56914e088 Fixed colored particles throwing too many warnings 2020-04-28 20:45:43 +02:00
Indyuce
0cbe82cab1 Fixed item generator gem sockets 2020-04-28 19:09:35 +02:00
Indyuce
19b08b609d !Updated command list 2020-04-27 23:50:21 +02:00
Indyuce
b1266db0a4 !Added more indications to /mi list type 2020-04-27 23:45:12 +02:00
Indyuce
e24fd5c9b5 !Removed unused code 2020-04-25 16:54:39 +02:00
Indyuce
02bfc9747b Slightly improved Heroes compatibility 2020-04-25 16:52:50 +02:00
Indyuce
339efff32b New attribute modifier based stat API 2020-04-25 15:56:28 +02:00
Indyuce
91e5d6fad0 !Made most ability listeners temporary 2020-04-25 15:41:59 +02:00
Indyuce
7c150de7de !MMOLib stat system refactor 2020-04-23 20:46:16 +02:00
Indyuce
ee6d0c47a2 Small refactor 2020-04-19 21:06:38 +02:00
Indyuce
4c29b182c8 Fixed default item configs 2020-04-19 21:04:29 +02:00
Indyuce
aa45ea5f40 Fixed recipes not working before a /mi reload 2020-04-19 21:04:24 +02:00
Indyuce
bea250c612 Fixed a severe dupe bug with c. stations 2020-04-19 00:00:27 +02:00
Indyuce
6df659d04c !Removed debug messages 2020-04-18 12:06:47 +02:00
Indyuce
42052de689 !Small changes 2020-04-17 19:05:46 +02:00
Indyuce
ce2b0a1794 !Item updater refactor 2 2020-04-17 18:50:40 +02:00