Unknown Log

#DJ7Y7xP
124 lines
Raw
1# This is the configuration file for ChatPointsTTV. For a fresh copy of this file, go to https://github.com/GospelBG/ChatPointsTTV/blob/master/src/main/resources/config.yml
2# For more information about how to use this file, refer to the config.yml instructions in the README file at https://github.com/GospelBG/ChatPointsTTV/blob/master/README.md
3
4# Username(s) of the streamer's channels. In case of multiple streamers, must be set as a list: ["channel_1", "channel_2", "..."]
5CHANNEL_USERNAME: ["Quimbly3", "Verdux", "Zytopian", "starshipsushi"]
6
7# Uncomment the following lines (remove the # symbol at the start of the line) to use a key-based authentication instead of the browser login.
8# It should be used in remote environments which do not have a web browser (i.e. a standalone hosted server)
9CUSTOM_CLIENT_ID: [Redacted]
10CUSTOM_ACCESS_TOKEN: [Redacted]
11
12# Whether the plugin shoud automatically connect to Twitch when a key-based authentication is used.
13AUTO_LINK_CUSTOM: true
14
15# Whether your stream chat should show up in the in-game chat
16SHOW_CHAT: false
17
18# Uncomment the following line and add chat bot usernames (in lowercase) to this list to prevent their messages to display on the in-game chat.
19# CHAT_BLACKLIST:
20
21# Set up here your channel point rewards.
22# Add as many lines as needed. Replace [REWARD NAME] with your reward's name, EXACTLY as it is on Twitch.
23
24# REWARD_NAME:
25# - ACTION
26
27# For the action, follow this format:
28# SPAWN {ENTITY_NAME} [AMOUNT]
29# RUN {TARGET / CONSOLE} {COMMAND}
30# GIVE {ITEM} [AMOUNT]
31# TNT {AMOUNT} [EXPLOSION TIME IN TICKS]
32
33# If your reward contains a text input, you can reference it as:
34# {TEXT} **ONLY SUPPORTED ON CHANNEL POINTS**
35
36# To add a streamer-specific reward add the actions inside a list named as the desired channel.
37# To target all channels use "default" as the list key.
38
39# Leave any reward class empty to disable it.
40CHANNEL_POINTS_REWARDS:
41 Vine Boom:
42 quimbly3:
43 - RUN CONSOLE say Test boom
44 Hydrate!:
45 quimbly3:
46 - RUN CONSOLE say Test quimbly
47 zytopian:
48 - RUN CONSOLE say Test zytopian
49 slimerr72:
50 - RUN CONSOLE say Test Slimer
51 default:
52 - RUN CONSOLE say test2
53
54# Put the desired action after the colon as a list. You musn't add a "Reward Name".
55FOLLOW_REWARDS:
56 - starshipsushi:
57 - RUN CONSOLE say test follow
58# Follow the same format as Channel Point Rewards, replacing the name of the reward for the minimum ammount of bits that needs to be cheered.
59CHEER_REWARDS:
60 1:
61 quimbly3:
62 - RUN CONSOLE say Test 1
63 5:
64 quimbly3:
65 - RUN CONSOLE say Test 5
66
67# Follow the same format as Channel Point Rewards, replacing the name of the reward for the desired sub tier: TWITCH_PRIME/TIER1/TIER2/TIER3.
68# Also you can enter an AMOUNT on GIFT_REWARDS to toggle actions with sub gifting
69SUB_REWARDS:
70 [TWITCH_PRIME]:
71 quimbly3:
72 - RUN CONSOLE say Test prime
73 [TIER1/2/3]:
74 quimbly3:
75 - RUN CONSOLE say Test sub
76
77GIFT_REWARDS:
78 1:
79 quimbly3:
80 - RUN CONSOLE say Test prime
81
82# Add glow effect to spawned mobs
83MOB_GLOW: true
84# Set chatter's name to spawned mobs
85DISPLAY_NAME_ON_MOB: true
86
87# Whether the plugin should log to the console when a user (GospelBG cheered 300 bits!; GospelBG has subscribed with a Tier 1 sub!; ...)
88LOG_EVENTS: true
89
90# In-game event alerts mode.
91# none: Disables in-game alerts
92# chat: Displays a message in the chat
93# title: Shows a title splash message
94# all: Uses both "chat" and "title" alerts
95INGAME_ALERTS: none
96
97# You can use the following options:
98
99# Colors:
100# AQUA, BLACK, BLUE, DARK_AQUA, DARK_BLUE, DARK_GRAY, DARK_GREEN, DARK_PURPLE,
101# DARK_RED, GOLD, GRAY, GREEN, ITALIC, LIGHT_PURPLE, RED, WHITE, YELLOW
102
103# Formatting:
104# BOLD
105# STRIKETHROUGH
106# UNDERLINE
107
108# Misc:
109# MAGIC
110
111REWARD_NAME_BOLD: true
112COLORS:
113 USER_COLOR: GOLD
114 ACTION_COLOR: YELLOW
115
116# Customize the on-screen text that is broadcasted to players.
117# Viewer's username and their reward will be autommatically added to the message.
118
119STRINGS:
120 REDEEMED_STRING: "has redeemed" # Whitespaces on the start and end of the string are added automatically.
121 FOLLOWED_STRING: "has started following"
122 CHEERED_STRING: "cheered" #..."100 bits"
123 SUB_STRING: "has subscribed with a" #..."Tier 1/2/3/Prime"
124 GIFT_STRING: "gifted" #..."5 subs"
This log will be saved for 90 days from their last view.
Report abuse