icon.png

Documentation

Started Configuration

In this section we are going to see how to configure this plugin in depth.

# config.yml

enable: false

twitch:
  token: "rfx2uswqe8lu4g1mkagrvg5tv0ks3"
  refresh:
    refresh_token: "5b93chm63hdve3mycz05zfzatkfdenfspp1h1ar2xxdalen01"
    client_id: "axjhfp777tflhy0yjb5sftsil"
    client_secret: "41vpdji4e9gif429md0ouet6fktd2"
  chat-token: "oauth:rfx2uswqe8lu4g1mkagrvg5tv0ks3" # "" use token default
  channels:
    - valerihe/582076854

# Here the white list of players to apply the rewards
players:
  - player1
  - player2

# notifications.yml

notifications:
  notification1: [...]
  notification2: [...]
  notification3: [...]

Notification

minecraft:
  title:
    content: "&f¡Reward! &a%name%"
    fadein: 20
    stay: 20
    fadeout: 20
  subtitle: "&f%method% &ax%amount%"
  actionbar: "&fThanks &e%username%"
twitch: "¡Thanks %username% for you %name%!"
sound:
  sound: "ENTITY_PLAYER_LEVELUP"
  pitch: 2
  volume: 0.3

Variables

# reward.yml

rewards:
  reward1: [...]
  reward2: [...]
  reward3: [...]

Basic reward

preset: "summon"
name: "Zombie"
notification: default
active:
  points: 40
  bits: 12
  sub: 1
  subs-gifts: 1
  hype-train: 1
settings: [...]

Variables

Help panel
🔨 Developing...