Added compi :D

This commit is contained in:
Cooldude2606
2019-03-25 21:27:43 +00:00
parent ea1de6a2b4
commit 660397a6d7
6 changed files with 144 additions and 18 deletions

21
config/compilatron.lua Normal file
View File

@@ -0,0 +1,21 @@
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'},
}
}
}