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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,27 @@
24
24
-[ ] Add the Pagination button, it will allow to take an input number, an output number and browse the value number
25
25
-[ ] Add a way to display the list of online players in a button list
26
26
-[ ] Add Citizen and [ZNPCsPlus](https://www.spigotmc.org/resources/znpcsplus.109380/) support to open an inventory by clicking on an NPC
27
-
-[] Add a tool to transform ItemStack to base64 and vice versa. This tool can be used to all my plugins.
27
+
-[x] Add a tool to transform ItemStack to base64 and vice versa. This tool can be used to all my plugins.
28
28
-[ ] Fix the bug about the `clearInventory: true`. It does not restore inventory when the menu is closed.
29
29
-[ ] Add the support for the `http://textures.minecraft.net/texture/e34969c2684e4f62d5f87875460441a9f849d296c01e4c621636bb6acda696f7` in the URL of a custom head.
30
30
-[ ] Update pom.xml for add {projet.version} in plugin.yml
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
+
-[ ] Create a new class for loading buttons to add more elements, like a boolean to check if the button needs an itemstack
33
34
34
35
# Unreleased
35
36
37
+
# 1.0.2.5
38
+
39
+
- Add new lore as string support
40
+
- Fix itemstack amount of 0
41
+
- Support file with space
42
+
- Improved API, added many new methods to make API more permissive.
43
+
- Patterns can now be on multiple pages
44
+
- Add custom sound to SoundOption
45
+
- Added ability to add arguments and select page for INVENTORY button [#45](https://github.com/Maxlego08/zMenu/issues/45)
46
+
- Change update interval to milliseconds [#37](https://github.com/Maxlego08/zMenu/issues/37)
47
+
36
48
# 1.0.2.4
37
49
38
50
- Added replacement of , by . for placeholders requirements. If your placeholder returns a number with a comma instead of a period, the plugin can handle that.
0 commit comments