mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Added compi :D
This commit is contained in:
21
config/compilatron.lua
Normal file
21
config/compilatron.lua
Normal 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'},
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -20,6 +20,7 @@ return {
|
||||
'modules.addons.death-logger',
|
||||
'modules.addons.advanced-starting-items',
|
||||
'modules.addons.spawn-area',
|
||||
'modules.addons.compilatron',
|
||||
-- Config Files
|
||||
'config.command_auth_admin', -- commands tagged with admin_only are blocked for non admins
|
||||
'config.command_auth_runtime_disable', -- allows commands to be enabled and disabled during runtime
|
||||
|
||||
Reference in New Issue
Block a user