mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Added some custom join messages
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
['Cooldude2606'] = 'Lua lets you set metatables on numbers, did you know that? Cooldude2606 knows this.'
|
Cooldude2606 = 'Lua lets you set metatables on numbers, did you know that? Cooldude2606 knows this.',
|
||||||
|
samy115 = 'Tremble in fear as the banhammer is now here, its owner: samy115',
|
||||||
|
XenoCyber = '"Fire :fire: Fire :fire: Fire" oops wrong game, have no fear XenoCyber is here',
|
||||||
|
HunterOfGames = 'Unable to support HunterOfGames. You must construct additional miners.'
|
||||||
}
|
}
|
||||||
@@ -16,7 +16,10 @@ return {
|
|||||||
UUBlueFire={r=0,g=204,b=255},
|
UUBlueFire={r=0,g=204,b=255},
|
||||||
CmonMate497={r=103,g=224,b=194},
|
CmonMate497={r=103,g=224,b=194},
|
||||||
s4sh={r=255,g=120,b=0},
|
s4sh={r=255,g=120,b=0},
|
||||||
ArPiiX={r=0,g=255,b=0}
|
ArPiiX={r=0,g=255,b=0},
|
||||||
|
NextIdea={r=255,g=255,b=255},
|
||||||
|
hamsterbryan={r=0,g=255,b=0},
|
||||||
|
XenoCyber={r=0,g=128,b=255}
|
||||||
},
|
},
|
||||||
disallow = { --- @setting disallow colours which will not given to players; the value does not matter it is only the key which is checked
|
disallow = { --- @setting disallow colours which will not given to players; the value does not matter it is only the key which is checked
|
||||||
black = {r = 0, g = 0, b = 0},
|
black = {r = 0, g = 0, b = 0},
|
||||||
|
|||||||
Reference in New Issue
Block a user