An update

New kind of config
This commit is contained in:
Chromachine 2019-01-23 09:57:06 +00:00
parent f9bd469715
commit 6bfdb481fb
No known key found for this signature in database
GPG key ID: E3A2A1CAA522AE6E
5 changed files with 142 additions and 4 deletions

61
ButtonChat/config.yml Normal file
View file

@ -0,0 +1,61 @@
global:
notificationSound: ''
components:
TownyComponent:
enabled: true
TownColorComponent:
enabled: true
colorCount: 1
towncolors:
violetford:
- DarkPurple
- DarkGray
aurelia:
- Gray
port_purpura:
- LightPurple
- Gold
new_cairo:
- Yellow
- Aqua
greywatch:
- DarkGray
fellreach:
- DarkPurple
knightfall:
- DarkGray
ashport:
- Yellow
marine_city:
- DarkGray
britguard:
- DarkBlue
- DarkRed
iwa:
- Aqua
redguard:
- DarkRed
- DarkRed
pyralis:
- DarkAqua
alderon:
- Gold
treavis:
- DarkGreen
forfgorne:
- DarkGray
nationcolors:
knights: DarkRed
albion: DarkBlue
makani: DarkGreen
pressia: DarkBlue
aurora: Gold
alderon: DarkAqua
expanse: Gray
FlairComponent:
enabled: true
flairThreadURL: https://www.reddit.com/r/Chromagamers/comments/51ys94/flair_thread_for_the_mc_server/
AnnouncerComponent:
enabled: true
announceTime: 900000
announceMessages: []

View file

@ -1 +1,58 @@
test: false
global:
writePluginList: false
components:
PluginUpdaterComponent:
enabled: true
RestartComponent:
enabled: true
ChannelComponent:
enabled: true
g:
enabled: true
IDs: []
displayName: §fOOC§f
color: White
a:
enabled: true
IDs: []
mod:
enabled: true
IDs: []
dev:
enabled: true
IDs: []
red:
enabled: true
IDs: []
orange:
enabled: true
IDs: []
yellow:
enabled: true
IDs: []
green:
enabled: true
IDs: []
blue:
enabled: true
IDs: []
purple:
enabled: true
IDs: []
tc:
enabled: true
IDs: []
nc:
enabled: true
IDs: []
rp:
enabled: true
IDs: []
RandomTPComponent:
enabled: true
MemberComponent:
enabled: true
memberGroup: member
TownyComponent:
enabled: true

View file

@ -592,7 +592,7 @@ users:
group:
- member
options:
name: Applesaurus
name: antifloral
102a2198-4f54-4d0a-9725-63ae6376b1ed:
group:
- member
@ -930,3 +930,23 @@ users:
- member
options:
name: HasMerryInternet
2c333255-de9f-4799-ac43-fe412996d3a5:
group:
- member
options:
name: Startttttt
3e0ee1be-d1da-46ef-86f6-bff880e99c01:
group:
- member
options:
name: Bannor2
01ba2550-d695-4b1d-94c7-ef05cdce6d5d:
group:
- member
options:
name: I_B_boinkle
0e244a79-28a1-49ff-a015-a065ac7052d5:
group:
- member
options:
name: BrandynJ

View file

@ -4,5 +4,5 @@ aclchg norbipeti +rwx "#?" # acladd
aclchg iie +rwx "#?"
aclchg ghostise +rwx "#?"
aclchg figytuna +rwx "#?"
# detach - for some reason it doesn't color the terminal if I detach automatically in any way
# detach - for some reason it doesn't color the prompt if I detach automatically in any way

View file

@ -1,6 +1,6 @@
# sudo screen -S servertest -t "Main Server" -c screenconf -d -m -s bash
# sudo screen -S devtest -t "Dev Server" -c screenconf -d -m -s bash
sudo screen -S servertest -t "Main Server" -c screenconf sh -c 'echo Main Server; cd /minecraft/main; exec bash'
sudo screen -S devtest -t "Dev Server" -c screenconf sh -c 'echo Dev Server; cd /minecraft/dev; exec bash'
sudo screen -S server -t "Main Server" -c screenconf sh -c 'echo Main Server; cd /minecraft/main; exec bash'
sudo screen -S dev -t "Dev Server" -c screenconf sh -c 'echo Dev Server; cd /minecraft/dev; exec bash'