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
Logger.info("Paper server detected but MiniMessage format is disabled, Dialogs support will not be loaded. Enable MiniMessage format in config.yml to use Dialogs.");
Copy file name to clipboardExpand all lines: src/main/resources/inventories/pro_inventory.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ name: "#454545sʜᴏᴘ"
43
43
#
44
44
# In the example if below, if the player to the permission "zmenu.shop.show" then the inventory will open, otherwise a message will be sent
45
45
#
46
-
open_requirement:
46
+
open-requirement:
47
47
requirements:
48
48
- type: permission
49
49
permission: "zmenu.shop.show"
@@ -85,9 +85,9 @@ items:
85
85
- 35-44# slot 35 to 44
86
86
87
87
#
88
-
# The item if below will use the click_requirement and view_requirement.
89
-
# You will have the same configuration items as for the open_requirement.
90
-
# Attention, for the click_requirement you will have to define several requirements according to your need.
88
+
# The item if below will use the click-requirement and view-requirement.
89
+
# You will have the same configuration items as for the open-requirement.
90
+
# Attention, for the click-requirement you will have to define several requirements according to your need.
91
91
# You also need to specify clicks. So you can create multiple requirements for each click.
92
92
#
93
93
# In the example if below, if the player has enough money, and he has the zmenu.shop.use permission then the item will be displayed, otherwise another item will be displayed.
@@ -96,15 +96,15 @@ items:
96
96
# You want to make a shop with zMenu ? Use zShop https://www.spigotmc.org/resources/zshop-1-8-1-20-advanced-inventory-plugin.74073/
0 commit comments