mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
21 lines
712 B
Lua
21 lines
712 B
Lua
return {
|
|
message_cycle=60*15, -- 15 seconds default, how often (in ticks) the messages will cycle
|
|
locations={ -- defines the spawn locations for all compilatrons
|
|
['Spawn']={x=0,y=0}
|
|
},
|
|
messages={ -- the messages that each one will say, must be same name as its location
|
|
['Spawn']={
|
|
{'info.website-message'},
|
|
{'info.read-readme'},
|
|
{'info.discord-message'},
|
|
{'info.softmod'},
|
|
{'info.wiki-message'},
|
|
{'info.redmew'},
|
|
{'info.feedback-message'},
|
|
{'info.custom-commands'},
|
|
{'info.status-message'},
|
|
{'info.lhd'},
|
|
{'info.github-message'},
|
|
}
|
|
}
|
|
} |