Joshinn
b43eb9a580
Update README.md
2020-08-04 01:48:20 -07: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
Ethan
4003c99d45
Merge remote-tracking branch 'origin/master'
2020-07-31 20:14:26 -04:00
Ethan
0018661c1b
!changed pom.xml
2020-07-31 20:13:45 -04:00
ASangarin
145f277a33
Updated AE jar
2020-08-01 01:53:19 +02:00
Jules
7d054baaf4
!Update lib version
2020-07-30 10:32:53 +02: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
Administrator
54db0fcc9a
Add new file
2020-07-27 21:55:33 -07:00
Administrator
a5a2772bec
Update .gitlab-ci.yml
2020-07-27 21:53:17 -07:00
Administrator
511d69f1ef
Update .gitlab-ci.yml
2020-07-27 21:21:46 -07: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
032eb18c7a
!Removed .idea and added it to gitignore.
2020-07-25 00:07:06 -07:00
Ethan
9addee2a9f
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# .idea/misc.xml
# .idea/vcs.xml
2020-07-25 03:04:24 -04:00
Ethan
1b1cda5fd6
!I am only doing this because it's making me.
2020-07-25 03:04:07 -04:00
Ethan
4e76b550d2
!This is a test commit. Added oxford comma.
2020-07-25 01:25:41 -04:00
Ethan
cf61a95573
!This is a test commit.
2020-07-25 01:17:16 -04:00