#ChatReaction config reset

1 messages · Page 1 of 1 (latest)

urban vault
#

config.yml for ChatReaction 1.8.0 always reverts itself every time the server is started. Even changing a single value from the default config still resets. I have tried deleting everything in the plugins folder and reinstalling but no change. I was able to edit the config several times before this started happening. I am more than happy to provide any necessary additional info!

fallow yacht
#

what MC version @urban vault

urban vault
#

1.19.2

fallow yacht
#

lemme see if we even support that

urban vault
#

I don't believe it's officially supported, but like I said it was working at least the first couple times I changed the config. Obviously something must have changed at some point, I just can't figure out what haha. What's strange to me is that reinstalling the plugin and deleting the server properties file didn't fix it. I guess I could try completely rebuilding my test server, but obviously that isn't ideal 😅

fallow yacht
#

@urban vault what version did it original work on? \

urban vault
#

same version, 1.19.2 believe it or not

fallow yacht
#

@urban vault are you /reloading?

#

if you are please dont

urban vault
#

I actually am not familiar with that command, so I would assume not

#

I am extremely inexperienced with running servers. this one is just for a couple friends

fallow yacht
#

send me your config your trying to use

urban vault
#

it doesn't let me attach files but here:

ChatReaction version 1.8.0 configuration file

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: 5
time_limit: 5
players_needed_to_start: 1
word_character_length: 10
ignore_case: true
use_custom_words: true
split_words_by_line: true
scramble_custom_words: true
scramble_at_random: true
scramble_spaces: true
disabled_worlds:

  • world_nether
  • world_the_end
    reward_amount: 2
    rewards:
  • eco give @p 500
  • give @p diamondblock 100
    messages:
    reaction_start:
    -'\n§b§lThe first person to type §d§l%word% §b§lwins 15 points!\n'
    reaction_start_tooltip: '&f%word%'
    scramble_start:
    -'\n§b§lThe first person to unscramble §d§l%word% §b§lwins 15 points!\n'
    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:
    -'\n§f§l%player% §a§lwon in §f%time% §a§lseconds!'
    scramble_win:
    -'\n§f§l%player% §a§lunscrambled the word §d§l%word% §a§lin &f%time% §a§lseconds!'
    hooks:
    qaplugin:
    enabled: true
    hint:
    charge: true
    charge_amount: 100.0
#

I read somewhere that incorrect syntax anywhere will cause it to reset to default. So to see whether I might have been doing something wrong, I just changed the minimum players required to start (just that single number), and it still reset. So unfortunately it seems like it doesn't have anything to do with how the config is actually changed.

fallow yacht
#

@urban vault ?imgur

#

@delicate wren

#

?imgur

delicate wrenBOT
#
FAQ Answer:

You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/upload to upload images/screenshots.
You can also use a screenshot service like gyazo or jinx and post those links here.

fallow yacht
#

woops

#

?paste

delicate wrenBOT
#
FAQ Answer:

Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
HelpChat Paste - How To Use

fallow yacht
#

send it here

#

^^

urban vault
fallow yacht
#

O I see ISSUE

urban vault
#

oh, thanks! I'll test it now

#

what was it?

fallow yacht
#

spacing

urban vault
#

Hmm, well it did reset itself again trying to run it with the one in the paste service, but it is now allowing me to edit values

#

thank you very much, it works!

#

would you mind letting me know exactly where my error was so I can avoid it in the future?

fallow yacht
#

yes

urban vault
#

ah, so there needs to be a space after the hyphens?

#

also, would you happen to know the syntax for line breaks in the chat messages? I saw \n in a forum somewhere but it doesn't seem to work

fallow yacht
#

like - ''

  • ''
#

ect

urban vault
#

hmm, essentially I want the message to be preceeded and followed by empty lines. I tried just putting spaces in the lines I wanted to be blank (after the dashes) and it didn't work in game. when I went back to check the config, it put "null" in those lines. any suggestions?

#

I figured it out! I really appreciate you taking the time to help.