* fixed not working autobroadcast due to misconfiguration. thx to keroksi for pointing it out.
after downloading this update, be sure to copy the changes over to your already existing /conf/ScriptConfig.conf file.
This commit is contained in:
parent
a39849b2c9
commit
33b8cd4967
@ -3,7 +3,8 @@
|
||||
// store variable definitions for scripts only!
|
||||
|
||||
|
||||
// options common for all scripts:
|
||||
// ## GLOBAL SECTION ##
|
||||
|
||||
[#uppercase]
|
||||
[#noprefix]
|
||||
// special char that is used to trigger server commands (for example ".goname Player")
|
||||
@ -12,6 +13,15 @@
|
||||
cmdchar=.
|
||||
|
||||
|
||||
|
||||
[#normal]
|
||||
// ## END OF GLOBAL SECTION ##
|
||||
|
||||
|
||||
|
||||
|
||||
// -- section for individual scripts --
|
||||
|
||||
[autobroadcast]
|
||||
enable=0
|
||||
// 20 mins by default
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user