You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
-[x] Add anti dupe system with NMS Tag
4
4
-[x] Add the BACK action, to return to the previous inventory when clicking
5
5
-[x] Add the ability to perform actions when clicking
6
-
-[ ] Improve the firework system to put more option. Being able to put several effects, power etc.
6
+
-[ ] Improve the firework system to put more buttonOption. Being able to put several effects, power etc.
7
7
-[ ] Add a system that allows you to cache an ItemStack, so instead of returning the ItemStack at each opening, there can be several minutes without having to recreate a new ItemStack. For decorations, buttons without placeholders for example.
8
8
-[ ] Add an order to display the list of official addons.
9
9
-[ ] Add a ``/zm help`` command to send to documentation.
@@ -31,9 +31,28 @@
31
31
-[ ] Add matrix support for slot (like this: https://abstractmenus.github.io/docs/general/item_format.html#way-4-matrix)
32
32
-[ ] Adding more logs on the errors that can occur with custom items like ItemAdder, this will cause an error but the user will not have the information of why, for example when the item does not exist.
33
33
-[ ] Create a new class for loading buttons to add more elements, like a boolean to check if the button needs an itemstack
34
+
-[ ] Can split a file into several and thus avoid having too large files
34
35
35
36
# Unreleased
36
37
38
+
# 1.0.2.7
39
+
40
+
- Start of development of the [zMenu+](https://m.zmenu.dev/4) paid addon. This addon will be available with the purchase of [Premium](https://minecraft-inventory-builder.com/account-upgrade) upgrade.
41
+
- Huge API Change. This change introduces [zMenu+](https://m.zmenu.dev/4)
42
+
- Create ButtonOption, allows any developer to add options that will be available for all types of buttons.
43
+
- Create PaginateButton interface. This interface allows you to create buttons that need pagination. This interface will manage the number of pages in the inventory.
44
+
- Add matrix support for button slots [#39](https://github.com/Maxlego08/zMenu/issues/39)
45
+
- Add /zm editor, at the moment this command redirects to the online editor
0 commit comments