Add paper backend server
This commit is contained in:
1255
paper/plugins/Essentials/config.yml
Executable file
1255
paper/plugins/Essentials/config.yml
Executable file
File diff suppressed because it is too large
Load Diff
7
paper/plugins/Essentials/custom_items.yml
Executable file
7
paper/plugins/Essentials/custom_items.yml
Executable file
@@ -0,0 +1,7 @@
|
||||
# This file stores custom item aliases.
|
||||
# NOTE: If you try and alias an item to another entry in this file, the alias won't work.
|
||||
|
||||
aliases:
|
||||
bluepaint: blue_dye
|
||||
snad: sand
|
||||
breakfast: cooked_porkchop
|
||||
46
paper/plugins/Essentials/kits.yml
Executable file
46
paper/plugins/Essentials/kits.yml
Executable file
@@ -0,0 +1,46 @@
|
||||
# EssentialsX kit configuration.
|
||||
# If you don't have any kits defined in this file, the plugin will try to copy them from the config.yml
|
||||
|
||||
# Note: All items MUST be followed by a quantity!
|
||||
# All kit names should be lower case, and will be treated as lower in permissions/costs.
|
||||
# Syntax: - name[:durability] amount [enchantment:level]... [itemmeta:value]...
|
||||
# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
|
||||
# To make the kit execute a command, add /<command> to the items list. Use {USERNAME} to specify the player receiving the kit.
|
||||
# {PLAYER} will show the player's displayname instead of username.
|
||||
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
|
||||
# Set delay to -1 for a one time kit.
|
||||
#
|
||||
# In addition, you can also organize your kits into separate files under the `kits` subdirectory.
|
||||
# Essentials will treat all .yml files in the `kits` subdirectory as kits files, and will add any kits from those files along with the kits in `kits.yml`.
|
||||
# Any file in the `kits` subdirectory must be formatted in the same way as this file. This allows you to define multiple kits in each file.
|
||||
# For more information, visit http://wiki.ess3.net/wiki/Kits
|
||||
kits:
|
||||
tools:
|
||||
delay: 10
|
||||
items:
|
||||
- stonesword 1
|
||||
- stoneshovel 1
|
||||
- stonepickaxe 1
|
||||
- stoneaxe 1
|
||||
dtools:
|
||||
delay: 600
|
||||
items:
|
||||
- dpickaxe 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
|
||||
- dshovel 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
|
||||
- lhelm 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
|
||||
- daxe:780 1
|
||||
- /broadcast {USERNAME} just got some fancy tools!
|
||||
notch:
|
||||
delay: 6000
|
||||
items:
|
||||
- playerhead 1 player:Notch
|
||||
color:
|
||||
delay: 6000
|
||||
items:
|
||||
- writtenbook 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
|
||||
firework:
|
||||
delay: 6000
|
||||
items:
|
||||
- fireworkrocket 1 name:Angry_Creeper color:red fade:green type:creeper power:1
|
||||
- fireworkrocket 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
|
||||
- fireworkrocket 2 name:Solar_Wind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1
|
||||
4
paper/plugins/Essentials/motd.txt
Executable file
4
paper/plugins/Essentials/motd.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
&6Welcome, {PLAYER}&6!
|
||||
&6Type &c/help&6 for a list of commands.
|
||||
&6Type &c/list&6 to see who else is online.
|
||||
&6Players online:&c {ONLINE} &6- World time:&c {WORLDTIME12}
|
||||
16
paper/plugins/Essentials/tpr.yml
Executable file
16
paper/plugins/Essentials/tpr.yml
Executable file
@@ -0,0 +1,16 @@
|
||||
# Configuration for the random teleport command.
|
||||
# Some settings may be defaulted, and can be changed via the /settpr command in-game.
|
||||
default-location: '{world}'
|
||||
excluded-biomes:
|
||||
- cold_ocean
|
||||
- deep_cold_ocean
|
||||
- deep_frozen_ocean
|
||||
- deep_lukewarm_ocean
|
||||
- deep_ocean
|
||||
- deep_warm_ocean
|
||||
- frozen_ocean
|
||||
- frozen_river
|
||||
- lukewarm_ocean
|
||||
- ocean
|
||||
- river
|
||||
- warm_ocean
|
||||
187
paper/plugins/Essentials/worth.yml
Executable file
187
paper/plugins/Essentials/worth.yml
Executable file
@@ -0,0 +1,187 @@
|
||||
# Determines how much items are worth on the server.
|
||||
# This can be set in this file, or by running the /setworth command.
|
||||
worth:
|
||||
|
||||
# Items not listed in this file will not be sellable on the server
|
||||
# Setting the worth to 0 will sell items for free, delete the item or set to -1 to disable.
|
||||
|
||||
# This will set the worth of all logs to '2'
|
||||
log: 2.0
|
||||
|
||||
# This will work similar to the above syntax
|
||||
wool:
|
||||
'0': 20
|
||||
|
||||
# This will only allow selling leaves with datavalue '0' and '1'
|
||||
leaves:
|
||||
'0': 1.0
|
||||
'1': 1.0
|
||||
|
||||
# This will allow the selling of all, but sells '0' slightly cheaper
|
||||
sapling:
|
||||
'0': 2.0
|
||||
'*': 2.5
|
||||
|
||||
|
||||
stonebutton: 6.0
|
||||
wood: 0.50
|
||||
arrow: 3.50
|
||||
diamondpickaxe: 650.0
|
||||
rawfish: 5.0
|
||||
minecart: 23.0
|
||||
leatherchestplate: 85.0
|
||||
storageminecart: 30.0
|
||||
feather: 3.0
|
||||
goldchestplate: 6.5
|
||||
mushroomsoup: 4.5
|
||||
bread: 30.0
|
||||
stationarywater: 1.0
|
||||
workbench: 2.5
|
||||
stonehoe: 2.5
|
||||
brownmushroom: 2.0
|
||||
mossycobblestone: 90.0
|
||||
diamondhoe: 400.0
|
||||
woodsword: 1.0
|
||||
torch: 4.0
|
||||
grass: 1.0
|
||||
poweredminecart: 32.0
|
||||
snowball: 1.0
|
||||
goldenapple: 100.0
|
||||
leatherleggings: 75.0
|
||||
diamondaxe: 650.0
|
||||
slimeball: 50.0
|
||||
fence: 1.0
|
||||
stonespade: 1.5
|
||||
claybrick: 5.0
|
||||
noteblock: 36.0
|
||||
ironaxe: 22.0
|
||||
coalore: 15.0
|
||||
clayball: 3.0
|
||||
fishingrod: 10.0
|
||||
ironhoe: 22.0
|
||||
goldrecord: 100.0
|
||||
ironpickaxe: 22.0
|
||||
irondoor: 22.0
|
||||
bucket: 22.0
|
||||
redrose: 2.0
|
||||
grilledpork: 7.0
|
||||
gravel: 1.0
|
||||
wooddoor: 3.0
|
||||
chainmailhelmet: 40.0
|
||||
ironchestplate: 22.0
|
||||
diamondblock: 2000.0
|
||||
diamondhelmet: 1000.0
|
||||
goldhelmet: 6.0
|
||||
redstonetorchon: 32.0
|
||||
ironspade: 22.0
|
||||
furnace: 8.5
|
||||
ironsword: 22.0
|
||||
dispenser: 58.0
|
||||
woodaxe: 2.0
|
||||
seeds: 2.0
|
||||
painting: 25.0
|
||||
woodplate: 1.0
|
||||
redstoneore: 30.0
|
||||
diamondspade: 210.0
|
||||
waterbucket: 40.0
|
||||
water: 1.0
|
||||
bedrock: 100.0
|
||||
irondoorblock: 15.0
|
||||
goldhoe: 6.0
|
||||
sand: 1.0
|
||||
goldsword: 6.0
|
||||
stoneaxe: 3.0
|
||||
bookshelf: 140.0
|
||||
ironblock: 190.0
|
||||
jackolantern: 56.0
|
||||
boat: 3.0
|
||||
diamondchestplate: 1750.0
|
||||
redstonewire: 30.0
|
||||
redmushroom: 2.0
|
||||
string: 5.0
|
||||
stoneplate: 6.0
|
||||
wallsign: 1.0
|
||||
cactus: 10.0
|
||||
sulphur: 20.0
|
||||
rails: 22.0
|
||||
ironore: 18.0
|
||||
leatherhelmet: 52.0
|
||||
stone: 3.00
|
||||
egg: 1.0
|
||||
diamondore: 200.0
|
||||
woodhoe: 2.0
|
||||
goldleggings: 6.0
|
||||
chainmailleggings: 50.0
|
||||
yellowflower: 2.0
|
||||
ironhelmet: 22.0
|
||||
obsidian: 130.0
|
||||
dirt: 1.0
|
||||
leather: 10.0
|
||||
leatherboots: 42.0
|
||||
lever: 1.0
|
||||
cobblestone: 1.0
|
||||
cake: 180.0
|
||||
woodstairs: 1.0
|
||||
ironingot: 22.0
|
||||
goldore: 45.0
|
||||
pumpkin: 50.0
|
||||
bed: 68.0
|
||||
watch: 6.0
|
||||
ironleggings: 22.0
|
||||
sign: 1.5
|
||||
doublestep: 1.0
|
||||
woodpickaxe: 2.0
|
||||
stonepickaxe: 4.0
|
||||
chainmailboots: 30.0
|
||||
diamondleggings: 1500.0
|
||||
cookedfish: 7.0
|
||||
saddle: 100.0
|
||||
cobblestonestairs: 1.5
|
||||
tnt: 100.0
|
||||
glowingredstoneore: 30.0
|
||||
apple: 10.0
|
||||
woodspade: 1.0
|
||||
goldingot: 105.0
|
||||
diode: 110.0
|
||||
soil: 1.0
|
||||
clay: 12.0
|
||||
goldblock: 450.0
|
||||
stick: 0.25
|
||||
paper: 10.0
|
||||
brick: 21.0
|
||||
stationarylava: 1.0
|
||||
chest: 4.0
|
||||
sandstone: 3.0
|
||||
goldpickaxe: 6.0
|
||||
compass: 22.0
|
||||
sugarcane: 10.0
|
||||
diamondsword: 420.0
|
||||
goldboots: 6.0
|
||||
sponge: 80.0
|
||||
stonesword: 2.5
|
||||
coal: 15.0
|
||||
goldaxe: 6.0
|
||||
bone: 2.0
|
||||
diamond: 200.0
|
||||
glass: 3.00
|
||||
goldspade: 6.0
|
||||
lapisblock: 950.0
|
||||
lavabucket: 40.0
|
||||
wheat: 9.0
|
||||
ladder: 0.5
|
||||
sugarcaneblock: 15.0
|
||||
bowl: 0.50
|
||||
chainmailchestplate: 40.0
|
||||
diamondboots: 850.0
|
||||
lapisore: 100.0
|
||||
lava: 25.0
|
||||
milkbucket: 40.0
|
||||
redstone: 32.0
|
||||
greenrecord: 100.0
|
||||
inksack: 10.0
|
||||
glowstonedust: 10.0
|
||||
book: 45.0
|
||||
bow: 15.0
|
||||
ironboots: 22.0
|
||||
step: 1.5
|
||||
sugar: 10.0
|
||||
19
paper/plugins/FreedomChat/config.yml
Executable file
19
paper/plugins/FreedomChat/config.yml
Executable file
@@ -0,0 +1,19 @@
|
||||
# Whether FreedomChat should replace player (signed or unsigned) chat with
|
||||
# system messages. This is what makes chat not reportable.
|
||||
rewrite-chat: true
|
||||
|
||||
# Whether FreedomChat should claim to clients that secure chat is enforced.
|
||||
# With this set to true, the "Chat messages can't be verified" toast will not
|
||||
# be shown. This is, in default configurations, unrelated to allowing clients
|
||||
# not signing their messages join. In modern versions, clients also
|
||||
# require a valid access token to be present for the toast to be hidden.
|
||||
# That being said, you may still see the toast even if this option is enabled.
|
||||
# Note that enabling this option may violate Minecraft's usage guidelines.
|
||||
# See https://www.minecraft.net/en-us/usage-guidelines for more information.
|
||||
claim-secure-chat-enforced: false
|
||||
|
||||
# Whether to report the server as secure (disabling chat reporting) to the
|
||||
# NoChatReports client mod. This displays a green icon on the server list
|
||||
# screen and if enforce-secure-profiles is disabled the open chat screen
|
||||
# for users of the client-side mod.
|
||||
send-prevents-chat-reports-to-client: true
|
||||
715
paper/plugins/LuckPerms/config.yml
Executable file
715
paper/plugins/LuckPerms/config.yml
Executable file
@@ -0,0 +1,715 @@
|
||||
####################################################################################################
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | __ __ ___ __ __ | #
|
||||
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
|
||||
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
|
||||
# | | #
|
||||
# | https://luckperms.net | #
|
||||
# | | #
|
||||
# | WIKI: https://luckperms.net/wiki | #
|
||||
# | DISCORD: https://discord.gg/luckperms | #
|
||||
# | BUG REPORTS: https://github.com/LuckPerms/LuckPerms/issues | #
|
||||
# | | #
|
||||
# | Each option in this file is documented and explained here: | #
|
||||
# | ==> https://luckperms.net/wiki/Configuration | #
|
||||
# | | #
|
||||
# | New options are not added to this file automatically. Default values are used if an | #
|
||||
# | option cannot be found. The latest config versions can be obtained at the link above. | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
####################################################################################################
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | ESSENTIAL SETTINGS | #
|
||||
# | | #
|
||||
# | Important settings that control how LuckPerms functions. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# The name of the server, used for server specific permissions.
|
||||
#
|
||||
# - When set to "global" this setting is effectively ignored.
|
||||
# - In all other cases, the value here is added to all players in a "server" context.
|
||||
# - See: https://luckperms.net/wiki/Context
|
||||
server: paper
|
||||
|
||||
# If the servers own UUID cache/lookup facility should be used when there is no record for a player
|
||||
# already in LuckPerms.
|
||||
#
|
||||
# - When this is set to 'false', commands using a player's username will not work unless the player
|
||||
# has joined since LuckPerms was first installed.
|
||||
# - To get around this, you can use a player's uuid directly in the command, or enable this option.
|
||||
# - When this is set to 'true', the server facility is used. This may use a number of methods,
|
||||
# including checking the servers local cache, or making a request to the Mojang API.
|
||||
use-server-uuid-cache: false
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | STORAGE SETTINGS | #
|
||||
# | | #
|
||||
# | Controls which storage method LuckPerms will use to store data. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# How the plugin should store data
|
||||
#
|
||||
# - The various options are explained in more detail on the wiki:
|
||||
# https://luckperms.net/wiki/Storage-types
|
||||
#
|
||||
# - Possible options:
|
||||
#
|
||||
# | Remote databases - require connection information to be configured below
|
||||
# |=> MySQL
|
||||
# |=> MariaDB (preferred over MySQL)
|
||||
# |=> PostgreSQL
|
||||
# |=> MongoDB
|
||||
#
|
||||
# | Flatfile/local database - don't require any extra configuration
|
||||
# |=> H2 (preferred over SQLite)
|
||||
# |=> SQLite
|
||||
#
|
||||
# | Readable & editable text files - don't require any extra configuration
|
||||
# |=> YAML (.yml files)
|
||||
# |=> JSON (.json files)
|
||||
# |=> HOCON (.conf files)
|
||||
# |=> TOML (.toml files)
|
||||
# |
|
||||
# | By default, user, group and track data is separated into different files. Data can be combined
|
||||
# | and all stored in the same file by switching to a combined storage variant.
|
||||
# | Just add '-combined' to the end of the storage-method, e.g. 'yaml-combined'
|
||||
#
|
||||
# - A H2 database is the default option.
|
||||
# - If you want to edit data manually in "traditional" storage files, we suggest using YAML.
|
||||
storage-method: PostgreSQL
|
||||
|
||||
# The following block defines the settings for remote database storage methods.
|
||||
#
|
||||
# - You don't need to touch any of the settings here if you're using a local storage method!
|
||||
# - The connection detail options are shared between all remote storage types.
|
||||
data:
|
||||
|
||||
# Define the address and port for the database.
|
||||
# - The standard DB engine port is used by default
|
||||
# (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
|
||||
# - Specify as "host:port" if differs
|
||||
address: 10.100.1.2
|
||||
|
||||
# The name of the database to store LuckPerms data in.
|
||||
# - This must be created already. Don't worry about this setting if you're using MongoDB.
|
||||
database: luckperms
|
||||
|
||||
# Credentials for the database.
|
||||
username: luckperms
|
||||
password: '${CFG_LUCKPERMS_DB_PASSWORD}'
|
||||
|
||||
# These settings apply to the MySQL connection pool.
|
||||
# - The default values will be suitable for the majority of users.
|
||||
# - Do not change these settings unless you know what you're doing!
|
||||
pool-settings:
|
||||
|
||||
# Sets the maximum size of the MySQL connection pool.
|
||||
# - Basically this value will determine the maximum number of actual
|
||||
# connections to the database backend.
|
||||
# - More information about determining the size of connection pools can be found here:
|
||||
# https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
|
||||
maximum-pool-size: 10
|
||||
|
||||
# Sets the minimum number of idle connections that the pool will try to maintain.
|
||||
# - For maximum performance and responsiveness to spike demands, it is recommended to not set
|
||||
# this value and instead allow the pool to act as a fixed size connection pool.
|
||||
# (set this value to the same as 'maximum-pool-size')
|
||||
minimum-idle: 10
|
||||
|
||||
# This setting controls the maximum lifetime of a connection in the pool in milliseconds.
|
||||
# - The value should be at least 30 seconds less than any database or infrastructure imposed
|
||||
# connection time limit.
|
||||
maximum-lifetime: 1800000 # 30 minutes
|
||||
|
||||
# This setting controls how frequently the pool will 'ping' a connection in order to prevent it
|
||||
# from being timed out by the database or network infrastructure, measured in milliseconds.
|
||||
# - The value should be less than maximum-lifetime and greater than 30000 (30 seconds).
|
||||
# - Setting the value to zero will disable the keepalive functionality.
|
||||
keepalive-time: 0
|
||||
|
||||
# This setting controls the maximum number of milliseconds that the plugin will wait for a
|
||||
# connection from the pool, before timing out.
|
||||
connection-timeout: 5000 # 5 seconds
|
||||
|
||||
# This setting allows you to define extra properties for connections.
|
||||
#
|
||||
# By default, the following options are set to enable utf8 encoding. (you may need to remove
|
||||
# these if you are using PostgreSQL)
|
||||
# useUnicode: true
|
||||
# characterEncoding: utf8
|
||||
#
|
||||
# You can also use this section to disable SSL connections, by uncommenting the 'useSSL' and
|
||||
# 'verifyServerCertificate' options below.
|
||||
properties:
|
||||
useUnicode: true
|
||||
characterEncoding: utf8
|
||||
#useSSL: false
|
||||
#verifyServerCertificate: false
|
||||
|
||||
# The prefix for all LuckPerms SQL tables.
|
||||
#
|
||||
# - This only applies for remote SQL storage types (MySQL, MariaDB, etc).
|
||||
# - Change this if you want to use different tables for different servers.
|
||||
table-prefix: 'luckperms_'
|
||||
|
||||
# The prefix to use for all LuckPerms MongoDB collections.
|
||||
#
|
||||
# - This only applies for the MongoDB storage type.
|
||||
# - Change this if you want to use different collections for different servers. The default is no
|
||||
# prefix.
|
||||
mongodb-collection-prefix: ''
|
||||
|
||||
# The connection string URI to use to connect to the MongoDB instance.
|
||||
#
|
||||
# - When configured, this setting will override anything defined in the address, database,
|
||||
# username or password fields above.
|
||||
# - If you have a connection string that starts with 'mongodb://' or 'mongodb+srv://', enter it
|
||||
# below.
|
||||
# - For more information, please see https://docs.mongodb.com/manual/reference/connection-string/
|
||||
mongodb-connection-uri: ''
|
||||
|
||||
# Define settings for a "split" storage setup.
|
||||
#
|
||||
# - This allows you to define a storage method for each type of data.
|
||||
# - The connection options above still have to be correct for each type here.
|
||||
split-storage:
|
||||
# Don't touch this if you don't want to use split storage!
|
||||
enabled: false
|
||||
methods:
|
||||
# These options don't need to be modified if split storage isn't enabled.
|
||||
user: h2
|
||||
group: h2
|
||||
track: h2
|
||||
uuid: h2
|
||||
log: h2
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | UPDATE PROPAGATION & MESSAGING SERVICE | #
|
||||
# | | #
|
||||
# | Controls the ways in which LuckPerms will sync data & notify other servers of changes. | #
|
||||
# | These options are documented on greater detail on the wiki under "Instant Updates". | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# This option controls how frequently LuckPerms will perform a sync task.
|
||||
#
|
||||
# - A sync task will refresh all data from the storage, and ensure that the most up-to-date data is
|
||||
# being used by the plugin.
|
||||
# - This is disabled by default, as most users will not need it. However, if you're using a remote
|
||||
# storage type without a messaging service setup, you may wish to set this to something like 3.
|
||||
# - Set to -1 to disable the task completely.
|
||||
sync-minutes: -1
|
||||
|
||||
# If the file watcher should be enabled.
|
||||
#
|
||||
# - When using a file-based storage type, LuckPerms can monitor the data files for changes, and
|
||||
# automatically update when changes are detected.
|
||||
# - If you don't want this feature to be active, set this option to false.
|
||||
watch-files: true
|
||||
|
||||
# Define which messaging service should be used by the plugin.
|
||||
#
|
||||
# - If enabled and configured, LuckPerms will use the messaging service to inform other connected
|
||||
# servers of changes.
|
||||
# - Use the command "/lp networksync" to manually push changes.
|
||||
# - Data is NOT stored using this service. It is only used as a messaging platform.
|
||||
#
|
||||
# - If you decide to enable this feature, you should set "sync-minutes" to -1, as there is no need
|
||||
# for LuckPerms to poll the database for changes.
|
||||
#
|
||||
# - Possible options:
|
||||
# => sql Uses the SQL database to form a queue system for communication. Will only work when
|
||||
# 'storage-method' is set to MySQL or MariaDB. This is chosen by default if the
|
||||
# option is set to 'auto' and SQL storage is in use. Set to 'notsql' to disable this.
|
||||
# => pluginmsg Uses the plugin messaging channels to communicate with the proxy.
|
||||
# LuckPerms must be installed on your proxy & all connected servers backend servers.
|
||||
# Won't work if you have more than one proxy.
|
||||
# => lilypad Uses LilyPad pub-sub to push changes. You need to have the LilyPad-Connect plugin
|
||||
# installed.
|
||||
# => redis Uses Redis pub-sub to push changes. Your server connection info must be configured
|
||||
# below.
|
||||
# => rabbitmq Uses RabbitMQ pub-sub to push changes. Your server connection info must be
|
||||
# configured below.
|
||||
# => nats Uses Nats pub-sub to push changes. Your server connection info must be
|
||||
# configured below.
|
||||
# => custom Uses a messaging service provided using the LuckPerms API.
|
||||
# => auto Attempts to automatically setup a messaging service using redis or sql.
|
||||
messaging-service: pluginmsg
|
||||
|
||||
# If LuckPerms should automatically push updates after a change has been made with a command.
|
||||
auto-push-updates: true
|
||||
|
||||
# If LuckPerms should push logging entries to connected servers via the messaging service.
|
||||
push-log-entries: true
|
||||
|
||||
# If LuckPerms should broadcast received logging entries to players on this platform.
|
||||
#
|
||||
# - If you have LuckPerms installed on your backend servers as well as a BungeeCord proxy, you
|
||||
# should set this option to false on either your backends or your proxies, to avoid players being
|
||||
# messaged twice about log entries.
|
||||
broadcast-received-log-entries: true
|
||||
|
||||
# Settings for Redis.
|
||||
# Port 6379 is used by default; set address to "host:port" if differs
|
||||
# Multiple Redis nodes can be specified in the same format as a string list under the name "addresses".
|
||||
redis:
|
||||
enabled: false
|
||||
address: localhost
|
||||
username: ''
|
||||
password: ''
|
||||
|
||||
# Settings for Nats.
|
||||
# Port 4222 is used by default; set address to "host:port" if differs
|
||||
nats:
|
||||
enabled: false
|
||||
address: localhost
|
||||
username: ''
|
||||
password: ''
|
||||
|
||||
# Settings for RabbitMQ.
|
||||
# Port 5672 is used by default; set address to "host:port" if differs
|
||||
rabbitmq:
|
||||
enabled: false
|
||||
address: localhost
|
||||
vhost: '/'
|
||||
username: 'guest'
|
||||
password: 'guest'
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | CUSTOMIZATION SETTINGS | #
|
||||
# | | #
|
||||
# | Settings that allow admins to customize the way LuckPerms operates. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# Controls how temporary permissions/parents/meta should be accumulated.
|
||||
#
|
||||
# - The default behaviour is "deny".
|
||||
# - This behaviour can also be specified when the command is executed. See the command usage
|
||||
# documentation for more info.
|
||||
#
|
||||
# - Possible options:
|
||||
# => accumulate durations will be added to the existing expiry time
|
||||
# => replace durations will be replaced if the new duration is later than the current
|
||||
# expiration
|
||||
# => deny the command will just fail if you try to add another node with the same expiry
|
||||
temporary-add-behaviour: deny
|
||||
|
||||
# Controls how LuckPerms will determine a users "primary" group.
|
||||
#
|
||||
# - The meaning and influence of "primary groups" are explained in detail on the wiki.
|
||||
# - The preferred approach is to let LuckPerms automatically determine a users primary group
|
||||
# based on the relative weight of their parent groups.
|
||||
#
|
||||
# - Possible options:
|
||||
# => stored use the value stored against the users record in the file/database
|
||||
# => parents-by-weight just use the users most highly weighted parent
|
||||
# => all-parents-by-weight same as above, but calculates based upon all parents inherited from
|
||||
# both directly and indirectly
|
||||
primary-group-calculation: parents-by-weight
|
||||
|
||||
# If the plugin should check for "extra" permissions with users run LP commands.
|
||||
#
|
||||
# - These extra permissions allow finer control over what users can do with each command, and who
|
||||
# they have access to edit.
|
||||
# - The nature of the checks are documented on the wiki under "Argument based command permissions".
|
||||
# - Argument based permissions are *not* static, unlike the 'base' permissions, and will depend upon
|
||||
# the arguments given within the command.
|
||||
argument-based-command-permissions: false
|
||||
|
||||
# If the plugin should check whether senders are a member of a given group before they're able to
|
||||
# edit the groups data or add/remove other users to/from it.
|
||||
# Note: these limitations do not apply to the web editor!
|
||||
require-sender-group-membership-to-modify: false
|
||||
|
||||
# If the plugin should send log notifications to users whenever permissions are modified.
|
||||
#
|
||||
# - Notifications are only sent to those with the appropriate permission to receive them
|
||||
# - They can also be temporarily enabled/disabled on a per-user basis using
|
||||
# '/lp log notify <on|off>'
|
||||
log-notify: true
|
||||
|
||||
# Defines a list of log entries which should not be sent as notifications to users.
|
||||
#
|
||||
# - Each entry in the list is a RegEx expression which is matched against the log entry description.
|
||||
log-notify-filtered-descriptions:
|
||||
# - "parent add example"
|
||||
|
||||
# If LuckPerms should automatically install translation bundles and periodically update them.
|
||||
auto-install-translations: true
|
||||
|
||||
# Defines the options for prefix and suffix stacking.
|
||||
#
|
||||
# - The feature allows you to display multiple prefixes or suffixes alongside a players username in
|
||||
# chat.
|
||||
# - It is explained and documented in more detail on the wiki under "Prefix & Suffix Stacking".
|
||||
#
|
||||
# - The options are divided into separate sections for prefixes and suffixes.
|
||||
# - The 'duplicates' setting refers to how duplicate elements are handled. Can be 'retain-all',
|
||||
# 'first-only' or 'last-only'.
|
||||
# - The value of 'start-spacer' is included at the start of the resultant prefix/suffix.
|
||||
# - The value of 'end-spacer' is included at the end of the resultant prefix/suffix.
|
||||
# - The value of 'middle-spacer' is included between each element in the resultant prefix/suffix.
|
||||
#
|
||||
# - Possible format options:
|
||||
# => highest Selects the value with the highest weight, from all values
|
||||
# held by or inherited by the player.
|
||||
#
|
||||
# => lowest Same as above, except takes the one with the lowest weight.
|
||||
#
|
||||
# => highest_own Selects the value with the highest weight, but will not
|
||||
# accept any inherited values.
|
||||
#
|
||||
# => lowest_own Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_inherited Selects the value with the highest weight, but will only
|
||||
# accept inherited values.
|
||||
#
|
||||
# => lowest_inherited Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_on_track_<track> Selects the value with the highest weight, but only if the
|
||||
# value was inherited from a group on the given track.
|
||||
#
|
||||
# => lowest_on_track_<track> Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_not_on_track_<track> Selects the value with the highest weight, but only if the
|
||||
# value was inherited from a group not on the given track.
|
||||
#
|
||||
# => lowest_not_on_track_<track> Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_from_group_<group> Selects the value with the highest weight, but only if the
|
||||
# value was inherited from the given group.
|
||||
#
|
||||
# => lowest_from_group_<group> Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_not_from_group_<group> Selects the value with the highest weight, but only if the
|
||||
# value was not inherited from the given group.
|
||||
#
|
||||
# => lowest_not_from_group_<group> Same as above, except takes the value with the lowest weight.
|
||||
meta-formatting:
|
||||
prefix:
|
||||
format:
|
||||
- "highest"
|
||||
duplicates: first-only
|
||||
start-spacer: ""
|
||||
middle-spacer: " "
|
||||
end-spacer: ""
|
||||
suffix:
|
||||
format:
|
||||
- "highest"
|
||||
duplicates: first-only
|
||||
start-spacer: ""
|
||||
middle-spacer: " "
|
||||
end-spacer: ""
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | PERMISSION CALCULATION AND INHERITANCE | #
|
||||
# | | #
|
||||
# | Modify the way permission checks, meta lookups and inheritance resolutions are handled. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# The algorithm LuckPerms should use when traversing the "inheritance tree".
|
||||
#
|
||||
# - Possible options:
|
||||
# => breadth-first See: https://en.wikipedia.org/wiki/Breadth-first_search
|
||||
# => depth-first-pre-order See: https://en.wikipedia.org/wiki/Depth-first_search
|
||||
# => depth-first-post-order See: https://en.wikipedia.org/wiki/Depth-first_search
|
||||
inheritance-traversal-algorithm: depth-first-pre-order
|
||||
|
||||
# If a final sort according to "inheritance rules" should be performed after the traversal algorithm
|
||||
# has resolved the inheritance tree.
|
||||
#
|
||||
# "Inheritance rules" refers to things such as group weightings, primary group status, and the
|
||||
# natural contextual ordering of the group nodes.
|
||||
#
|
||||
# Setting this to 'true' will allow for the inheritance rules to take priority over the structure of
|
||||
# the inheritance tree.
|
||||
#
|
||||
# Effectively when this setting is 'true': the tree is flattened, and rules applied afterwards,
|
||||
# and when this setting is 'false':, the rules are just applied during each step of the traversal.
|
||||
post-traversal-inheritance-sort: false
|
||||
|
||||
# Defines the mode used to determine whether a set of contexts are satisfied.
|
||||
#
|
||||
# - Possible options:
|
||||
# => at-least-one-value-per-key Set A will be satisfied by another set B, if at least one of the
|
||||
# key-value entries per key in A are also in B.
|
||||
# => all-values-per-key Set A will be satisfied by another set B, if all key-value
|
||||
# entries in A are also in B.
|
||||
context-satisfy-mode: at-least-one-value-per-key
|
||||
|
||||
# LuckPerms has a number of built-in contexts. These can be disabled by adding the context key to
|
||||
# the list below.
|
||||
disabled-contexts:
|
||||
# - "world"
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Permission resolution settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# If users on this server should have their global permissions applied.
|
||||
# When set to false, only server specific permissions will apply for users on this server
|
||||
include-global: true
|
||||
|
||||
# If users on this server should have their global world permissions applied.
|
||||
# When set to false, only world specific permissions will apply for users on this server
|
||||
include-global-world: true
|
||||
|
||||
# If users on this server should have global (non-server specific) groups applied
|
||||
apply-global-groups: true
|
||||
|
||||
# If users on this server should have global (non-world specific) groups applied
|
||||
apply-global-world-groups: true
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Meta lookup settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# Defines how meta values should be selected.
|
||||
#
|
||||
# - Possible options:
|
||||
# => inheritance Selects the meta value that was inherited first
|
||||
# => highest-number Selects the highest numerical meta value
|
||||
# => lowest-number Selects the lowest numerical meta value
|
||||
meta-value-selection-default: inheritance
|
||||
|
||||
# Defines how meta values should be selected per key.
|
||||
meta-value-selection:
|
||||
# max-homes: highest-number
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Inheritance settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# If the plugin should apply wildcard permissions.
|
||||
#
|
||||
# - If set to true, LuckPerms will detect wildcard permissions, and resolve & apply all registered
|
||||
# permissions matching the wildcard.
|
||||
apply-wildcards: true
|
||||
|
||||
# If LuckPerms should resolve and apply permissions according to the Sponge style implicit wildcard
|
||||
# inheritance system.
|
||||
#
|
||||
# - That being: If a user has been granted "example", then the player should have also be
|
||||
# automatically granted "example.function", "example.another", "example.deeper.nesting",
|
||||
# and so on.
|
||||
apply-sponge-implicit-wildcards: false
|
||||
|
||||
# If the plugin should apply negated Bukkit default permissions before it considers wildcard
|
||||
# assignments.
|
||||
#
|
||||
# - Plugin authors can define permissions which explicitly should not be given automatically to OPs.
|
||||
# This is usually used for so called "anti-permissions" - permissions which, when granted, apply
|
||||
# something negative.
|
||||
# - If this option is set to true, LuckPerms will consider any negated declarations made by
|
||||
# plugins before it considers wildcards. (similar to the way the OP system works)
|
||||
# - If this option is set to false, LuckPerms will consider any wildcard assignments first.
|
||||
apply-default-negated-permissions-before-wildcards: false
|
||||
|
||||
# If the plugin should parse regex permissions.
|
||||
#
|
||||
# - If set to true, LuckPerms will detect regex permissions, marked with "r=" at the start of the
|
||||
# node, and resolve & apply all registered permissions matching the regex.
|
||||
apply-regex: true
|
||||
|
||||
# If the plugin should complete and apply shorthand permissions.
|
||||
#
|
||||
# - If set to true, LuckPerms will detect and expand shorthand node patterns.
|
||||
apply-shorthand: true
|
||||
|
||||
# If the plugin should apply Bukkit child permissions.
|
||||
#
|
||||
# - Plugin authors can define custom permissions structures for their plugin, which will be resolved
|
||||
# and used by LuckPerms if this setting is enabled.
|
||||
apply-bukkit-child-permissions: true
|
||||
|
||||
# If the plugin should apply Bukkit default permissions.
|
||||
#
|
||||
# - Plugin authors can define permissions which should be given to all users by default, or setup
|
||||
# permissions which should/shouldn't be given to opped players.
|
||||
# - If this option is set to false, LuckPerms will ignore these defaults.
|
||||
apply-bukkit-default-permissions: true
|
||||
|
||||
# If the plugin should apply attachment permissions.
|
||||
#
|
||||
# - Other plugins on the server are able to add their own "permission attachments" to players.
|
||||
# - This allows them to grant players additional permissions which last until the end of the
|
||||
# session, or until they're removed.
|
||||
# - If this option is set to false, LuckPerms will not include these attachment permissions when
|
||||
# considering if a player should have access to a certain permission.
|
||||
apply-bukkit-attachment-permissions: true
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Extra settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# A list of context calculators which will be skipped when calculating contexts.
|
||||
#
|
||||
# - You can disable context calculators by either:
|
||||
# => specifying the Java class name used by the calculator (e.g. com.example.ExampleCalculator)
|
||||
# => specifying a sub-section of the Java package used by the calculator (e.g. com.example)
|
||||
disabled-context-calculators: []
|
||||
|
||||
# Allows you to set "aliases" for the worlds sent forward for context calculation.
|
||||
#
|
||||
# - These aliases are provided in addition to the real world name. Applied recursively.
|
||||
# - Remove the comment characters for the default aliases to apply.
|
||||
world-rewrite:
|
||||
# world_nether: world
|
||||
# world_the_end: world
|
||||
|
||||
# Define special group weights for this server.
|
||||
#
|
||||
# - Group weights can also be applied directly to group data, using the setweight command.
|
||||
# - This section allows weights to be set on a per-server basis.
|
||||
group-weight:
|
||||
# admin: 10
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | FINE TUNING OPTIONS | #
|
||||
# | | #
|
||||
# | A number of more niche settings for tweaking and changing behaviour. The section also | #
|
||||
# | contains toggles for some more specialised features. It is only necessary to make changes to | #
|
||||
# | these options if you want to fine-tune LuckPerms behaviour. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Server Operator (OP) settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# Controls whether server operators should exist at all.
|
||||
#
|
||||
# - When set to 'false', all players will be de-opped, and the /op and /deop commands will be
|
||||
# disabled. Note that vanilla features like the spawn-protection require an operator on the
|
||||
# server to work.
|
||||
enable-ops: true
|
||||
|
||||
# Enables or disables a special permission based system in LuckPerms for controlling OP status.
|
||||
#
|
||||
# - If set to true, any user with the permission "luckperms.autoop" will automatically be granted
|
||||
# server operator status. This permission can be inherited, or set on specific servers/worlds,
|
||||
# temporarily, etc.
|
||||
# - Additionally, setting this to true will force the "enable-ops" option above to false. All users
|
||||
# will be de-opped unless they have the permission node, and the op/deop commands will be
|
||||
# disabled.
|
||||
# - It is recommended that you use this option instead of assigning a single '*' permission.
|
||||
auto-op: false
|
||||
|
||||
# Defines if "opped" players should be able to use all LuckPerms commands by default.
|
||||
#
|
||||
# - Set to false to only allow users who have the permissions access to the commands
|
||||
commands-allow-op: true
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Vault integration settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# If Vault lookups for offline players on the main server thread should be enabled.
|
||||
#
|
||||
# LuckPerms has a "catch" for plugins attempting to perform unsafe offline player data lookups
|
||||
# from the main server thread. This catch raises an exception (causes an error to occur) when unsafe
|
||||
# lookups are made, instead of allowing the lookup to happen, which would likely cause the server
|
||||
# to lag.
|
||||
#
|
||||
# However, if you're willing to accept the consequences, the catch can be disabled by setting this
|
||||
# option to 'true.
|
||||
vault-unsafe-lookups: false
|
||||
|
||||
# If LuckPerms should use the 'display name' of a group when returning groups in Vault API calls.
|
||||
#
|
||||
# - When this option is set to true, the display name of the group is returned.
|
||||
# - When this option is set to false, the standard name/id of the group is returned.
|
||||
vault-group-use-displaynames: true
|
||||
|
||||
# Controls which group LuckPerms should use for NPC players when handling Vault requests.
|
||||
#
|
||||
# - As NPCs aren't actually real players, LuckPerms does not load any user data for them. This
|
||||
# becomes an issue when plugins want to check for their permissions using Vault.
|
||||
# - As a solution, Vault checks for NPCs fallback to a group, which is defined below.
|
||||
vault-npc-group: default
|
||||
|
||||
# Controls how LuckPerms should consider the OP status of NPC players when handing Vault requests.
|
||||
#
|
||||
# - If you want NPCs to have the same permissions as "normal" players, set this option to false.
|
||||
# - If you want NPCs to have OP status, set this option to true.
|
||||
vault-npc-op-status: false
|
||||
|
||||
# If the vault-server option below should be used.
|
||||
#
|
||||
# - When this option is set to false, the server value defined above under "server" is used.
|
||||
use-vault-server: false
|
||||
|
||||
# The name of the server used within Vault operations.
|
||||
#
|
||||
# - If you don't want Vault operations to be server specific, set this to "global".
|
||||
# - Will only take effect if use-vault-server is set to true above.
|
||||
vault-server: global
|
||||
|
||||
# If global permissions should be considered when retrieving meta or player groups
|
||||
vault-include-global: true
|
||||
|
||||
# If Vault operations should ignore any world arguments if supplied.
|
||||
vault-ignore-world: false
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Miscellaneous (and rarely used) settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# If LuckPerms should produce extra logging output when it handles logins.
|
||||
#
|
||||
# - Useful if you're having issues with UUID forwarding or data not being loaded.
|
||||
debug-logins: false
|
||||
|
||||
# If LuckPerms should allow usernames with non alphanumeric characters.
|
||||
#
|
||||
# - Note that due to the design of the storage implementation, usernames must still be 16 characters
|
||||
# or less.
|
||||
allow-invalid-usernames: false
|
||||
|
||||
# If LuckPerms should not require users to confirm bulkupdate operations.
|
||||
#
|
||||
# - When set to true, operations will be executed immediately.
|
||||
# - This is not recommended, as bulkupdate has the potential to irreversibly delete large amounts of
|
||||
# data, and is not designed to be executed automatically.
|
||||
# - If automation is needed, users should prefer using the LuckPerms API.
|
||||
skip-bulkupdate-confirmation: false
|
||||
|
||||
# If LuckPerms should prevent bulkupdate operations.
|
||||
#
|
||||
# - When set to true, bulkupdate operations (the /lp bulkupdate command) will not work.
|
||||
# - When set to false, bulkupdate operations will be allowed via the console.
|
||||
disable-bulkupdate: false
|
||||
|
||||
# If LuckPerms should allow a users primary group to be removed with the 'parent remove' command.
|
||||
#
|
||||
# - When this happens, the plugin will set their primary group back to default.
|
||||
prevent-primary-group-removal: false
|
||||
|
||||
# If LuckPerms should update the list of commands sent to the client when permissions are changed.
|
||||
update-client-command-list: true
|
||||
|
||||
# If LuckPerms should attempt to register "Brigadier" command list data for its commands.
|
||||
register-command-list-data: true
|
||||
|
||||
# If LuckPerms should attempt to resolve Vanilla command target selectors for LP commands.
|
||||
# See here for more info: https://minecraft.wiki/w/Target_selectors
|
||||
resolve-command-selectors: false
|
||||
4
paper/plugins/LuckPerms/contexts.json
Executable file
4
paper/plugins/LuckPerms/contexts.json
Executable file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"static-contexts": {},
|
||||
"default-contexts": {}
|
||||
}
|
||||
86
paper/plugins/Multiverse-Core/config.yml
Executable file
86
paper/plugins/Multiverse-Core/config.yml
Executable file
@@ -0,0 +1,86 @@
|
||||
# This is the base tag. DON'T TOUCH IT.
|
||||
multiverse-configuration:
|
||||
|
||||
# This is used for more efficient config parsing. DON'T TOUCH IT.
|
||||
==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
|
||||
|
||||
# If the value is set to false, Multiverse will NOT enforce
|
||||
# world access permissions.
|
||||
# Basically permissions to access all worlds.
|
||||
enforceaccess: 'true'
|
||||
|
||||
# If this is set to true, we will prefix the chat with
|
||||
# a colorful world alias if it's present. If not, we simply
|
||||
# show the world's name in white. If this is false Multiverse
|
||||
# won't touch your chat
|
||||
prefixchat: 'false'
|
||||
|
||||
# The format of the chat prefix if true.
|
||||
prefixchatformat: '[%world%]%chat%'
|
||||
|
||||
# A-sync chat toggle (improves chat performance when on)
|
||||
useasyncchat: 'true'
|
||||
|
||||
# If this is set to true, Multiverse will enforce access permissions
|
||||
# for all plugins, not just Multiverse.
|
||||
teleportintercept: 'true'
|
||||
|
||||
# If true, Multiverse will use the firstspawnworld value as the world new players will join.
|
||||
# Set to false if you use another spawn plugin.
|
||||
firstspawnoverride: 'true'
|
||||
|
||||
# If this is set to true, users will be notified of what permission(s)
|
||||
# they lack to perform an action in Multiverse. If this is false,
|
||||
# they are denied silently.
|
||||
displaypermerrors: 'true'
|
||||
|
||||
# If true, MV will attempt to enable Buscript. This may fail on more recent versions of Java.
|
||||
enablebuscript: 'false'
|
||||
|
||||
# This is our debug flag. Its value can be 0-3. It can be used to determine permission issues and more.
|
||||
# Otherwise, there's no need to touch this. If not instructed by a wiki page or developer.
|
||||
# 0 - Off, no debug messages.
|
||||
# 1 -
|
||||
# 2 -
|
||||
# 3 -
|
||||
globaldebug: '0'
|
||||
|
||||
# If true, the startup console messages will no longer show.
|
||||
silentstart: 'false'
|
||||
|
||||
# How long to leave in between sending a message to the player.
|
||||
# In Milliseconds - Default is '5000' which is 5 Seconds.
|
||||
messagecooldown: '0'
|
||||
|
||||
# This just signifies the version number so we can see what version of config you have.
|
||||
# NEVER TOUCH THIS VALUE
|
||||
version: '2.9'
|
||||
|
||||
# This is the world you want players to spawn in. It does *NOT*
|
||||
# have to be the world in server.properties!
|
||||
firstspawnworld: survival
|
||||
|
||||
# How fast are people allowed to use /MVTP
|
||||
# In Milliseconds - Default is '1000' which is 1 Second.
|
||||
# If you have 'teleportintercept' set to 'true', this will limit
|
||||
# ANY plugin that uses the onTeleport method.
|
||||
teleportcooldown: '0'
|
||||
|
||||
# This config option defines whether or not Multiverse should
|
||||
# interfere with's Bukkit's default portal search radius.
|
||||
# Setting it to true 'true' would mean you want to simply let
|
||||
# Bukkit decides the search radius itself.
|
||||
defaultportalsearch: 'true'
|
||||
|
||||
# This config option limits the area in which Bukkit will attempt
|
||||
# to find portals to connect to when using Vanilla style portals.
|
||||
# This only has an effect on Vanilla portals, including the ones
|
||||
# offered by Multiverse-NetherPortals.
|
||||
portalsearchradius: '128'
|
||||
|
||||
# If true, purge will be automatic.
|
||||
autopurge: 'false'
|
||||
|
||||
# If true, the donation link shown in the console will no longer show on startup.
|
||||
idonotwanttodonate: 'true'
|
||||
|
||||
34
paper/plugins/Multiverse-Inventories/config.yml
Executable file
34
paper/plugins/Multiverse-Inventories/config.yml
Executable file
@@ -0,0 +1,34 @@
|
||||
# Multiverse-Inventories Settings
|
||||
|
||||
settings:
|
||||
# This is the locale you wish to use.
|
||||
locale: en
|
||||
|
||||
# If this is true it will generate world groups for you based on MV worlds.
|
||||
first_run: true
|
||||
|
||||
# If this is set to true, it will enable bypass permissions (Check the wiki for more info.)
|
||||
use_bypass: false
|
||||
|
||||
# If set to true, any world not listed in a group will automatically use the settings for the default group!
|
||||
default_ungrouped_worlds: false
|
||||
|
||||
# The default and suggested setting for this is FALSE.
|
||||
# False means Multiverse-Inventories will not attempt to load or save any player data when they log in and out.
|
||||
# That means that MINECRAFT will handle that exact thing JUST LIKE IT DOES NORMALLY.
|
||||
# Changing this to TRUE will have Multiverse-Inventories save player data when they log out and load it when they log in.
|
||||
# The biggest potential drawback here is that if your server crashes, player stats/inventories may be lost/rolled back!
|
||||
save_load_on_log_in_out: false
|
||||
|
||||
# If this is set to true, players will have different inventories/stats for each game mode.
|
||||
# Please note that old data migrated to the version that has this feature will have their data copied for both game modes.
|
||||
use_game_mode_profiles: false
|
||||
shares:
|
||||
# When set to true, optional shares WILL be utilized in cases where a group does not cover their uses for a world.
|
||||
# An example of this in action would be an ungrouped world using last_location. When this is true, players will return to their last location in that world.
|
||||
# When set to false, optional shares WILL NOt be utilized in these cases, effectively disabling it for ungrouped worlds.
|
||||
optionals_for_ungrouped_worlds: true
|
||||
|
||||
# You must specify optional shares you wish to use here or they will be ignored.
|
||||
# The only built in optional shares are "economy" and "last_location".
|
||||
use_optionals: []
|
||||
12
paper/plugins/Multiverse-NetherPortals/config.yml
Executable file
12
paper/plugins/Multiverse-NetherPortals/config.yml
Executable file
@@ -0,0 +1,12 @@
|
||||
bounceback: true
|
||||
teleport_entities: true
|
||||
send_no_destination_message: true
|
||||
send_disabled_portal_message: true
|
||||
portal-auto-link-when:
|
||||
nether:
|
||||
prefix: ''
|
||||
suffix: _nether
|
||||
end:
|
||||
prefix: ''
|
||||
suffix: _the_end
|
||||
worlds: {}
|
||||
1
paper/plugins/Vault/config.yml
Executable file
1
paper/plugins/Vault/config.yml
Executable file
@@ -0,0 +1 @@
|
||||
update-check: true
|
||||
153
paper/plugins/WorldEdit/config.yml
Executable file
153
paper/plugins/WorldEdit/config.yml
Executable file
@@ -0,0 +1,153 @@
|
||||
#
|
||||
# WorldEdit's Configuration File
|
||||
#
|
||||
# About editing this file:
|
||||
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain and post
|
||||
# errors. If you use an editor, like Notepad++ (recommended for Windows
|
||||
# users), you must configure it to "replace tabs with spaces."
|
||||
# This can be changed in Settings > Preferences > Language Menu.
|
||||
# - Don't get rid of indentations. They are indented so some entries that are
|
||||
# in categories, like "max-blocks-changed", are placed in the "limits"
|
||||
# category.
|
||||
# - If you want to check the format of this file before putting it
|
||||
# into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
|
||||
# and see if it gives you "ERROR:".
|
||||
# - Lines starting with # are comments, so they are ignored.
|
||||
# - If you want to allow blocks, make sure to change "disallowed-blocks" to []
|
||||
#
|
||||
|
||||
limits:
|
||||
max-blocks-changed:
|
||||
default: -1
|
||||
maximum: -1
|
||||
vertical-height:
|
||||
default: 256
|
||||
max-polygonal-points:
|
||||
default: -1
|
||||
maximum: 20
|
||||
max-radius: -1
|
||||
max-super-pickaxe-size: 5
|
||||
max-brush-radius: 5
|
||||
butcher-radius:
|
||||
default: -1
|
||||
maximum: -1
|
||||
disallowed-blocks:
|
||||
- "minecraft:oak_sapling"
|
||||
- "minecraft:jungle_sapling"
|
||||
- "minecraft:dark_oak_sapling"
|
||||
- "minecraft:spruce_sapling"
|
||||
- "minecraft:birch_sapling"
|
||||
- "minecraft:acacia_sapling"
|
||||
- "minecraft:black_bed"
|
||||
- "minecraft:blue_bed"
|
||||
- "minecraft:brown_bed"
|
||||
- "minecraft:cyan_bed"
|
||||
- "minecraft:gray_bed"
|
||||
- "minecraft:green_bed"
|
||||
- "minecraft:light_blue_bed"
|
||||
- "minecraft:light_gray_bed"
|
||||
- "minecraft:lime_bed"
|
||||
- "minecraft:magenta_bed"
|
||||
- "minecraft:orange_bed"
|
||||
- "minecraft:pink_bed"
|
||||
- "minecraft:purple_bed"
|
||||
- "minecraft:red_bed"
|
||||
- "minecraft:white_bed"
|
||||
- "minecraft:yellow_bed"
|
||||
- "minecraft:powered_rail"
|
||||
- "minecraft:detector_rail"
|
||||
- "minecraft:grass"
|
||||
- "minecraft:dead_bush"
|
||||
- "minecraft:moving_piston"
|
||||
- "minecraft:piston_head"
|
||||
- "minecraft:sunflower"
|
||||
- "minecraft:rose_bush"
|
||||
- "minecraft:dandelion"
|
||||
- "minecraft:poppy"
|
||||
- "minecraft:brown_mushroom"
|
||||
- "minecraft:red_mushroom"
|
||||
- "minecraft:tnt"
|
||||
- "minecraft:torch"
|
||||
- "minecraft:fire"
|
||||
- "minecraft:redstone_wire"
|
||||
- "minecraft:wheat"
|
||||
- "minecraft:potatoes"
|
||||
- "minecraft:carrots"
|
||||
- "minecraft:melon_stem"
|
||||
- "minecraft:pumpkin_stem"
|
||||
- "minecraft:beetroots"
|
||||
- "minecraft:rail"
|
||||
- "minecraft:lever"
|
||||
- "minecraft:redstone_torch"
|
||||
- "minecraft:redstone_wall_torch"
|
||||
- "minecraft:repeater"
|
||||
- "minecraft:comparator"
|
||||
- "minecraft:stone_button"
|
||||
- "minecraft:birch_button"
|
||||
- "minecraft:acacia_button"
|
||||
- "minecraft:dark_oak_button"
|
||||
- "minecraft:jungle_button"
|
||||
- "minecraft:oak_button"
|
||||
- "minecraft:spruce_button"
|
||||
- "minecraft:cactus"
|
||||
- "minecraft:sugar_cane"
|
||||
- "minecraft:bedrock"
|
||||
|
||||
use-inventory:
|
||||
enable: false
|
||||
allow-override: true
|
||||
creative-mode-overrides: false
|
||||
|
||||
logging:
|
||||
log-commands: false
|
||||
file: worldedit.log
|
||||
# The format of custom log message. This is java general format string (java.util.Formatter). Arguments are:
|
||||
# 1$ : date - a Date object representing event time of the log record.
|
||||
# 2$ : source - a string representing the caller, if available; otherwise, the logger's name.
|
||||
# 3$ : logger - the logger's name.
|
||||
# 4$ : level - the log level.
|
||||
# 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument.
|
||||
# 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string.
|
||||
# For details see:
|
||||
# https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html
|
||||
# https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord-
|
||||
format: "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n"
|
||||
|
||||
super-pickaxe:
|
||||
drop-items: true
|
||||
many-drop-items: false
|
||||
|
||||
snapshots:
|
||||
directory:
|
||||
|
||||
navigation-wand:
|
||||
item: minecraft:compass
|
||||
max-distance: 100
|
||||
|
||||
scripting:
|
||||
timeout: 3000
|
||||
dir: craftscripts
|
||||
|
||||
saving:
|
||||
dir: schematics
|
||||
|
||||
files:
|
||||
allow-symbolic-links: false
|
||||
|
||||
history:
|
||||
size: 15
|
||||
expiration: 10
|
||||
|
||||
calculation:
|
||||
timeout: 100
|
||||
|
||||
debugging:
|
||||
trace-unflushed-sessions: false
|
||||
|
||||
wand-item: minecraft:wooden_axe
|
||||
shell-save-type:
|
||||
no-op-permissions: false
|
||||
debug: false
|
||||
show-help-on-first-use: true
|
||||
server-side-cui: true
|
||||
command-block-support: false
|
||||
8
paper/plugins/bStats/config.yml
Executable file
8
paper/plugins/bStats/config.yml
Executable file
@@ -0,0 +1,8 @@
|
||||
# bStats collects some data for plugin authors like how many servers are using their plugins.
|
||||
# To honor their work, you should not disable it.
|
||||
# This has nearly no effect on the server performance!
|
||||
# Check out https://bStats.org/ to learn more :)
|
||||
|
||||
enabled: false
|
||||
serverUuid: 24eef010-7c32-48f8-bb71-fa791f89baa1
|
||||
logFailedRequests: false
|
||||
4
paper/plugins/spark/config.json
Executable file
4
paper/plugins/spark/config.json
Executable file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
|
||||
"backgroundProfiler": false
|
||||
}
|
||||
Reference in New Issue
Block a user