Exclude Towny lang file
This commit is contained in:
parent
8a444fd689
commit
0506e06315
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Thu Nov 07 12:01:13 UTC 2019
|
#Sun Nov 10 18:34:01 UTC 2019
|
||||||
spawn-protection=16
|
spawn-protection=16
|
||||||
max-tick-time=60000
|
max-tick-time=60000
|
||||||
query.port=25565
|
query.port=25565
|
||||||
|
|
|
@ -505,7 +505,7 @@ plugin:
|
||||||
dbname: towny
|
dbname: towny
|
||||||
table_prefix: towny_
|
table_prefix: towny_
|
||||||
username: root
|
username: root
|
||||||
password: ''
|
password: 'NOPE'
|
||||||
ssl: 'false'
|
ssl: 'false'
|
||||||
|
|
||||||
# Flatfile backup settings.
|
# Flatfile backup settings.
|
||||||
|
|
|
@ -11,7 +11,7 @@ find . -path './Movecraft/types/*.craft' -exec git add -f '{}' \;
|
||||||
git add -f 'dynmap/configuration.txt' 'dynmap/worlds.txt' 'dynmap/templates/custom-normal-vlowres.txt' 'dynmap/templates/custom-nether-vlowres.txt' 'dynmap/templates/custom-the_end-vlowres.txt'
|
git add -f 'dynmap/configuration.txt' 'dynmap/worlds.txt' 'dynmap/templates/custom-normal-vlowres.txt' 'dynmap/templates/custom-nether-vlowres.txt' 'dynmap/templates/custom-the_end-vlowres.txt'
|
||||||
git add -f 'MythicMobs/*' ':!:MythicMobs/SavedData/*'
|
git add -f 'MythicMobs/*' ':!:MythicMobs/SavedData/*'
|
||||||
git add -f ':(glob)Jobs/*.yml' ':!:Jobs/furnaceBrewingStands.yml'
|
git add -f ':(glob)Jobs/*.yml' ':!:Jobs/furnaceBrewingStands.yml'
|
||||||
git add -f 'Towny/settings/*' ':!:Towny/settings/*.rej'
|
git add -f 'Towny/settings/*' ':!:Towny/settings/*.rej' ':!:Towny/settings/english.yml'
|
||||||
git add -f 'PlotSquared/*' ':!:PlotSquared/*storage*' ':!:PlotSquared/translations*'
|
git add -f 'PlotSquared/*' ':!:PlotSquared/*storage*' ':!:PlotSquared/translations*'
|
||||||
#git add -f 'PermissionsEx/permissions.yml'
|
#git add -f 'PermissionsEx/permissions.yml'
|
||||||
git add -f 'Multiverse-Core/worlds.yml'
|
git add -f 'Multiverse-Core/worlds.yml'
|
||||||
|
|
Loading…
Reference in a new issue