AutoSaveWorld

1M Downloads

Broadcasts to 2 lines

Mickroz opened this issue ยท 2 comments

commented

Hi im using this for the autosave and restart function, but it's broadcasting to 2 lines instead of 1.
result

[12:58:23 INFO]: [Broadcast]
[12:58:24 INFO]: AutoSave Complete

expecting

[12:58:23 INFO]: [Broadcast] AutoSave Complete

config

broadcast:
  pre: '&d[Broadcast]&7'
  post: '&9AutoSave Complete'
commented

broadcast:
pre: '&d[Broadcast]&7 &9AutoSave Started'
post: '&d[Broadcast]&7 &9AutoSave Complete'

Pre and post are not parts of the message, they are messages before and after the save.

commented

Ahh tnx for clarifying!