CSN useSSL & mob dmg disable
Mob damange disabled in PlotSquared config Removed chest permission because of ender chests
This commit is contained in:
parent
46dc9bd7c2
commit
91914f37ed
8 changed files with 79 additions and 55 deletions
|
@ -17,7 +17,7 @@ debugging:
|
||||||
database:
|
database:
|
||||||
host: 'localhost'
|
host: 'localhost'
|
||||||
port: 3306
|
port: 3306
|
||||||
dbname: 'chestshop_notifier'
|
dbname: 'chestshop_notifier?useSSL=false'
|
||||||
username: 'chestshop'
|
username: 'chestshop'
|
||||||
password: 'NOPE'
|
password: 'NOPE'
|
||||||
|
|
||||||
|
|
|
@ -3,13 +3,15 @@
|
||||||
# to broadcast a message to the server when a user goes up a skill level.
|
# to broadcast a message to the server when a user goes up a skill level.
|
||||||
# It also allows admins to set the maximum number of jobs a player can have at
|
# It also allows admins to set the maximum number of jobs a player can have at
|
||||||
# any one time.
|
# any one time.
|
||||||
#
|
|
||||||
# Default language.
|
# Default language.
|
||||||
# Example: en, ru
|
# Example: en, ru
|
||||||
# File in locale folder with same name should exist. Example: messages_ru.yml
|
# File in locale folder with same name should exist. Example: messages_ru.yml
|
||||||
locale-language: en
|
locale-language: en
|
||||||
storage:
|
storage:
|
||||||
|
# storage method, can be MySQL or sqlite
|
||||||
method: SqLite
|
method: SqLite
|
||||||
|
# Requires Mysql.
|
||||||
mysql-username: jobsreborn
|
mysql-username: jobsreborn
|
||||||
mysql-password: 'NOPE'
|
mysql-password: 'NOPE'
|
||||||
mysql-hostname: localhost:3306
|
mysql-hostname: localhost:3306
|
||||||
|
|
|
@ -95,54 +95,6 @@ worlds:
|
||||||
generator: TerrainControl
|
generator: TerrainControl
|
||||||
playerLimit: '-1'
|
playerLimit: '-1'
|
||||||
allowFlight: 'true'
|
allowFlight: 'true'
|
||||||
world:
|
|
||||||
==: MVWorld
|
|
||||||
hidden: 'false'
|
|
||||||
alias: world
|
|
||||||
color: WHITE
|
|
||||||
style: NORMAL
|
|
||||||
pvp: 'true'
|
|
||||||
scale: '1.0'
|
|
||||||
respawnWorld: ''
|
|
||||||
allowWeather: 'true'
|
|
||||||
difficulty: EASY
|
|
||||||
spawning: &id007
|
|
||||||
==: MVSpawnSettings
|
|
||||||
animals:
|
|
||||||
==: MVSpawnSubSettings
|
|
||||||
spawn: 'true'
|
|
||||||
spawnrate: '-1'
|
|
||||||
exceptions: []
|
|
||||||
monsters:
|
|
||||||
==: MVSpawnSubSettings
|
|
||||||
spawn: 'true'
|
|
||||||
spawnrate: '-1'
|
|
||||||
exceptions: []
|
|
||||||
entryfee: &id008
|
|
||||||
==: MVEntryFee
|
|
||||||
amount: '0.0'
|
|
||||||
currency: '-1'
|
|
||||||
hunger: 'true'
|
|
||||||
autoHeal: 'true'
|
|
||||||
adjustSpawn: 'false'
|
|
||||||
portalForm: ALL
|
|
||||||
gameMode: SURVIVAL
|
|
||||||
keepSpawnInMemory: 'false'
|
|
||||||
spawnLocation:
|
|
||||||
==: MVSpawnLocation
|
|
||||||
x: 1385.2648659554345
|
|
||||||
y: 71.04026167783364
|
|
||||||
z: -32.50617928137268
|
|
||||||
pitch: 90.0
|
|
||||||
yaw: 91.80102
|
|
||||||
autoLoad: 'true'
|
|
||||||
bedRespawn: 'true'
|
|
||||||
worldBlacklist: &id009 []
|
|
||||||
environment: NORMAL
|
|
||||||
seed: '7008642968894271479'
|
|
||||||
generator: TerrainControl
|
|
||||||
playerLimit: '-1'
|
|
||||||
allowFlight: 'true'
|
|
||||||
world_the_end:
|
world_the_end:
|
||||||
==: MVWorld
|
==: MVWorld
|
||||||
hidden: 'false'
|
hidden: 'false'
|
||||||
|
@ -191,6 +143,54 @@ worlds:
|
||||||
generator: 'null'
|
generator: 'null'
|
||||||
playerLimit: '-1'
|
playerLimit: '-1'
|
||||||
allowFlight: 'true'
|
allowFlight: 'true'
|
||||||
|
world:
|
||||||
|
==: MVWorld
|
||||||
|
hidden: 'false'
|
||||||
|
alias: world
|
||||||
|
color: WHITE
|
||||||
|
style: NORMAL
|
||||||
|
pvp: 'true'
|
||||||
|
scale: '1.0'
|
||||||
|
respawnWorld: ''
|
||||||
|
allowWeather: 'true'
|
||||||
|
difficulty: EASY
|
||||||
|
spawning: &id007
|
||||||
|
==: MVSpawnSettings
|
||||||
|
animals:
|
||||||
|
==: MVSpawnSubSettings
|
||||||
|
spawn: 'true'
|
||||||
|
spawnrate: '-1'
|
||||||
|
exceptions: []
|
||||||
|
monsters:
|
||||||
|
==: MVSpawnSubSettings
|
||||||
|
spawn: 'true'
|
||||||
|
spawnrate: '-1'
|
||||||
|
exceptions: []
|
||||||
|
entryfee: &id008
|
||||||
|
==: MVEntryFee
|
||||||
|
amount: '0.0'
|
||||||
|
currency: '-1'
|
||||||
|
hunger: 'true'
|
||||||
|
autoHeal: 'true'
|
||||||
|
adjustSpawn: 'false'
|
||||||
|
portalForm: ALL
|
||||||
|
gameMode: SURVIVAL
|
||||||
|
keepSpawnInMemory: 'false'
|
||||||
|
spawnLocation:
|
||||||
|
==: MVSpawnLocation
|
||||||
|
x: 1385.2648659554345
|
||||||
|
y: 71.04026167783364
|
||||||
|
z: -32.50617928137268
|
||||||
|
pitch: 90.0
|
||||||
|
yaw: 91.80102
|
||||||
|
autoLoad: 'true'
|
||||||
|
bedRespawn: 'true'
|
||||||
|
worldBlacklist: &id009 []
|
||||||
|
environment: NORMAL
|
||||||
|
seed: '7008642968894271479'
|
||||||
|
generator: TerrainControl
|
||||||
|
playerLimit: '-1'
|
||||||
|
allowFlight: 'true'
|
||||||
test:
|
test:
|
||||||
==: MVWorld
|
==: MVWorld
|
||||||
hidden: 'false'
|
hidden: 'false'
|
||||||
|
|
|
@ -97,7 +97,6 @@ groups:
|
||||||
- limitedcreative.nolimit.break
|
- limitedcreative.nolimit.break
|
||||||
- limitedcreative.nolimit.use
|
- limitedcreative.nolimit.use
|
||||||
- limitedcreative.nolimit.interact
|
- limitedcreative.nolimit.interact
|
||||||
- limitedcreative.nolimit.chest
|
|
||||||
donator:
|
donator:
|
||||||
inheritance:
|
inheritance:
|
||||||
- member
|
- member
|
||||||
|
@ -637,3 +636,13 @@ users:
|
||||||
- member
|
- member
|
||||||
options:
|
options:
|
||||||
name: Lodish
|
name: Lodish
|
||||||
|
c7bd9ab4-c38d-4927-9d9c-19e7704e79d7:
|
||||||
|
group:
|
||||||
|
- member
|
||||||
|
options:
|
||||||
|
name: FinaBean
|
||||||
|
0de2ee9c-2e88-456a-b5ef-890b037c4f5d:
|
||||||
|
group:
|
||||||
|
- member
|
||||||
|
options:
|
||||||
|
name: AnonymousDev
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# These first 4 aren't configurable
|
# These first 4 aren't configurable
|
||||||
issues: "https://github.com/IntellectualSites/PlotSquared/issues"
|
issues: "https://github.com/IntellectualSites/PlotSquared/issues"
|
||||||
wiki: "https://github.com/IntellectualSites/PlotSquared/wiki"
|
wiki: "https://github.com/IntellectualSites/PlotSquared/wiki"
|
||||||
date: "18 Jul 2018 00:00:00 GMT"
|
date: "20 Jul 2018 00:00:00 GMT"
|
||||||
build: "https://ci.athion.net/job/PlotSquared/2012"
|
build: "https://ci.athion.net/job/PlotSquared/2014"
|
||||||
commit: "https://github.com/IntellectualSites/PlotSquared/commit/d454602"
|
commit: "https://github.com/IntellectualSites/PlotSquared/commit/df6914f"
|
||||||
platform: "Bukkit"
|
platform: "Bukkit"
|
||||||
# Show additional information in console
|
# Show additional information in console
|
||||||
debug: true
|
debug: true
|
||||||
|
|
|
@ -51,3 +51,4 @@ worlds:
|
||||||
natural_mob_spawning: false
|
natural_mob_spawning: false
|
||||||
mob_spawner_spawning: false
|
mob_spawner_spawning: false
|
||||||
flags: {}
|
flags: {}
|
||||||
|
mob_damage: false
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: PlotSquared-18.6.18-d454602-2012
|
version: PlotSquared-18.6.20-df6914f-2014
|
||||||
color:
|
color:
|
||||||
'3': '8'
|
'3': '8'
|
||||||
'4': '3'
|
'4': '3'
|
||||||
|
|
12
WorldGuard/worlds/DXL_Edit_1/config.yml
Normal file
12
WorldGuard/worlds/DXL_Edit_1/config.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#
|
||||||
|
# WorldGuard's world configuration file
|
||||||
|
#
|
||||||
|
# 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
|
||||||
|
# settings will be inherited from the main configuration file.
|
||||||
|
#
|
||||||
|
# If you see {} below, that means that there are NO entries in this file.
|
||||||
|
# Remove the {} and add your own entries.
|
||||||
|
#
|
||||||
|
|
||||||
|
{}
|
Loading…
Reference in a new issue