Timers, VIPs & Messages
This section covers the core timing and communication settings of the plugin.
Timers & VIP Tiers
This block controls how often players receive rewards.
"Default Timer Interval (Seconds)": 30,
"VIP Tier Intervals (Permission: Seconds)": {
"randomizer.vip1": 25,
"randomizer.vip2": 15,
"randomizer.vip3": 10
},
Default Timer Interval (Seconds): The cooldown in seconds for a regular player with no special permissions. (Default: 900 seconds / 15 minutes).
VIP Tier Intervals: Define your VIP permissions and their faster cooldowns here. The key (
"randomizer.vip1"
) is the permission you must grant to players. The value (600
) is their personal cooldown in seconds.
Prefix & Messages
Customize all messages sent to players.
"Chat Prefix": "[Randomizer]",
"Messages": {
"Items Toggled Off": "You will no longer receive random items. Type /items to enable them again.",
"Items Toggled On": "You will now receive random items again.",
"Bar Toggled Off": "The countdown bar is now hidden. Type /bar to show it again.",
"Bar Toggled On": "The countdown bar is now visible."
}
Chat Prefix: The prefix that appears before all messages from the plugin.
Messages: The text sent to players when they use the
/items
or/bar
commands.
Last updated