Commit Graph

138 Commits

Author SHA1 Message Date
filoghost
835f4f5407 Fix issue with signs on Minecraft 1.13+ 2020-06-10 19:22:30 +02:00
filoghost
9d035f84ba Add warning to issue templates 2020-06-08 20:21:15 +02:00
filoghost
1caf289514 Enforce issue templates 2020-06-08 19:40:38 +02:00
filoghost
65ec8bc6a7 Distinguish icons and items in example menu 2020-06-01 19:06:55 +02:00
filoghost
1583420723 Use symbol directly in example menu 2020-06-01 19:03:05 +02:00
filoghost
96c155d4b1 Small changes to example menu's contents 2020-06-01 19:01:20 +02:00
filoghost
1558bea306 Use updated attributes in example menu 2020-06-01 18:49:40 +02:00
filoghost
85140093e5 Use consistent order for attributes in example menu 2020-06-01 18:47:04 +02:00
filoghost
9847ff0fac Remove example icon with multiple commands 2020-06-01 16:00:20 +02:00
filoghost
8baceb6c87 Update example menu with renamed attributes 2020-06-01 15:57:56 +02:00
filoghost
1ecc448684 Start 3.3.1 development 2020-06-01 14:03:41 +02:00
filoghost
f4733d64e5 Update version to 3.3.0 for release 2020-06-01 13:55:11 +02:00
filoghost
9752899f9a Add aliases to some config nodes, optionally read lists as actual YAML lists 2020-05-29 23:30:58 +02:00
filoghost
0ef4b0b2cc Remove unused import and annotation 2020-05-24 18:07:46 +02:00
filoghost
4ab7f5bcaa Use correct labels in issue templates 2020-05-16 10:33:28 +02:00
filoghost
c65adb4cee Add issue templates 2020-05-15 23:49:13 +02:00
filoghost
68d3019fd8 Use material in example menu that exists in all Bukkit versions 2020-04-13 10:39:29 +02:00
filoghost
535f101cdf
Merge pull request #20 from SRC-Bukkit-Recover/patch-1
Show all required items
2020-04-12 11:15:33 +02:00
HSGamer
f26db21c94
Show all required items 2019-06-29 20:08:10 +07:00
filoghost
f7ddbdc8d9
Merge pull request #18 from Zomis/master
Add support for having REQUIRED_ITEM as list
2019-06-11 11:32:33 +02:00
Simon Forsberg
9cc56274f4 Add support for having REQUIRED_ITEM as list
Config example:
  REQUIRED-ITEM:
    - coal, 128
    - cobblestone, 128

The old style is still supported for only one item:
  REQUIRED-ITEM: coal, 128
2019-06-10 22:15:55 +02:00
filoghost
e9161a1c59
Merge pull request #16 from i9hdkill/master
Set amount to 1 in default Icon constructor
2019-05-07 20:57:55 +02:00
I9hdkill
8565cca795
Set amount to 1 in Default Icon Contructor
This fixes the API. Otherwise Icons are invisible
2019-05-07 20:46:41 +02:00
filoghost
b4b74053eb
Merge pull request #15 from sgdc3/master
PlaceholderAPI support, variables improvement and minor code cleanup
2019-05-02 16:02:50 +02:00
Gabriele C
a3d692ef1c Fix nullable texts with variables 2019-04-30 15:33:57 +02:00
Gabriele C
ff4114393c Fix lore variables 2019-04-30 15:11:21 +02:00
Gabriele C
261722cbd6 Allow variables in skull-owner 2019-04-30 15:05:45 +02:00
Gabriele C
40ecd55403 Fix 1.13 compatibility
Documentation wasn't clear about that...
2019-04-29 20:01:05 +02:00
Gabriele C
d920c51900 Add 1.7.X support back
Co-Authored-By: filoghost <filoghost@gmail.com>
2019-04-26 22:46:14 +02:00
Gabriele C
754648c8e8 Bump minimum Bukkit version to 1.8.8 2019-04-24 13:08:02 +02:00
Gabriele C
065f3ac0b0 Codestyle 2019-04-24 13:03:44 +02:00
Gabriele C
e8878d21e0 Utils cleanup 2019-04-24 12:54:16 +02:00
Gabriele C
8e5bef5fd9 Add banner options to icon 2019-04-24 12:30:10 +02:00
Gabriele C
cbe2655c2b Add PlaceholderAPI integration 2019-04-24 11:37:51 +02:00
Gabriele C
ec31e18c1f Bump version, update bstats, drop nms access 2019-04-24 09:29:02 +02:00
filoghost
0c23173f82 Release version 3.2.0 2018-11-28 18:05:50 +01:00
filoghost
f23ef289a2 Use improved update checker from Holographic Displays 2018-11-28 18:00:58 +01:00
filoghost
f29e46f643 Update example menu for 1.13 2018-11-28 17:54:50 +01:00
filoghost
664977df00 Follow Minecraft name conventions 2018-11-28 17:47:28 +01:00
filoghost
b2110ba557 Rename getBukkitVersion method 2018-11-28 17:35:38 +01:00
filoghost
cb116de9fa Remove numerical IDs from default language file 2018-11-28 17:30:18 +01:00
filoghost
298662f019 Refactor command framework 2018-11-28 17:00:36 +01:00
filoghost
97af919551 Improve comment formatting 2018-11-28 16:51:56 +01:00
filoghost
2eae19e2b3 Add NBT-DATA inside the example menu 2018-11-28 16:33:30 +01:00
filoghost
a108f695f4 Code cleanup 2018-11-26 21:24:35 +01:00
filoghost
093fcebfa9 Native 1.13 support and remove numerical IDs starting from 1.13 2018-11-26 21:21:19 +01:00
filoghost
db55a4fa66 Include LICENSE and THIRD-PARTY in release 2018-11-21 18:47:19 +01:00
filoghost
5ef0da6316
Add third party info in README 2018-11-21 18:43:39 +01:00
filoghost
b6834de9d5 Add support for custom NBT data in icons 2018-11-21 18:37:06 +01:00
filoghost
b8267aa920 Add third party projects license information 2018-11-21 18:36:32 +01:00