Commit Graph

979 Commits

Author SHA1 Message Date
ASangarin
b2cd456daf !merge 2020-10-16 17:42:50 +02:00
ASangarin
3eb10e65aa !updated to latest mmolib 2020-10-16 17:42:12 +02:00
HexedHero
f9c2014ec3 !Swap and notes 2020-10-16 05:06:56 +01:00
ASangarin
2a8874ae1c !WIP mmoitembuilder
fix for modifier weights not working as intended
2020-10-16 03:56:45 +02:00
ASangarin
e25ffdf366 6.2.4 - Item Generation Bug Fixes
Fixed '/mi generate' not randomizing items
Fixed '/mi generate' not respecting '-id:'
Item Builder no longer throwing errors if tier doesn't have gen options
2020-10-15 03:09:19 +02:00
ASangarin
066b6d5269 HideDye no longer errors in early versions of 1.16 2020-10-13 00:19:08 +02:00
ASangarin
9510e69184 [untested] dynamic lore
upgrading and unidentifying an
item with durability should now
automatically update the lore
2020-10-11 17:13:44 +02:00
ASangarin
7a06588e83 !mmolib 2020-10-06 18:56:49 +02:00
ASangarin
dd8ff0ff64 MMOItems 6.2.3
Fixed lots of Player must be Online errors
A few other tiny bug fixes
2020-10-06 03:08:06 +02:00
ASangarin
dc0999b28d Tons of online checks to prevent "Player must be online" exceptions 2020-10-06 03:05:33 +02:00
ASangarin
060e7a9856 push 2020-10-05 15:12:57 +02:00
ASangarin
5b637a21f7 Command trigger for stations, can now be ran as player, op or console 2020-10-05 15:12:35 +02:00
Indyuce
0a022827c1 Fixed an issue with /mi debug checkstat 2020-10-04 15:09:20 +02:00
Indyuce
e221e93243 Fixed throw up items picked up by hoppers 2020-10-03 20:00:39 +02:00
ASangarin
d3867cc920 !merge 2020-10-03 03:17:40 +02:00
ASangarin
b94404cc1b !Invalid inputted materials are now handled differently 2020-10-03 03:17:17 +02:00
HexedHero
4d31596c7e Double check the player is online closes #171 2020-10-02 20:13:53 +01:00
ASangarin
77ea222e1e Added a new 'Hide Dyed' stat for 1.16+ 2020-10-01 19:07:28 +02:00
ASangarin
0b5e316693 Added a few new placeholders!
(Documented on the wiki)
2020-09-29 01:57:49 +02:00
ASangarin
61ebadc3a9 Types are now always registered in uppercase 2020-09-29 01:21:38 +02:00
ASangarin
ac95cab01e MMOItems 6.2.2
- Readded Durability in lore!
The format can be changed in 'dynamic-lore.yml'
You need to add - '%durability%' to lore-format.yml for it to work.
- Fixed ingredient name display
- Fixed NBTTag inputting & made it compatible with Double values
2020-09-27 21:40:49 +02:00
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