Changes:
- By having permissions for the Notifications and AutoClaim buttons, the default notification is now disabled for those who wish to give the benefit of enabling or disabling notifications.
Code:# Set the default state for join notifications for new players. # If true, notifications will be enabled by default. # If false, players will have to enable them manually in the menu. notify-enable-automatic: false
In this update we leave aside the SNAPSHOT and move to a stable version that includes several important changes.
Freatures:
- General Support for all versions from 1.8 to 1.21.x
Added Features:
- New permissions and conditional items for Toggle Notifications and Toggle Auto-Claim items.
YAML:toggle_notifications_item: slot: 48 type: "OPTION_TOGGLE_NOTIFICATIONS" permission: "zenrewards.options.notifications" has-permission-item: material: BOOK name: "&eToggle Notifications" lore: - "&7Click to enable or disable" - "&7reward notifications when you log in." - "" - "&eStatus: &f%player_notify_status%" no-permission-item: material: BARRIER name: "&eToggle Notifications" lore: - "&cYou do not have permission to use this option." toggle_auto_claim_item: slot: 50 type: "OPTION_TOGGLE_AUTOCLAIM" permission: "zenrewards.options.autoclaim" has-permission-item: material: CHEST name: "&eToggle Auto-Claim" lore: - "&7Click to turn on or off" - "&7automatic claiming of rewards upon joining." - "" - "&eStatus: &f%player_autoclaim_status%" no-permission-item: material: BARRIER name: "&eToggle Auto-Claim" lore: - "&cThis option is exclusive to VIP ranks."- Added the option to edit the text of status variables
YAML:menu-variables: status-enabled: "&aActivated" status-disabled: "&cDisabled"
