Final v5 update

Before 1.16.5 -> 1.18.2
This commit is contained in:
Chromachine 2022-04-23 18:36:42 +02:00
parent 5ebf564751
commit ad74e7e18d
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
40 changed files with 501 additions and 531 deletions

View file

@ -0,0 +1 @@
http-port: 8099

View file

@ -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:

View file

@ -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

View file

@ -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"

View file

@ -1,68 +1,68 @@
# Enabled - with this false this schedule will be ignored # Enabled - with this false this schedule will be ignored
# From and Until is in 24 hours format with : signs to separate minutes and seconds # From and Until is in 24 hours format with : signs to separate minutes and seconds
# Exp and Money determines how big is boost, to reset it. keep it at 1.0. so if you use 2.0 that means all money/exp is doubled # Exp and Money determines how big is boost, to reset it. keep it at 1.0. so if you use 2.0 that means all money/exp is doubled
# Days variables: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, All # Days variables: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, All
# Jobs can be any of your settup job or use All to give for all jobs at once # Jobs can be any of your settup job or use All to give for all jobs at once
# BroadcastOnStart or BroadcastOnStop - set it false to disable message when boost starts/stops # BroadcastOnStart or BroadcastOnStop - set it false to disable message when boost starts/stops
# MessageOnStart or MessageOnStop - optional messages, if not given, then message from locale file will be shown # MessageOnStart or MessageOnStop - optional messages, if not given, then message from locale file will be shown
# BroadcastInterval - how often in minutes to broadcast message about money/exp boost for jobs # BroadcastInterval - how often in minutes to broadcast message about money/exp boost for jobs
# BroadcastMessage - message to show every x minutes # BroadcastMessage - message to show every x minutes
Boost: Boost:
NightBoost: NightBoost:
Enabled: false Enabled: false
From: '23:00:00' From: '23:00:00'
Until: '07:00:00' Until: '07:00:00'
Exp: 2.0 Exp: 2.0
Money: 2.0 Money: 2.0
Days: Days:
- All - All
Jobs: Jobs:
- All - All
BroadcastOnStart: true BroadcastOnStart: true
MessageOnStart: MessageOnStart:
- '&e***********************************************' - '&e***********************************************'
- '&e* All jobs got 2x rate for exp and money!' - '&e* All jobs got 2x rate for exp and money!'
- '&e* For limited time only!' - '&e* For limited time only!'
- '&e***********************************************' - '&e***********************************************'
BroadcastOnStop: true BroadcastOnStop: true
MessageOnStop: MessageOnStop:
- '&e***********************************************' - '&e***********************************************'
- '&e* Boost time for jobs have beed stoped' - '&e* Boost time for jobs have beed stoped'
- '&e* All rates reseted to original ones' - '&e* All rates reseted to original ones'
- '&e***********************************************' - '&e***********************************************'
BroadcastInterval: 15 BroadcastInterval: 15
BroadcastMessage: BroadcastMessage:
- '&e******************************************************' - '&e******************************************************'
- '&e* 2x boost time for all jobs is activated until [until] *' - '&e* 2x boost time for all jobs is activated until [until] *'
- '&e******************************************************' - '&e******************************************************'
ShortMoneyBoost: ShortMoneyBoost:
Enabled: false Enabled: false
From: '07:00:00' From: '07:00:00'
Until: '08:00:00' Until: '08:00:00'
Exp: 1.0 Exp: 1.0
Money: 2.0 Money: 2.0
Days: Days:
- Sunday - Sunday
- Saturday - Saturday
Jobs: Jobs:
- Miner - Miner
- Woodcutter - Woodcutter
BroadcastOnStart: true BroadcastOnStart: true
MessageOnStart: MessageOnStart:
- '&e***********************************************' - '&e***********************************************'
- '&e* Miner and Woodcutter got 2x rate for money!' - '&e* Miner and Woodcutter got 2x rate for money!'
- '&e* Until 8AM!' - '&e* Until 8AM!'
- '&e***********************************************' - '&e***********************************************'
BroadcastOnStop: true BroadcastOnStop: true
MessageOnStop: MessageOnStop:
- '&e***********************************************' - '&e***********************************************'
- '&e* Boost time for Miner and Woodcutter have beed stoped' - '&e* Boost time for Miner and Woodcutter have beed stoped'
- '&e* Money rates reseted to original ones' - '&e* Money rates reseted to original ones'
- '&e***********************************************' - '&e***********************************************'
BroadcastInterval: 15 BroadcastInterval: 15
BroadcastMessage: BroadcastMessage:
- '&e******************************************************' - '&e******************************************************'
- '&e* 2x money boost time for Miner and Woodcutter jobs' - '&e* 2x money boost time for Miner and Woodcutter jobs'
- '&e* Is activated until [until]' - '&e* Is activated until [until]'
- '&e******************************************************' - '&e******************************************************'

View file

@ -1,106 +1,106 @@
Items: Items:
SuperPickAxe: SuperPickAxe:
# (REQUIRED) Item price in Jobs Points # (REQUIRED) Item price in Jobs Points
Price: 10000.0 Price: 10000.0
Icon: Icon:
# (REQUIRED) Icon item # (REQUIRED) Icon item
Id: diamond_pickaxe Id: diamond_pickaxe
# (Optional - Default: 1) Icon item amount # (Optional - Default: 1) Icon item amount
Amount: 1 Amount: 1
# (Optional) Icon name. Supports usual color codes # (Optional) Icon name. Supports usual color codes
Name: "&eBest pick axe ever!" Name: "&eBest pick axe ever!"
# (Optional) Icon lore. Supports usual color codes # (Optional) Icon lore. Supports usual color codes
Lore: Lore:
- "&6Efficiency V" - "&6Efficiency V"
- "&6Unbreaking III" - "&6Unbreaking III"
- "&eAnd one tasty apple!" - "&eAnd one tasty apple!"
# (Optional - default: false) Hides icon if player don't have permission to get this item # (Optional - default: false) Hides icon if player don't have permission to get this item
HideWithoutPermission: true HideWithoutPermission: true
# (Optional) When you want to use Player Head material with skin then use this # (Optional) When you want to use Player Head material with skin then use this
#CustomHead: #CustomHead:
# PlayerName: playerName # PlayerName: playerName
# Using the current player (if have job) who opened the gui. The PlayerName string is ignoring if this exist. # Using the current player (if have job) who opened the gui. The PlayerName string is ignoring if this exist.
# UseCurrentPlayer: true # UseCurrentPlayer: true
# (Optional) List of permissions required to buy this item # (Optional) List of permissions required to buy this item
RequiredPermission: RequiredPermission:
- jobs.item.pickaxe - jobs.item.pickaxe
# (Optional) List of jobs and levels to buy this item # (Optional) List of jobs and levels to buy this item
RequiredJobLevels: RequiredJobLevels:
- Miner-50 - Miner-50
- Woodcutter-10 - Woodcutter-10
# (Optional) Total level from all jobs player currently in # (Optional) Total level from all jobs player currently in
RequiredTotalLevels: 100 RequiredTotalLevels: 100
# (Optional) Performs commands on item purchase # (Optional) Performs commands on item purchase
# use 'msg ' at start of command to send nice message to player # use 'msg ' at start of command to send nice message to player
# all other commands will be performed normally as they would be executed from console # all other commands will be performed normally as they would be executed from console
# use [player] variable to include buyers name # use [player] variable to include buyers name
PerformCommands: PerformCommands:
- "msg &eThanks for buying this super pick axe!" - "msg &eThanks for buying this super pick axe!"
# (Optional) Gives items by defined criteria # (Optional) Gives items by defined criteria
GiveItems: GiveItems:
# Can be any word # Can be any word
PickAxe: PickAxe:
# (Required) Item name # (Required) Item name
Id: diamond_pickaxe Id: diamond_pickaxe
# (Optional - Default: 1) Item amount # (Optional - Default: 1) Item amount
Amount: 1 Amount: 1
# (Optional) Item name # (Optional) Item name
Name: "&eSuper PickAxe" Name: "&eSuper PickAxe"
# (Optional) Item lore # (Optional) Item lore
Lore: Lore:
- "&eUber pickAxe" - "&eUber pickAxe"
# (Optional) Item enchants # (Optional) Item enchants
Enchants: Enchants:
- DIG_SPEED=5 - DIG_SPEED=5
- DURABILITY=3 - DURABILITY=3
# Can be any word # Can be any word
Apple: Apple:
# (Required) Item name # (Required) Item name
Id: apple Id: apple
WoodenShovel: WoodenShovel:
Price: 100.0 Price: 100.0
Icon: Icon:
Id: wooden_shovel Id: wooden_shovel
Name: "&eWooden shovel" Name: "&eWooden shovel"
HideWithoutPermission: true HideWithoutPermission: true
RequiredPermission: RequiredPermission:
- jobs.item.shovel - jobs.item.shovel
RequiredJobLevels: RequiredJobLevels:
- Digger-5 - Digger-5
PerformCommands: PerformCommands:
- "msg &eThanks [player] for buying this shovel!" - "msg &eThanks [player] for buying this shovel!"
- "give [player] wooden_shovel 1" - "give [player] wooden_shovel 1"
LureEnchantBook: LureEnchantBook:
Price: 100.0 Price: 100.0
Icon: Icon:
Id: enchanted_book Id: enchanted_book
Name: "&eEnchant book" Name: "&eEnchant book"
Lore: Lore:
- "&eContains Lure 3 enchant" - "&eContains Lure 3 enchant"
HideWithoutPermission: true HideWithoutPermission: true
RequiredPermission: RequiredPermission:
- jobs.item.LureBook - jobs.item.LureBook
RequiredJobLevels: RequiredJobLevels:
- Fisherman-100 - Fisherman-100
PerformCommands: PerformCommands:
- "msg &eThanks [player] for buying this book!" - "msg &eThanks [player] for buying this book!"
GiveItems: GiveItems:
Book: Book:
Id: enchanted_book Id: enchanted_book
Enchants: Enchants:
- LURE=3 - LURE=3
Elytra: Elytra:
Price: 100000.0 Price: 100000.0
Icon: Icon:
Id: elytra Id: elytra
Name: "&eAngel wings" Name: "&eAngel wings"
HideWithoutPermission: true HideWithoutPermission: true
RequiredPermission: RequiredPermission:
- jobs.item.elytra - jobs.item.elytra
PerformCommands: PerformCommands:
- "msg &eThanks [player] for buying Angel Wings!" - "msg &eThanks [player] for buying Angel Wings!"
# (Optional) Gives items by defined criteria # (Optional) Gives items by defined criteria
GiveItems: GiveItems:
Elytra: Elytra:
Id: elytra Id: elytra

View file

@ -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
View file

0
PlotSquared/config/settings.yml Executable file → Normal file
View file

0
PlotSquared/config/worlds.yml Executable file → Normal file
View file

View file

0
PlotSquared/scripts/automerge.js Executable file → Normal file
View file

0
PlotSquared/templates/bridge.template Executable file → Normal file
View file

0
PlotSquared/templates/skyblock.template Executable file → Normal file
View file

0
PlotSquared/templates/town.template Executable file → Normal file
View file

View file

@ -1,30 +1,30 @@
global: global:
# Settings for the automatic version updater # Settings for the automatic version updater
auto updater: auto updater:
notify: true notify: true
download: false download: false
# Number of seconds to wait until a new update is downloaded # Number of seconds to wait until a new update is downloaded
delay: 43200 # 12 hours delay: 43200 # 12 hours
metrics: true metrics: true
# Automatically compile structure modifiers # Automatically compile structure modifiers
background compiler: true background compiler: true
# Disable version checking for the given Minecraft version. Backup your world first! # Disable version checking for the given Minecraft version. Backup your world first!
ignore version check: ignore version check:
# Override the starting injecting method # Override the starting injecting method
injection method: injection method:
# Whether or not to enable the filter command # Whether or not to enable the filter command
debug: false debug: false
# Whether or not to print a stack trace for every warning # Whether or not to print a stack trace for every warning
detailed error: false detailed error: false
# The engine used by the filter command # The engine used by the filter command
script engine: JavaScript script engine: JavaScript
suppressed reports: suppressed reports:

0
Server/ScreenSetup.sh Executable file → Normal file
View file

0
Server/bukkit.yml Executable file → Normal file
View file

0
Server/paper.yml Executable file → Normal file
View file

0
Server/run.sh Executable file → Normal file
View file

0
Server/server.properties Executable file → Normal file
View file

0
Server/spigot.yml Executable file → Normal file
View file

View 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
View file

2
Towny/settings/config.yml Executable file → Normal file
View 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.

View file

@ -1,111 +1,111 @@
# This file contains custom permission sets which will be assigned to your players # This file contains custom permission sets which will be assigned to your players
# depending on their current status. # depending on their current status.
# #
# This is all managed by towny and pushed directly to CraftBukkits SuperPerms. # This is all managed by towny and pushed directly to CraftBukkits SuperPerms.
# These will be in addition to any you manually assign in your specific permission plugin. # These will be in addition to any you manually assign in your specific permission plugin.
# #
# You may assign any Permission nodes here, including those from other plugins. # You may assign any Permission nodes here, including those from other plugins.
# You may also create any custom ranks you require. # You may also create any custom ranks you require.
# The 'nomad' permission set covers players not in any town # The 'nomad' permission set covers players not in any town
nomad: nomad:
- towny.command.towny.map - towny.command.towny.map
- towny.command.towny.prices - towny.command.towny.prices
- towny.command.towny.tree - towny.command.towny.tree
- towny.command.towny.time - towny.command.towny.time
- towny.command.towny.universe - towny.command.towny.universe
- towny.command.towny.version - towny.command.towny.version
- towny.command.towny.war - towny.command.towny.war
- towny.command.town.online - towny.command.town.online
- towny.command.town.here - towny.command.town.here
- towny.command.town.new - towny.command.town.new
- towny.command.town.join - towny.command.town.join
- towny.command.town.list - towny.command.town.list
- towny.command.plot.perm - towny.command.plot.perm
- towny.command.nation.list - towny.command.nation.list
- towny.town.resident - towny.town.resident
- towny.town.spawn.public - towny.town.spawn.public
- towny.chat.general - towny.chat.general
- towny.command.nation.townlist - towny.command.nation.townlist
- towny.command.nation.allylist - towny.command.nation.allylist
- towny.command.nation.enemylist - towny.command.nation.enemylist
# This section of permissions covers players who are members of a town. # This section of permissions covers players who are members of a town.
towns: towns:
default: default:
# 'default' is the permission set which is auto assigned to any normal town member # 'default' is the permission set which is auto assigned to any normal town member
- towny.command.resident.* - towny.command.resident.*
- towny.command.plot.claim - towny.command.plot.claim
- towny.command.plot.unclaim - towny.command.plot.unclaim
- towny.command.plot.forsale - towny.command.plot.forsale
- towny.command.plot.notforsale - towny.command.plot.notforsale
- towny.command.plot.toggle.* - towny.command.plot.toggle.*
- towny.command.plot.set.perm - towny.command.plot.set.perm
- towny.command.plot.set.reset - towny.command.plot.set.reset
- towny.command.town.online - towny.command.town.online
- towny.command.town.leave - towny.command.town.leave
- towny.command.town.deposit - towny.command.town.deposit
- towny.town.spawn.town - towny.town.spawn.town
- towny.chat.town - towny.chat.town
mayor: mayor:
# Mayors get these permissions in addition to the default set. # Mayors get these permissions in addition to the default set.
- towny.tax_exempt - towny.tax_exempt
- towny.command.towny.top - towny.command.towny.top
- towny.command.town.* - towny.command.town.*
- towny.command.plot.* - towny.command.plot.*
- towny.claimed.owntown.* - towny.claimed.owntown.*
- towny.command.nation.new - towny.command.nation.new
- towny.command.nation.leave - towny.command.nation.leave
- towny.outlaw.jailer - towny.outlaw.jailer
- towny.command.nation.join - towny.command.nation.join
ranks: ranks:
# Ranks contain additional permissions residents will be # Ranks contain additional permissions residents will be
# granted if they are assigned that specific rank. # granted if they are assigned that specific rank.
assistant: assistant:
- towny.tax_exempt - towny.tax_exempt
- towny.command.town.claim.* - towny.command.town.claim.*
- towny.command.town.invite.add - towny.command.town.invite.add
- towny.command.plot.* - towny.command.plot.*
- towny.command.town.toggle.public - towny.command.town.toggle.public
- towny.claimed.owntown.switch.* - towny.claimed.owntown.switch.*
# assistants are able to grant VIP and helper rank # assistants are able to grant VIP and helper rank
- towny.command.town.rank.vip - towny.command.town.rank.vip
- towny.command.town.rank.helper - towny.command.town.rank.helper
- towny.outlaw.jailer - towny.outlaw.jailer
helper: helper:
- towny.claimed.townowned.switch.* - towny.claimed.townowned.switch.*
donator: donator:
# Currently only an example rank holder with no extra permissions # Currently only an example rank holder with no extra permissions
vip: vip:
# Currently only an example rank holder with no extra permissions # Currently only an example rank holder with no extra permissions
# Sheriff rank is able to jail other town members. # Sheriff rank is able to jail other town members.
sheriff: sheriff:
- towny.command.town.toggle.jail - towny.command.town.toggle.jail
- towny.outlaw.jailer - towny.outlaw.jailer
# This section of permissions covers players who are members of any town in a nation. # This section of permissions covers players who are members of any town in a nation.
nations: nations:
default: default:
# All nation members get these permissions. # All nation members get these permissions.
- towny.command.nation.online - towny.command.nation.online
- towny.command.nation.deposit - towny.command.nation.deposit
- towny.command.nation.spawn - towny.command.nation.spawn
- towny.nation.spawn.nation - towny.nation.spawn.nation
- towny.nation.spawn.ally - towny.nation.spawn.ally
- towny.town.spawn.nation - towny.town.spawn.nation
- towny.town.spawn.ally - towny.town.spawn.ally
- towny.chat.nation - towny.chat.nation
king: king:
# Kings get these permissions in addition to the default set. # Kings get these permissions in addition to the default set.
- towny.command.nation.* - towny.command.nation.*
ranks: ranks:
assistant: assistant:
- towny.command.nation.rank.helper - towny.command.nation.rank.helper
- towny.command.nation.invite.add - towny.command.nation.invite.add
- towny.command.nation.ally.* - towny.command.nation.ally.*
- towny.command.nation.enemy - towny.command.nation.enemy
helper: helper:
- towny.command.nation.add - towny.command.nation.add

View file

@ -1,12 +1,12 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
{} {}

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -1,13 +1,13 @@
# #
# WorldGuard's world configuration file # WorldGuard's world configuration file
# #
# This is a world configuration file. Anything placed into here will only # This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the # affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file. # settings will be inherited from the main configuration file.
# #
# If you see {} below, that means that there are NO entries in this file. # If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries. # Remove the {} and add your own entries.
# #
regions: regions:
titles-always-use-default-times: true titles-always-use-default-times: true

View file

@ -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

View file

@ -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