* 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!
|
// store variable definitions for scripts only!
|
||||||
|
|
||||||
|
|
||||||
// options common for all scripts:
|
// ## GLOBAL SECTION ##
|
||||||
|
|
||||||
[#uppercase]
|
[#uppercase]
|
||||||
[#noprefix]
|
[#noprefix]
|
||||||
// special char that is used to trigger server commands (for example ".goname Player")
|
// special char that is used to trigger server commands (for example ".goname Player")
|
||||||
@ -12,6 +13,15 @@
|
|||||||
cmdchar=.
|
cmdchar=.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[#normal]
|
||||||
|
// ## END OF GLOBAL SECTION ##
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// -- section for individual scripts --
|
||||||
|
|
||||||
[autobroadcast]
|
[autobroadcast]
|
||||||
enable=0
|
enable=0
|
||||||
// 20 mins by default
|
// 20 mins by default
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user