MCG Plugins
  • Welcome
  • MCG Streamer GUI
    • Video demo's
    • Twitch app setup
    • Subscriber Rewards
    • Placeholders
    • Channel Points System
  • MCG Minestore
    • Requirements
    • How to Install
    • The product Manager
    • WEB Modules
    • The MCG Minestore API
    • MCG Mineweb
  • MCG StarCraft
    • Requirements
    • For players
      • Player Rockets
      • Space Stations
      • The Story
      • Space suit upgrading
      • Machine Usage
      • Collectable resources
      • Building plans
    • For admins
      • Dungeons
      • PlaceHolders
      • Creating worlds
        • Creating a new world
        • BiomeData Files
          • MixMaterial Data
      • Worldguard support
      • POI Management
        • Creating a POI
      • The Config File
      • Altering Buildings
      • World and Galaxy Control
      • Translate
  • MCG UCDM
  • MCG MineBuddy
    • Requirements and setup
    • How to add a Server and Buddy's
    • How does the ServerLink Files work?
  • MCG BlueMap Essentials (Plus)
    • BME PLUS API
  • MCG Ultimate Quester
    • Creating A quest
      • Actions
      • Requirements
  • MCG ParkManager SE
    • Players (park visitors)
      • (PMP) The smartphone
      • (PMP) Attractions
    • Admins (Park Staff)
      • Create Attractions
        • BigDoors Support
        • CC Rides Support
      • Commands
      • Shows!
  • MCG Mine-Net
    • Installation
    • Plugin Commands and permissions
    • Editing the theme
    • Navigation Editor
    • Discord Manager
    • FAQ
  • MCG Menu (all plugins)
Powered by GitBook
On this page
  • How does it work?
  • How do i set it up?
  • The actions?
  1. MCG Streamer GUI

Subscriber Rewards

Sometimes you as twitch partner are offering subscriptions to your user. after many people requesting this i added it Commands and actions for the subscriptions!

How does it work?

Twitch handles subscriptions in 4 tiers (tier 1 , tier 2 , tier 3 and Prime) the prime one is a free tier 1 subscription they get when they use their prime sub. the others are self explanitory.

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?

Action

Arguments

Example

?

CMD

command

CMD#give {player} apple 1

Executes given command

BLACKLIST

player

BLACKLIST#player

Removes player from the whitelist

WHITELIST

player

WHITELIST#player

Whitelists player on your server

UNSUBKICK

player

UNSUBKICK#player

Kicks the player from the server usefull after blacklisting to prevent rejoin

PreviousTwitch app setupNextPlaceholders

Last updated 3 years ago