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:
|
||||
- DarkGray
|
||||
britguard:
|
||||
- DarkBlue
|
||||
- DarkRed
|
||||
iwa:
|
||||
- Aqua
|
||||
|
@ -45,12 +44,9 @@ components:
|
|||
forfgorne:
|
||||
- DarkGray
|
||||
nationcolors:
|
||||
knights: DarkRed
|
||||
albion: DarkBlue
|
||||
makani: DarkGreen
|
||||
pressia: DarkBlue
|
||||
pressia: Aqua
|
||||
aurora: Gold
|
||||
alderon: DarkAqua
|
||||
expanse: Gray
|
||||
FlairComponent:
|
||||
enabled: true
|
||||
|
@ -59,3 +55,5 @@ components:
|
|||
enabled: true
|
||||
announceTime: 900000
|
||||
announceMessages: []
|
||||
FunComponent:
|
||||
enabled: true
|
||||
|
|
|
@ -950,3 +950,8 @@ users:
|
|||
- member
|
||||
options:
|
||||
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
|
||||
global:
|
||||
writePluginList: false
|
||||
writePluginList: true
|
||||
components:
|
||||
PluginUpdaterComponent:
|
||||
enabled: true
|
||||
|
@ -10,15 +10,18 @@ components:
|
|||
enabled: true
|
||||
g:
|
||||
enabled: true
|
||||
IDs: []
|
||||
displayName: §fOOC§f
|
||||
IDs:
|
||||
- ooc
|
||||
color: White
|
||||
displayName: §fOOC§f
|
||||
a:
|
||||
enabled: true
|
||||
IDs: []
|
||||
mod:
|
||||
enabled: true
|
||||
IDs: []
|
||||
color: Blue
|
||||
displayName: §9MOD§f
|
||||
dev:
|
||||
enabled: true
|
||||
IDs: []
|
||||
|
@ -46,6 +49,8 @@ components:
|
|||
nc:
|
||||
enabled: true
|
||||
IDs: []
|
||||
color: Gold
|
||||
displayName: §6NC§f
|
||||
rp:
|
||||
enabled: true
|
||||
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
|
||||
for i in "${plugins[@]}"
|
||||
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
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue