Indyuce
eb0198ec89
!aureliumSkills support
2021-06-13 12:34:38 +02:00
Joshua
b529e4b3fa
build?
2021-06-12 20:36:03 -05:00
Joshua
7e09583fc9
MMOItems 6.6.0 for Minecraft 1.17 support
2021-06-12 20:34:06 -05:00
Ashijin
689cd230d9
reeeeeee
2021-06-12 19:23:09 -06:00
Joshua
47c4a7fb32
1.17 Compatibility :D pt2 and AureliumSkills support kinda
2021-06-12 19:39:29 -05:00
Joshua
97eef0e8a5
1.17 Compatibility :D
2021-06-12 19:11:14 -05:00
Indyuce
33fe81c13e
!Fixed imports and libs
2021-06-12 17:40:39 +02:00
Indyuce
9c73684787
Local repo for jar libs is fine
2021-06-12 15:15:34 +02:00
Indyuce
e445ea0f4e
Moved libs
2021-06-12 14:11:04 +02:00
Indyuce
ab7b1bf5cf
Local repo for jar libs
2021-06-12 14:06:54 +02:00
Gunging
0a41192838
Upgrade Ranges in crafting stations now supported. Also works in the workbench (when using latest MythicLib).
...
```yml
crafting:
shaped:
'1':
- m MATERIAL WEAPON_POWDER 1|m MATERIAL WEAPON_POWDER 1|m MATERIAL WEAPON_POWDER 1
- m MATERIAL WEAPON_POWDER 1|m SWORD PLATINUM_SWORD{level=2..5} 1|m MATERIAL WEAPON_POWDER 1
- m MATERIAL WEAPON_POWDER 1|m MATERIAL WEAPON_POWDER 1|m MATERIAL WEAPON_POWDER 1
```
2021-05-18 03:42:06 -04:00
Gunging
370c2f8746
Modifiers now work with RevID increases.
2021-05-07 00:31:09 -04:00
Gunging
9b09ec1d10
Revision of items where gemstones are lost now supports giving those gems back to the player.
...
Suppose the latest item has less gem slots / different colored gem slots, or you set keep-gems to FALSE. In all these scenarios, gems are 'lost' so that this config option (**true** by default!) gives them back to the player.
Enable in your config:
```
# Options for the Item Revision System
item-revision:
# If an item is updated, and the new version does not
# keep its gems, this will give the gems back to the
# player so that they don't get lost forever.
drop-extra-gems: true
```
2021-04-15 21:40:44 -05:00
Gunging
65ee66984a
Recipe Book displaying recipes now supported
...
**Requires MythicLib Update (1.0.18)**
2021-04-05 04:24:33 -05:00
Joshua
4ffc001900
part 1 of MythicEnchants support
2021-04-04 02:23:59 -05:00
Ethan
191e747573
Changed green durability bar to be enabled by default.
...
Unstackable items generated through the gui should generate unstackable now.
2021-03-30 16:55:32 -04:00
Gunging
1d075b28e5
**If you use the plugin PhatLoots** well this update is about better use of it!
...
You can now go to your config and add, under item-revision:
```yml
item-revision:
phat-loots:
display-name: true
lore: true
enchantments: true
soulbound: true
upgrades: true
gemstones: true
modifications: true
external-sh: true
```
Which will update your PhatLoot items to the latest format in `/mmoitems browse` as they are generated for players. Since this will regenerate items, the *Unstackable* ItemStat now works with PhatLoots also
***If this is not added to the config, ** the default is that all options are false, and the items are completely regenerated and RNG-rerolled.
2021-03-30 02:50:11 -05:00
Gunging
392fe49088
Smithing Crafting Recipes now supported.
...
**Update MythicLib**
Pro tip: Its not implemented in-game but you can write it in the config files directly:
```
crafting:
smithing:
'1':
input1: SWORD.HEARTSWORD
input2: SWORD.ORACLE_SWORD
# Makes extra gems drop instead of getting lost
drop-gems: true
# If both inputs have upgrades, how to treat them?
# upgrades: ADDITIVE # Sum them
upgrades: MAXIMUM # Largest of them (Default)
# upgrades: EVEN # Average
# upgrades: MINIMUM # Minimum of them
# upgrades: NONE # Actually just dont keep upgrades
```
2021-03-29 23:23:14 -05:00
Gunging
2ed5c9896c
!Implementation of Custom Crafting System that very well supports MMOItems
2021-03-26 12:25:48 -05:00
Gunging
ae5d45b04a
Made Item Updating work **much** better, and much more transparent on what it is actually doing.
...
+ Upgrade level of items may be kept, with its bonuses
+ Gem Stones are now perfectly kept, with all their stats
+ Enchantments may be kept (more details in-game)
+ Soulbound (was already working) may be kept.
+ Item Name may be kept (already kinda working)
+ Lore may be kept (more detail in-game)
Add to your config:
```yml
item-revision:
keep-data:
display-name: true
lore: true
enchantments: true
upgrades: true
gemstones: true
soulbound: true
```
*Requires MMOLib update*
2021-02-24 23:23:57 -06:00
Ethan
fb25284e14
Unstable Build: Removes mmodecoy.
2021-02-22 17:01:41 -05:00
Gunging
9474dcddf3
Can now choose if a GemStone's stats are affected by Upgrading the item it is put onto.
2021-02-20 21:43:42 -06:00
Ethan
4540bd4cfc
Requires latest MythicLib
...
fixes color code support not working well
improves stat lore
2021-02-20 06:31:58 -05:00
Ethan
0646b3b67a
support for latest mmolib
2021-02-20 05:08:44 -05:00
Joshua
f475ad0e24
Work with latest mythiclib?
2021-02-19 11:20:11 -06:00
Ethan
892b29c648
!legacy color support
2021-02-12 23:37:53 -05:00
Ethan
cc294a79f6
This build fixes ticket #0850 . Hex colors now work correctly in item names and lores.
2021-02-12 16:37:28 -05:00
Joshua
77f6e2f258
latest versions update
2021-02-12 10:37:38 -06:00
Joshua
c88a6e39a5
Merge remote-tracking branch 'origin/master'
2021-02-11 17:15:34 -06:00
Joshua
a8f72c34a2
build plz
2021-02-11 17:15:24 -06:00
Ethan
48db5bdf0a
build pls
2021-02-11 18:14:30 -05:00
Ethan
3d7d350028
Adds minimessage support in item names and lores. Old font tags will have to be updated from <font=???> -> <font:???>
2021-02-11 18:12:51 -05:00
Ethan
1e5a72dd0b
!add mini message support for item names and lores
2021-02-11 13:53:39 -07:00
Joshua
cef12f2298
build please
2021-02-07 02:43:18 -06:00
Joshua
bc201e1a71
Massive MMOItems update backend!
...
This uses MythicLib as the backend rather than MMOLib now, make sure when you run this and test you are using MythicLib from spigot and not MMOLib.
2021-02-07 02:28:55 -06:00
Joshua
d74e9f8157
!pom change
2021-02-05 10:37:52 -06:00
Joshua
104375febd
!THIS BUILDS WITH MYTHICLIB PLEASE DONT PUSH OR USE
2021-02-03 14:18:34 -06:00
ASangarin
fcf0364a03
!version increment
2021-01-02 21:02:29 +01:00
ASangarin
f875833a1a
Item drops added by MMOItems are now dropped more naturally and have a much lower (if not 0%) chance of glitching through the ceiling
2020-12-15 20:40:33 +01:00
ASangarin
571bc4c8b3
Added (proper) SkillsPro support
2020-12-14 20:11:05 +01:00
Ashijin
6f040883e7
don't wipe all the player's enchants when using the item revision system
2020-12-07 01:36:21 -07:00
ASangarin
8ce520cc2a
test build bot
2020-12-06 20:23:50 +01:00
ASangarin
4375c1e97b
push build
2020-12-06 17:49:41 +01:00
ASangarin
7402b572ab
> MMOItems 6.5 - API Handling Rewrite
...
REQUIRES MMOLIB 1.7!!!
- Rewrote MMOLib compatibility API (MMOLib is still a dependency!)
- Lootsplosions are now a part of MMOItems.
2020-12-06 17:47:13 +01:00
ASangarin
0fe5f632ce
!pom changes
2020-12-04 19:06:55 +01:00
ASangarin
06ecbb46bb
!cleanups
2020-11-30 21:00:09 +01:00
ASangarin
8149cb6ca2
Revision ID System
...
- Automatically update old items by assigning different revision IDs for your templates. More about this feature on the wiki.
- config.yml version detection. This will help users update their config file when we change things!
2020-11-28 18:50:41 +01:00
ASangarin
748492f383
Added a config update system.
...
You will now be notified if you use an outdated 'config.yml' file
Added an auto-soulbind stat which let's you automatically soulbind items when acquired.
Fixed ingredient displays showing up as "INVALID"
2020-11-25 23:31:25 +01:00
ASangarin
00d76fd2e6
Massive Plugin Code Refactor (6.3)
...
- MASSIVE optimization update:
Decreased memory usage.
Improved calculation times,
and more...
- Improved Item Set stat entry
2020-11-23 16:58:37 +01:00
ASangarin
d95017317b
Permanent Potion Effects no longer override better effects of the same type
2020-11-21 15:48:31 +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
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
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
f4a20057d0
Fixed a bug where version below 1.16 would fail to load
2020-09-24 01:32:29 +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
HexedHero
bd333cd8ae
!Update BSP to 2.0.9
2020-09-18 09:57:21 +01: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
HexedHero
3fed589b90
!Better version ID
2020-09-11 17:13:40 -07:00
HexedHero
e6739a82fa
!Updated MMOLib to 1.3 and added notes in pom
2020-09-11 19:00:04 +01:00
ASangarin
1ea9996d1f
!incremented version
2020-09-10 14:56:54 +02:00
Ethan
6317a72562
!changed version number
2020-09-08 13:47:08 -04:00
Ashijin
ab06070851
Made custom block WorldGen go BRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
2020-09-03 01:25:18 -06:00
Ethan
a3443485e4
Added sound node for crafting stations which lets you determine how the station sounds.
...
Added Crafting Station Layouts. This allows you to edit the gui how you like. See here: https://git.lumine.io/mythiccraft/mmoitems/-/wikis/Layouts
2020-09-01 07:25:35 -04:00
Ethan
6c87b6255a
Added new dynamic display name placeholders. See usage here:
...
https://git.lumine.io/mythiccraft/mmoitems/-/wikis/Display%20Name%20Placeholders
2020-08-30 06:56:25 -04:00
ASangarin
2695a76f90
Added support for Custom Blocks in WorldEdit
2020-08-15 05:50:41 +02:00
Indyuce
a40e3164fe
!MMOITEMS 6 :D
2020-08-12 13:08:18 +02:00
Indyuce
bf5f3ccdf5
whenDisplayed() method update
2020-08-10 13:04:50 +02:00
Indyuce
38535fe547
!Updated PAPI support
2020-08-08 17:47:39 +02:00
Jules
d3a187cec2
Vault support: money condition
2020-08-03 18:37:40 +02:00
Ethan
0018661c1b
!changed pom.xml
2020-07-31 20:13:45 -04:00
Jules
7d054baaf4
!Update lib version
2020-07-30 10:32:53 +02: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
Indyuce
c800872fb6
Support for Iridescent
2020-07-20 18:08:45 +02:00
Indyuce
49cd441d71
Support for TrHologram
2020-07-20 16:08:44 +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
5f70618219
Update ver number
2020-07-19 18:52:54 +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
Ashijin
fbecc26db6
Testing build bot
2020-07-10 18:17:39 -06:00
Ashijin
db443f6bde
Testing build bot
2020-07-10 18:14:04 -06:00
Ashijin
1b1d7d2d3d
Testing build bot
2020-07-10 18:08:29 -06:00
Ashijin
e1f03f66ab
Testing build bot
2020-07-10 18:00:46 -06:00
Ashijin
b6d778c9ed
Testing build bot
2020-07-10 17:56:18 -06: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
ASangarin
71113603ea
5.5.1
2020-06-27 01:07:39 +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
ASangarin
0321d1c67c
version increment
...
nothing new added
2020-06-26 01:08:23 +02:00
Indyuce
33c9220b2b
Stat API refactor
2020-05-09 18:36:48 +02:00
Indyuce
93cb4bd23e
Removed a debug msg
2020-05-06 23:13:32 +02:00
Indyuce
421f7b5b4b
!Item gen stage 3
2020-04-08 14:18:53 +02:00
Indyuce
1b8a25d656
!Removed prefixes
2020-03-29 17:01:30 +02:00
Aria Sangarin
d3749dbc62
Incremented version number
2020-02-06 08:44:10 +01:00
Aria Sangarin
cc648e2992
Now using MMOLib 1.0.7
...
(+ minor optimizations)
2020-02-06 08:42:52 +01:00
Ashijin
e161801662
Added some methods to custom blocks API
2020-02-04 20:27:15 -07:00
Aria Sangarin
1d22a3a5ec
!Now uses MMOLib 1.0.6
2020-01-29 18:33:11 +01:00
Aria Sangarin
8442fff585
!merged
2020-01-28 13:57:43 +01:00
Aria Sangarin
4933ff3e5c
version increment
2020-01-28 13:39:22 +01:00
Indyuce
c1840631d9
Custom Durability Rework
...
Mending better support
2020-01-18 22:12:16 +01:00
Indyuce
a37ae7056f
Fixed vanilla attributes stats offset
2019-12-30 01:20:00 +01:00
Indyuce
fd8d37f1f5
!Update pom
2019-12-29 14:03:35 +01:00
Indyuce
64c3956f8f
Updated version number
2019-12-28 23:39:31 +01:00
Aria
3357ab4803
!Updated pom.xml
2019-12-24 23:16:36 +01:00
Aria
51e8979a3c
Added 'SKIN' item type
...
Applies CMD and other cosmetic things when applied to another item.
Updated version number to 5.1.2
2019-12-09 21:44:48 +01:00
Aria
bc92e7f228
Fixed the version checker
2019-11-25 09:00:41 +01:00
Aria
c96a2ec723
Merge branch 'master' of ssh://git@dev.lumine.io:7999/mmo/mmoitems.git
2019-10-21 07:00:02 +02:00
HexedHero
7fee3341e1
!Added PlaceholderAPI to local filesystem because of errors
2019-10-20 03:46:21 +01:00
Aria
ba425f1498
!pom.xml ready for future dev builds
2019-10-19 23:31:41 +02:00
Aria
3ec3fc6999
Release 5.0
...
(Fixed support for the MMOCore action bar)
2019-10-19 23:30:03 +02:00
Aria
9ea1ba6795
!Added Citizen to local filesystem because of slow building
2019-10-19 21:02:22 +02:00
Aria
503a4fbfdd
!Everything needed for Custom Blocks
2019-10-19 20:29:05 +02:00
Ashijin
2c9de6b2ee
Updated version for next snapshot release
2019-10-02 01:39:47 -06:00
HexedHero
68f050449e
Fix version
2019-10-02 02:40:24 -04:00
Ashijin
1314586bc8
Testing nexus
2019-10-01 20:43:14 -06:00
Ashijin
d5f399d9fd
Added some missing pom properties for deployment
2019-10-01 20:40:14 -06:00
Ashijin
f3dd10e93f
Testing dev build deployment
2019-10-01 20:07:34 -06:00
Ashijin
381f8fdda8
Testing dev build deployment
2019-10-01 20:06:53 -06:00
Ashijin
9ed27e79c5
Added nexus deployment info to pom
2019-10-01 20:03:59 -06:00
Ashijin
751f54c93c
Fixed bad casing in dependency
2019-10-01 20:02:14 -06:00
Jules
4466118c4c
RaC support
2019-09-28 17:09:52 +02:00
Aria
dc431ea12d
Updated version number
...
v4.7.19b
2019-09-19 18:59:52 +02:00
Aria
4b2d157b17
Changed version number
2019-09-19 01:15:40 +02:00
Aria
7145a1f258
Updated default lore-format + stats, updated version number
2019-09-10 23:52:34 +02:00
Indyuce
4ba934114c
fix npe, update ver nb
2019-09-02 12:54:16 +02:00
Indyuce
6476910bbf
update ver number
2019-09-01 00:13:27 +02:00
Indyuce
6c85ac49bb
update pom version
2019-08-31 16:29:11 +02:00
HexedHero
36399d734f
Moved WorldEdit, WorldGuard, GoogleGSON and GLOWAPI to the local Lib
2019-08-31 11:53:26 +01:00
Indyuce
7218e804d0
update pom.xml
2019-08-29 13:47:34 +02:00
Indyuce
ebb8cfa16a
updated plugin.yml for filtering using pom
2019-08-29 00:04:02 +02:00
Indyuce
3a26a7a549
4.7.14 in pom
2019-08-28 23:49:43 +02:00
ASangarin
9464adee21
Added back button to ItemEdition
...
(Also configured pom.xml to encode AltChar.java properly)
2019-08-28 12:50:13 +01:00
ASangarin
c57657da4a
Included Bukkit+Gson in pom.xml
2019-08-28 11:20:14 +01:00
ASangarin
eead58e097
Converted to Maven Project
2019-08-28 01:14:59 +01:00