Exclude Towny lang file

This commit is contained in:
Chromachine 2019-11-10 18:39:59 +00:00
parent 8a444fd689
commit 0506e06315
No known key found for this signature in database
GPG key ID: E3A2A1CAA522AE6E
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#Minecraft server properties
#Thu Nov 07 12:01:13 UTC 2019
#Sun Nov 10 18:34:01 UTC 2019
spawn-protection=16
max-tick-time=60000
query.port=25565

View file

@ -505,7 +505,7 @@ plugin:
dbname: towny
table_prefix: towny_
username: root
password: ''
password: 'NOPE'
ssl: 'false'
# Flatfile backup settings.

View file

@ -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 'MythicMobs/*' ':!:MythicMobs/SavedData/*'
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 'PermissionsEx/permissions.yml'
git add -f 'Multiverse-Core/worlds.yml'