Final v5 update
Before 1.16.5 -> 1.18.2
This commit is contained in:
parent
5ebf564751
commit
ad74e7e18d
40 changed files with 501 additions and 531 deletions
1
ButtonWebsiteModule/config.yml
Normal file
1
ButtonWebsiteModule/config.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
http-port: 8099
|
|
@ -20,8 +20,8 @@ components:
|
||||||
# The amount of town colors allowed. If more than one is used (or nation colors are enabled), players can change how many letters to be in a specific color using /u ncolor.
|
# The amount of town colors allowed. If more than one is used (or nation colors are enabled), players can change how many letters to be in a specific color using /u ncolor.
|
||||||
colorCount: 1
|
colorCount: 1
|
||||||
towncolors:
|
towncolors:
|
||||||
seedshire:
|
tmp:
|
||||||
- Blue
|
- Gold
|
||||||
liria:
|
liria:
|
||||||
- DarkPurple
|
- DarkPurple
|
||||||
nationcolors:
|
nationcolors:
|
||||||
|
|
|
@ -4,7 +4,7 @@ global:
|
||||||
# The (bot) channel to use for Discord commands like /role.
|
# The (bot) channel to use for Discord commands like /role.
|
||||||
commandChannel: 209720707188260864
|
commandChannel: 209720707188260864
|
||||||
# The prefix to use with Discord commands like /role. It only works in the bot channel.
|
# The prefix to use with Discord commands like /role. It only works in the bot channel.
|
||||||
prefix: '|'
|
prefix: /
|
||||||
# The invite link to show by /discord invite. If empty, it defaults to the first invite if the bot has access.
|
# The invite link to show by /discord invite. If empty, it defaults to the first invite if the bot has access.
|
||||||
inviteLink: https://discord.gg/gxmTS8N
|
inviteLink: https://discord.gg/gxmTS8N
|
||||||
# The role that allows using mod-only Discord commands.
|
# The role that allows using mod-only Discord commands.
|
||||||
|
@ -95,8 +95,8 @@ components:
|
||||||
enabled: true
|
enabled: true
|
||||||
# Automatically unpins all messages except the last few. Set to 0 or >50 to disable
|
# Automatically unpins all messages except the last few. Set to 0 or >50 to disable
|
||||||
keepPinned: 40
|
keepPinned: 40
|
||||||
lastAnnouncementTime: 1609457770
|
lastAnnouncementTime: 1641005950
|
||||||
lastSeenTime: 1609457770
|
lastSeenTime: 1641005950
|
||||||
# Channel to post new posts.
|
# Channel to post new posts.
|
||||||
channel: 125813020357165056
|
channel: 125813020357165056
|
||||||
# The subreddit to pull the posts from
|
# The subreddit to pull the posts from
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# These first 6 aren't configurable
|
# These first 6 aren't configurable
|
||||||
issues: "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues"
|
issues: "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues"
|
||||||
wiki: "https://wiki.intellectualsites.com/FastAsyncWorldEdit/index"
|
wiki: "https://wiki.intellectualsites.com/FastAsyncWorldEdit/index"
|
||||||
date: "Thu Feb 18 00:00:00 UTC 2021"
|
date: "Thu Feb 18 00:00:00 GMT 2021"
|
||||||
build: "https://ci.athion.net/job/FastAsyncWorldEdit-1.16/566"
|
build: "https://ci.athion.net/job/FastAsyncWorldEdit-1.16/566"
|
||||||
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/ff094a9b"
|
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/ff094a9b"
|
||||||
platform: "Bukkit"
|
platform: "Bukkit"
|
||||||
|
|
|
@ -1,51 +1,4 @@
|
||||||
worlds:
|
worlds:
|
||||||
world_the_end:
|
|
||||||
==: MVWorld
|
|
||||||
hidden: 'false'
|
|
||||||
alias: world_the_end
|
|
||||||
color: WHITE
|
|
||||||
style: NORMAL
|
|
||||||
pvp: 'true'
|
|
||||||
scale: '16.0'
|
|
||||||
respawnWorld: world
|
|
||||||
allowWeather: 'true'
|
|
||||||
difficulty: NORMAL
|
|
||||||
spawning:
|
|
||||||
==: MVSpawnSettings
|
|
||||||
animals:
|
|
||||||
==: MVSpawnSubSettings
|
|
||||||
spawn: 'true'
|
|
||||||
spawnrate: '-1'
|
|
||||||
exceptions: []
|
|
||||||
monsters:
|
|
||||||
==: MVSpawnSubSettings
|
|
||||||
spawn: 'true'
|
|
||||||
spawnrate: '-1'
|
|
||||||
exceptions: []
|
|
||||||
entryfee:
|
|
||||||
==: MVEntryFee
|
|
||||||
amount: '0.0'
|
|
||||||
hunger: 'true'
|
|
||||||
autoHeal: 'true'
|
|
||||||
adjustSpawn: 'true'
|
|
||||||
portalForm: ALL
|
|
||||||
gameMode: SURVIVAL
|
|
||||||
keepSpawnInMemory: 'false'
|
|
||||||
spawnLocation:
|
|
||||||
==: MVSpawnLocation
|
|
||||||
x: 0.0
|
|
||||||
y: 62.0
|
|
||||||
z: 0.0
|
|
||||||
pitch: 0.0
|
|
||||||
yaw: 0.0
|
|
||||||
autoLoad: 'true'
|
|
||||||
bedRespawn: 'true'
|
|
||||||
worldBlacklist: []
|
|
||||||
environment: THE_END
|
|
||||||
seed: '1923020019'
|
|
||||||
generator: 'null'
|
|
||||||
playerLimit: '-1'
|
|
||||||
allowFlight: 'true'
|
|
||||||
world:
|
world:
|
||||||
==: MVWorld
|
==: MVWorld
|
||||||
hidden: 'false'
|
hidden: 'false'
|
||||||
|
@ -93,6 +46,53 @@ worlds:
|
||||||
generator: 'null'
|
generator: 'null'
|
||||||
playerLimit: '-1'
|
playerLimit: '-1'
|
||||||
allowFlight: 'true'
|
allowFlight: 'true'
|
||||||
|
world_the_end:
|
||||||
|
==: MVWorld
|
||||||
|
hidden: 'false'
|
||||||
|
alias: world_the_end
|
||||||
|
color: WHITE
|
||||||
|
style: NORMAL
|
||||||
|
pvp: 'true'
|
||||||
|
scale: '16.0'
|
||||||
|
respawnWorld: world
|
||||||
|
allowWeather: 'true'
|
||||||
|
difficulty: NORMAL
|
||||||
|
spawning:
|
||||||
|
==: MVSpawnSettings
|
||||||
|
animals:
|
||||||
|
==: MVSpawnSubSettings
|
||||||
|
spawn: 'true'
|
||||||
|
spawnrate: '-1'
|
||||||
|
exceptions: []
|
||||||
|
monsters:
|
||||||
|
==: MVSpawnSubSettings
|
||||||
|
spawn: 'true'
|
||||||
|
spawnrate: '-1'
|
||||||
|
exceptions: []
|
||||||
|
entryfee:
|
||||||
|
==: MVEntryFee
|
||||||
|
amount: '0.0'
|
||||||
|
hunger: 'true'
|
||||||
|
autoHeal: 'true'
|
||||||
|
adjustSpawn: 'true'
|
||||||
|
portalForm: ALL
|
||||||
|
gameMode: SURVIVAL
|
||||||
|
keepSpawnInMemory: 'false'
|
||||||
|
spawnLocation:
|
||||||
|
==: MVSpawnLocation
|
||||||
|
x: 0.0
|
||||||
|
y: 62.0
|
||||||
|
z: 0.0
|
||||||
|
pitch: 0.0
|
||||||
|
yaw: 0.0
|
||||||
|
autoLoad: 'true'
|
||||||
|
bedRespawn: 'true'
|
||||||
|
worldBlacklist: []
|
||||||
|
environment: THE_END
|
||||||
|
seed: '1923020019'
|
||||||
|
generator: 'null'
|
||||||
|
playerLimit: '-1'
|
||||||
|
allowFlight: 'true'
|
||||||
world_nether:
|
world_nether:
|
||||||
==: MVWorld
|
==: MVWorld
|
||||||
hidden: 'false'
|
hidden: 'false'
|
||||||
|
@ -187,16 +187,16 @@ worlds:
|
||||||
generator: PlotSquared
|
generator: PlotSquared
|
||||||
playerLimit: '-1'
|
playerLimit: '-1'
|
||||||
allowFlight: 'true'
|
allowFlight: 'true'
|
||||||
worldhub:
|
flatworld:
|
||||||
==: MVWorld
|
==: MVWorld
|
||||||
hidden: 'false'
|
hidden: 'false'
|
||||||
alias: worldhub
|
alias: flatworld
|
||||||
color: WHITE
|
color: WHITE
|
||||||
style: NORMAL
|
style: NORMAL
|
||||||
pvp: 'true'
|
pvp: 'true'
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'false'
|
allowWeather: 'true'
|
||||||
difficulty: NORMAL
|
difficulty: NORMAL
|
||||||
spawning:
|
spawning:
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
|
@ -207,7 +207,7 @@ worlds:
|
||||||
exceptions: []
|
exceptions: []
|
||||||
monsters:
|
monsters:
|
||||||
==: MVSpawnSubSettings
|
==: MVSpawnSubSettings
|
||||||
spawn: 'false'
|
spawn: 'true'
|
||||||
spawnrate: '-1'
|
spawnrate: '-1'
|
||||||
exceptions: []
|
exceptions: []
|
||||||
entryfee:
|
entryfee:
|
||||||
|
@ -221,16 +221,16 @@ worlds:
|
||||||
keepSpawnInMemory: 'false'
|
keepSpawnInMemory: 'false'
|
||||||
spawnLocation:
|
spawnLocation:
|
||||||
==: MVSpawnLocation
|
==: MVSpawnLocation
|
||||||
x: 162.5
|
x: -256.0
|
||||||
y: 4.0
|
y: 4.0
|
||||||
z: -95.5
|
z: -96.0
|
||||||
pitch: 0.0
|
pitch: 0.0
|
||||||
yaw: 0.0
|
yaw: 0.0
|
||||||
autoLoad: 'true'
|
autoLoad: 'true'
|
||||||
bedRespawn: 'true'
|
bedRespawn: 'true'
|
||||||
worldBlacklist: []
|
worldBlacklist: []
|
||||||
environment: NORMAL
|
environment: NORMAL
|
||||||
seed: '-5692829584426207714'
|
seed: '4622440486943241231'
|
||||||
generator: 'null'
|
generator: 'null'
|
||||||
playerLimit: '-1'
|
playerLimit: '-1'
|
||||||
allowFlight: 'true'
|
allowFlight: 'true'
|
||||||
|
@ -281,16 +281,16 @@ worlds:
|
||||||
generator: 'null'
|
generator: 'null'
|
||||||
playerLimit: '-1'
|
playerLimit: '-1'
|
||||||
allowFlight: 'true'
|
allowFlight: 'true'
|
||||||
flatworld:
|
worldhub:
|
||||||
==: MVWorld
|
==: MVWorld
|
||||||
hidden: 'false'
|
hidden: 'false'
|
||||||
alias: flatworld
|
alias: worldhub
|
||||||
color: WHITE
|
color: WHITE
|
||||||
style: NORMAL
|
style: NORMAL
|
||||||
pvp: 'true'
|
pvp: 'true'
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'true'
|
allowWeather: 'false'
|
||||||
difficulty: NORMAL
|
difficulty: NORMAL
|
||||||
spawning:
|
spawning:
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
|
@ -301,7 +301,7 @@ worlds:
|
||||||
exceptions: []
|
exceptions: []
|
||||||
monsters:
|
monsters:
|
||||||
==: MVSpawnSubSettings
|
==: MVSpawnSubSettings
|
||||||
spawn: 'true'
|
spawn: 'false'
|
||||||
spawnrate: '-1'
|
spawnrate: '-1'
|
||||||
exceptions: []
|
exceptions: []
|
||||||
entryfee:
|
entryfee:
|
||||||
|
@ -315,16 +315,16 @@ worlds:
|
||||||
keepSpawnInMemory: 'false'
|
keepSpawnInMemory: 'false'
|
||||||
spawnLocation:
|
spawnLocation:
|
||||||
==: MVSpawnLocation
|
==: MVSpawnLocation
|
||||||
x: -256.0
|
x: 162.5
|
||||||
y: 4.0
|
y: 4.0
|
||||||
z: -96.0
|
z: -95.5
|
||||||
pitch: 0.0
|
pitch: 0.0
|
||||||
yaw: 0.0
|
yaw: 0.0
|
||||||
autoLoad: 'true'
|
autoLoad: 'true'
|
||||||
bedRespawn: 'true'
|
bedRespawn: 'true'
|
||||||
worldBlacklist: []
|
worldBlacklist: []
|
||||||
environment: NORMAL
|
environment: NORMAL
|
||||||
seed: '4622440486943241231'
|
seed: '-5692829584426207714'
|
||||||
generator: 'null'
|
generator: 'null'
|
||||||
playerLimit: '-1'
|
playerLimit: '-1'
|
||||||
allowFlight: 'true'
|
allowFlight: 'true'
|
||||||
|
@ -432,7 +432,7 @@ worlds:
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'false'
|
allowWeather: 'false'
|
||||||
difficulty: EASY
|
difficulty: PEACEFUL
|
||||||
spawning:
|
spawning:
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
animals:
|
animals:
|
||||||
|
|
0
PlotSquared/config/commands.yml
Executable file → Normal file
0
PlotSquared/config/commands.yml
Executable file → Normal file
0
PlotSquared/config/settings.yml
Executable file → Normal file
0
PlotSquared/config/settings.yml
Executable file → Normal file
0
PlotSquared/config/worlds.yml
Executable file → Normal file
0
PlotSquared/config/worlds.yml
Executable file → Normal file
0
PlotSquared/schematics/GEN_ROAD_SCHEMATIC/plotworld/intersection.schematic
Executable file → Normal file
0
PlotSquared/schematics/GEN_ROAD_SCHEMATIC/plotworld/intersection.schematic
Executable file → Normal file
0
PlotSquared/schematics/GEN_ROAD_SCHEMATIC/plotworld/sideroad.schematic
Executable file → Normal file
0
PlotSquared/schematics/GEN_ROAD_SCHEMATIC/plotworld/sideroad.schematic
Executable file → Normal file
0
PlotSquared/scripts/automerge.js
Executable file → Normal file
0
PlotSquared/scripts/automerge.js
Executable file → Normal file
0
PlotSquared/templates/bridge.template
Executable file → Normal file
0
PlotSquared/templates/bridge.template
Executable file → Normal file
0
PlotSquared/templates/skyblock.template
Executable file → Normal file
0
PlotSquared/templates/skyblock.template
Executable file → Normal file
0
PlotSquared/templates/town.template
Executable file → Normal file
0
PlotSquared/templates/town.template
Executable file → Normal file
0
Server/ScreenSetup.sh
Executable file → Normal file
0
Server/ScreenSetup.sh
Executable file → Normal file
0
Server/bukkit.yml
Executable file → Normal file
0
Server/bukkit.yml
Executable file → Normal file
0
Server/paper.yml
Executable file → Normal file
0
Server/paper.yml
Executable file → Normal file
0
Server/run.sh
Executable file → Normal file
0
Server/run.sh
Executable file → Normal file
0
Server/server.properties
Executable file → Normal file
0
Server/server.properties
Executable file → Normal file
0
Server/spigot.yml
Executable file → Normal file
0
Server/spigot.yml
Executable file → Normal file
|
@ -1,31 +0,0 @@
|
||||||
# The time of day to make backups (makes sense with daily backups)
|
|
||||||
start-time: '10:00'
|
|
||||||
backup-interval-hours: 24.0
|
|
||||||
backup-worlds:
|
|
||||||
- world
|
|
||||||
- world_nether
|
|
||||||
- world_the_end
|
|
||||||
- worldhub
|
|
||||||
- flatworld
|
|
||||||
- plotworld
|
|
||||||
backup-file: backups/
|
|
||||||
backup-date-format: yyyy-MM-dd-HH-mm-ss
|
|
||||||
backup-empty-server: false
|
|
||||||
disable-zipping: false
|
|
||||||
broadcast-message: true
|
|
||||||
backup-message: '[Backup]'
|
|
||||||
custom-backup-message: Backup starting
|
|
||||||
custom-backup-message-end: Backup completed
|
|
||||||
backup-completed-hook: ''
|
|
||||||
backup-prefix: ''
|
|
||||||
delete-schedule:
|
|
||||||
intervals:
|
|
||||||
- 2d
|
|
||||||
interval-frequencies:
|
|
||||||
- 0
|
|
||||||
backup-folders:
|
|
||||||
- TBMC
|
|
||||||
- plugins/Towny/data
|
|
||||||
- plugins/Towny/settings
|
|
||||||
- plugins/WorldGuard/worlds
|
|
||||||
- plugins/ButtonPresents
|
|
0
Towny/settings/applyPatch.sh
Executable file → Normal file
0
Towny/settings/applyPatch.sh
Executable file → Normal file
2
Towny/settings/config.yml
Executable file → Normal file
2
Towny/settings/config.yml
Executable file → Normal file
|
@ -708,7 +708,7 @@ plugin:
|
||||||
dbname: towny
|
dbname: towny
|
||||||
table_prefix: towny_
|
table_prefix: towny_
|
||||||
username: root
|
username: root
|
||||||
password: 'NOPE'
|
password: NOPE
|
||||||
flags: ?verifyServerCertificate=false&useSSL=false&useUnicode=true&characterEncoding=utf-8
|
flags: ?verifyServerCertificate=false&useSSL=false&useUnicode=true&characterEncoding=utf-8
|
||||||
|
|
||||||
# Modifiable settings to control the connection pooling.
|
# Modifiable settings to control the connection pooling.
|
||||||
|
|
|
@ -21,17 +21,17 @@ deftemplatesuffix: vlowres #disabled
|
||||||
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
|
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
|
||||||
storage:
|
storage:
|
||||||
# Filetree storage (standard tree of image files for maps)
|
# Filetree storage (standard tree of image files for maps)
|
||||||
type: filetree
|
type: mysql
|
||||||
# SQLite db for map storage (uses dbfile as storage location)
|
# SQLite db for map storage (uses dbfile as storage location)
|
||||||
#type: sqlite
|
#type: sqlite
|
||||||
#dbfile: dynmap.db
|
#dbfile: dynmap.db
|
||||||
# MySQL DB for map storage (at 'hostname':'port' with flags "flags" in database 'database' using user 'userid' password 'password' and table prefix 'prefix')
|
# MySQL DB for map storage (at 'hostname':'port' with flags "flags" in database 'database' using user 'userid' password 'password' and table prefix 'prefix')
|
||||||
#type: mysql
|
#type: mysql
|
||||||
#hostname: localhost
|
hostname: na05-sql.pebblehost.com
|
||||||
#port: 3306
|
port: 3306
|
||||||
#database: dynmap
|
database: 'NOPE'
|
||||||
#userid: dynmap
|
userid: 'NOPE'
|
||||||
#password: dynmap
|
password: 'NOPE'
|
||||||
#prefix: ""
|
#prefix: ""
|
||||||
#flags: "?allowReconnect=true"
|
#flags: "?allowReconnect=true"
|
||||||
|
|
||||||
|
@ -315,7 +315,7 @@ exportpath: export
|
||||||
webserver-bindaddress: 0.0.0.0
|
webserver-bindaddress: 0.0.0.0
|
||||||
|
|
||||||
# The TCP-port the webserver will listen on.
|
# The TCP-port the webserver will listen on.
|
||||||
webserver-port: 9123
|
webserver-port: 8143
|
||||||
|
|
||||||
# Maximum concurrent session on internal web server - limits resources used in Bukkit server
|
# Maximum concurrent session on internal web server - limits resources used in Bukkit server
|
||||||
max-sessions: 30
|
max-sessions: 30
|
||||||
|
|
|
@ -10,7 +10,7 @@ done
|
||||||
find . -path './Movecraft/types/*.craft' -exec git add -f '{}' \;
|
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' ':!:Jobs/blockOwnerShips.yml'
|
||||||
git add -f 'Towny/settings/*' ':!:Towny/settings/*.rej' ':!:Towny/settings/english.yml'
|
git add -f 'Towny/settings/*' ':!:Towny/settings/*.rej' ':!:Towny/settings/english.yml'
|
||||||
git add -f 'PlotSquared/*' ':!:PlotSquared/*storage*' ':!:PlotSquared/translations*' ':!:PlotSquared/user_cache.db'
|
git add -f 'PlotSquared/*' ':!:PlotSquared/*storage*' ':!:PlotSquared/translations*' ':!:PlotSquared/user_cache.db'
|
||||||
#git add -f 'PermissionsEx/permissions.yml'
|
#git add -f 'PermissionsEx/permissions.yml'
|
||||||
|
@ -23,5 +23,5 @@ git add -f 'Factions/config'
|
||||||
|
|
||||||
git add -f update.sh download.sh
|
git add -f update.sh download.sh
|
||||||
|
|
||||||
sudo -H git commit -S && git push #sudo -H needed for GPG signing
|
git commit -S && git push #sudo -H needed for GPG signing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue