Renames, update
This commit is contained in:
parent
6a734c17fd
commit
1e86eb792f
4 changed files with 17 additions and 9 deletions
|
@ -29,7 +29,6 @@ components:
|
||||||
marine_city:
|
marine_city:
|
||||||
- DarkGray
|
- DarkGray
|
||||||
britguard:
|
britguard:
|
||||||
- DarkBlue
|
|
||||||
- DarkRed
|
- DarkRed
|
||||||
iwa:
|
iwa:
|
||||||
- Aqua
|
- Aqua
|
||||||
|
@ -45,12 +44,9 @@ components:
|
||||||
forfgorne:
|
forfgorne:
|
||||||
- DarkGray
|
- DarkGray
|
||||||
nationcolors:
|
nationcolors:
|
||||||
knights: DarkRed
|
|
||||||
albion: DarkBlue
|
albion: DarkBlue
|
||||||
makani: DarkGreen
|
pressia: Aqua
|
||||||
pressia: DarkBlue
|
|
||||||
aurora: Gold
|
aurora: Gold
|
||||||
alderon: DarkAqua
|
|
||||||
expanse: Gray
|
expanse: Gray
|
||||||
FlairComponent:
|
FlairComponent:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -59,3 +55,5 @@ components:
|
||||||
enabled: true
|
enabled: true
|
||||||
announceTime: 900000
|
announceTime: 900000
|
||||||
announceMessages: []
|
announceMessages: []
|
||||||
|
FunComponent:
|
||||||
|
enabled: true
|
||||||
|
|
|
@ -950,3 +950,8 @@ users:
|
||||||
- member
|
- member
|
||||||
options:
|
options:
|
||||||
name: BrandynJ
|
name: BrandynJ
|
||||||
|
e3775b5d-f71b-42ed-9f8e-5ac56f11a22d:
|
||||||
|
group:
|
||||||
|
- member
|
||||||
|
options:
|
||||||
|
name: Ninja_Gaiden1
|
||||||
|
|
11
ButtonCore/config.yml → ThorpeCore/config.yml
Executable file → Normal file
11
ButtonCore/config.yml → ThorpeCore/config.yml
Executable file → Normal file
|
@ -1,6 +1,6 @@
|
||||||
test: false
|
test: false
|
||||||
global:
|
global:
|
||||||
writePluginList: false
|
writePluginList: true
|
||||||
components:
|
components:
|
||||||
PluginUpdaterComponent:
|
PluginUpdaterComponent:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -10,15 +10,18 @@ components:
|
||||||
enabled: true
|
enabled: true
|
||||||
g:
|
g:
|
||||||
enabled: true
|
enabled: true
|
||||||
IDs: []
|
IDs:
|
||||||
displayName: §fOOC§f
|
- ooc
|
||||||
color: White
|
color: White
|
||||||
|
displayName: §fOOC§f
|
||||||
a:
|
a:
|
||||||
enabled: true
|
enabled: true
|
||||||
IDs: []
|
IDs: []
|
||||||
mod:
|
mod:
|
||||||
enabled: true
|
enabled: true
|
||||||
IDs: []
|
IDs: []
|
||||||
|
color: Blue
|
||||||
|
displayName: §9MOD§f
|
||||||
dev:
|
dev:
|
||||||
enabled: true
|
enabled: true
|
||||||
IDs: []
|
IDs: []
|
||||||
|
@ -46,6 +49,8 @@ components:
|
||||||
nc:
|
nc:
|
||||||
enabled: true
|
enabled: true
|
||||||
IDs: []
|
IDs: []
|
||||||
|
color: Gold
|
||||||
|
displayName: §6NC§f
|
||||||
rp:
|
rp:
|
||||||
enabled: true
|
enabled: true
|
||||||
IDs: []
|
IDs: []
|
|
@ -3,7 +3,7 @@ git rm --cached -rfq '*/*' ':!:.github/*' # Unstage everything in folders in c
|
||||||
readarray -t plugins < plugins.txt # -t removes trailing newlines
|
readarray -t plugins < plugins.txt # -t removes trailing newlines
|
||||||
for i in "${plugins[@]}"
|
for i in "${plugins[@]}"
|
||||||
do
|
do
|
||||||
if [ -d $i -a $i != "DiscordPlugin" -a $i != "OpenInv" ]; then
|
if [ -d $i -a $i != "Thorpe-Discord" -a $i != "OpenInv" ]; then
|
||||||
find $i -name "config.yml" -exec git add -f '{}' \; # All files are ignored, need to force add
|
find $i -name "config.yml" -exec git add -f '{}' \; # All files are ignored, need to force add
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue