UltimateRewards Wiki
  • Getting started
    • Support
  • Addons
  • Configs
    • Player Levels
    • Referrals
    • Loginstreak
  • USAGE
    • Installation
    • Commands
  • configuration
    • Rewards
      • Creating Reward
      • Reward Types
        • Afk Reward
          • World Afk Reward
          • Area Afk Reward
          • Region Afk Reward
        • Advent Calendar
        • Pickable Reward
        • Time Reward
        • Time Fixed Reward
        • Streak Reward
        • Streak Fixed Reward
        • Vote Reward
        • Renewable Vote Reward
        • Per Vote Reward
        • Streak Vote Reward
        • Play Time Reward
        • Renewable Play Time Reward
        • Referral Reward
        • Renewable Referral Reward
        • Purchasable Reward
        • Re-Purchasable Reward
        • One Time Reward
        • Time Limited Reward
        • Custom Reward
        • Multiple Custom Reward
        • Coupon Reward
        • Discord Reward
      • Reward Settings
      • Reward Actions
      • Reward Features
        • Auto Claim
        • Notifications
        • Reward NPC
        • Discord Support
        • Reward Requirements
        • Reward Variants
        • Selectable Rewards
        • Randomization
          • Execution Chances
          • Random Placeholders
        • AFK Checkers
        • Leaderboards
    • Menus
      • Basics
      • Example of GUIs
      • Setting Menu
    • Schedules & Timers
  • Colors & Models
  • Placeholders
  • API
    • Events
    • Examples
    • Setting up own playtime calculator
  • Policies
    • TOS
Powered by GitBook
On this page
  1. configuration
  2. Menus

Setting Menu

The default setting menu is shown here.

settings:
  title: Settings
  rows: 4
  content:
    '10':
      item: SLIME_BALL
      name: "&aLive Notifications"
      lore:
        - '&7Notifies you immediately of the reward'
        - '&7that can currently be collected.'
        - ' '
        - '&eClick to toggle'
      action: '[toggle_live_notifications]'
    '12':
      item: OAK_DOOR
      name: "&aJoin Notification"
      lore:
        - '&7When you connect to the server, it notifies'
        - '&7you what rewards are available for withdrawal.'
        - ' '
        - '&eClick to toggle'
      action: '[toggle_join_notification]'
    '14':
      item: REDSTONE_TORCH
      name: "&aAuto Claim"
      lore:
        - '&7Automatically claims available rewards upon joining'
        - '&8&lNOTE:&8 In case of insufficient space in'
        - '&8 the inventory, the reward will not be collected.'
        - ' '
        - '&eClick to toggle'
      action: '[toggle_join_auto_claim]'
    '16':
      item: REDSTONE_TORCH
      name: "&aLive Auto Claim"
      lore:
        - '&7Automatically claims available rewards'
        - '&8&lNOTE:&8 In case of insufficient space in'
        - '&8 the inventory, the reward will not be collected.'
        - ' '
        - '&eClick to toggle'
      action: '[toggle_live_auto_claim]'
    '31':
      item: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjZkOGVmZjRjNjczZTA2MzY5MDdlYTVjMGI1ZmY0ZjY0ZGMzNWM2YWFkOWI3OTdmMWRmNjYzMzUxYjRjMDgxNCJ9fX0=
      name: "&cBack"
      lore:
        - '&7Return to the main menu'
      action: '[open] main'
PreviousExample of GUIsNextSchedules & Timers

Last updated 1 day ago