Commit Graph

80 Commits

Author SHA1 Message Date
filoghost
8dc0a5dcdd Rename MenuData to MenuSettings 2020-06-07 12:57:12 +02:00
filoghost
85bdcd6408 Refactoring 2020-06-07 12:55:00 +02:00
filoghost
98ee458bc0 Use two separate listener levels for InventoryClickEvent 2020-06-07 12:52:39 +02:00
filoghost
d4463e6994 Refactoring 2020-06-07 12:38:31 +02:00
filoghost
e513505663 Cleanup 2020-06-07 12:24:02 +02:00
filoghost
40f0851884 Refactoring 2020-06-07 12:23:15 +02:00
filoghost
3fc9ad62d8 Remove console colors option 2020-06-07 11:59:18 +02:00
filoghost
d4d3df1232 Cleanup Registry 2020-06-07 11:56:57 +02:00
filoghost
15a6774ace Refactoring 2020-06-07 11:55:09 +02:00
filoghost
76b1fc6b8d Unify Enum parsing 2020-06-07 11:41:52 +02:00
filoghost
5b4d011fb2 Refactoring 2020-06-06 22:43:51 +02:00
filoghost
f37cad5185 Move classes 2020-06-06 21:37:17 +02:00
filoghost
6261c318b0 Separate variables in new package 2020-06-06 21:23:19 +02:00
filoghost
7410d89f3c Code cleanup 2020-06-06 20:28:44 +02:00
filoghost
6bd1e9d3f9 Improve SignListener 2020-06-06 20:21:38 +02:00
filoghost
123bedfbd8 Refactoring 2020-06-06 11:50:54 +02:00
filoghost
5afcca3682 Formatting 2020-06-06 11:17:05 +02:00
filoghost
71439303b9 Use new scheduler methods 2020-06-06 11:04:58 +02:00
filoghost
e04394f15f Code cleanup 2020-06-06 11:02:49 +02:00
filoghost
f06ebd46ed Remove unused methods and reduce method visibility where possible 2020-06-06 10:45:01 +02:00
filoghost
e4e3d74969 Rename "serializers" to "parsers" 2020-06-06 10:36:07 +02:00
filoghost
418b1a60c3 Remove bad option "use-only-commands-without-args" 2020-06-06 10:32:01 +02:00
filoghost
ae37d54d10 Fully rename "click commands" to "actions" 2020-06-06 10:28:18 +02:00
filoghost
1bfa684658 Clarify regex 2020-06-06 10:10:34 +02:00
filoghost
73c338ea88 Improve command parsing 2020-06-06 10:08:02 +02:00
filoghost
aa43cd2dc7 Improve error collector 2020-06-06 09:59:46 +02:00
filoghost
98150cead2 Use new plugin updater 2020-06-06 09:27:26 +02:00
filoghost
1a22b1dc70 Use newer Vault economy methods 2020-06-06 09:20:45 +02:00
filoghost
0e11620fd5 Update bStats metrics 2020-06-06 09:18:05 +02:00
filoghost
500a2699f3 Require Bukkit 1.8 as minimum version 2020-06-05 19:59:13 +02:00
filoghost
e303d6969c Update to Java 8 2020-06-05 18:59:19 +02:00
filoghost
b90c431891 Rename groupId and main package to "me.filoghost.chestcommands" 2020-06-04 20:40:21 +02:00
filoghost
b997ae0bf2 Update version for release 2020-06-10 19:25:20 +02:00
filoghost
835f4f5407 Fix issue with signs on Minecraft 1.13+ 2020-06-10 19:22:30 +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
68d3019fd8 Use material in example menu that exists in all Bukkit versions 2020-04-13 10:39:29 +02:00
HSGamer
f26db21c94
Show all required items 2019-06-29 20:08:10 +07: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
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
Gabriele C
a3d692ef1c Fix nullable texts with variables 2019-04-30 15:33:57 +02:00