barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

Cannot disable the save broadcast messages #129

Closed prophile closed 10 years ago

prophile commented 10 years ago

It would be nice to disable the "saving now" message and/or the warning message for ~save.

gsand commented 10 years ago

change this:

plugin.save.warn-message=Attention: Saving map in {delay}.
plugin.save.message=Map is Saving.

to this:

plugin.save.warn-message=
plugin.save.message=
prophile commented 10 years ago

Many thanks.