Subscriber Rewards
How does it work?
How do i set it up?
MCGSubscriberlink:
enabled: false << enable or disable the entire system
tier1:
enabled: true << enable or disable this tier
actions: << The actions to execute (see below)
- "CMD#say hey thanks for the tier1 subscription {player} !"
- "WHITELIST#player"
tier2:
enabled: true
actions:
- "CMD#say hey thanks for the tier2 subscription {player} !"
- "WHITELIST#player"
tier3:
enabled: true
actions:
- "CMD#say hey thanks for the tier3 subscription {player} !"
- "WHITELIST#player"
prime:
enabled: true
actions:
- "CMD#say hey thanks for the PRIME subscription {player} !"
- "WHITELIST#player"
unsub: << called when someones sub expires or is unsubscribed
enabled: true
actions:
- "CMD#say hey thanks for the tier1 subscription {player} !"
- "BLACKLIST#player"
- "UNSUBKICK#player"The actions?
Last updated