-
Notifications
You must be signed in to change notification settings - Fork 1
/
chatreaction
55 lines (54 loc) · 1.34 KB
/
chatreaction
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ChatReaction version 1.8.0 configuration file
# Via config.helpch.at
debug: false
check_updates: true
reaction_stats:
track_stats: false
top_players_size: 100
hostname: localhost
port: 3306
database: chatreaction
prefix: ''
username: root
password: ''
ssl: false
reaction:
interval: 10
time_limit: 5
players_needed_to_start: 1
word_character_length: 10
ignore_case: false
use_custom_words: true
split_words_by_line: true
scramble_custom_words: true
scramble_at_random: true
scramble_spaces: false
disabled_worlds:
- world_nether
- world_the_end
reward_amount: 2
rewards:
- eco give @p 500
- give @p diamondblock 100
messages:
reaction_start:
- '&8[&e&lReaction&8] &bHover for the word to type!'
reaction_start_tooltip: '&f%word%'
scramble_start:
- '&8[&e&lReaction&8] &bHover for the word to unscramble!'
scramble_start_tooltip: '&f%word%'
reaction_end:
- '&8[&e&lReaction&8] &cNobody got the word in time &4:('
scramble_end:
- '&8[&e&lReaction&8] &cNobody got the word in time &4:('
- '&cThe word was &f%word%'
reaction_win:
- '&8[&e&lReaction&8] &f%player% &awon in &f%time% &aseconds!'
scramble_win:
- '&8[&e&lReaction&8] &f%player% &aunscrambled the word &f%word% &ain &f%time% &aseconds!'
hooks:
qaplugin:
enabled: true
hint:
charge: true
charge_amount: 100.0