Added Plugin Configurations and General Data
68
.gitignore
vendored
|
@ -1,2 +1,68 @@
|
||||||
/server/
|
# exclude generated files
|
||||||
/tools/
|
/tools/
|
||||||
|
|
||||||
|
# Include Server Config
|
||||||
|
!/server/
|
||||||
|
/server/*
|
||||||
|
!/server/server.properties
|
||||||
|
|
||||||
|
# Include Lobby world
|
||||||
|
!/server/lobby/
|
||||||
|
|
||||||
|
|
||||||
|
# Include Plugin Configs
|
||||||
|
!/server/plugins/
|
||||||
|
/server/plugins/*
|
||||||
|
|
||||||
|
# Include PlotSquared Config
|
||||||
|
!/server/plugins/PlotSquared/
|
||||||
|
/server/plugins/PlotSquared/*
|
||||||
|
!/server/plugins/PlotSquared/config/
|
||||||
|
/server/plugins/PlotSquared/config/*
|
||||||
|
!/server/plugins/PlotSquared/config/settings.yml
|
||||||
|
!/server/plugins/PlotSquared/config/worlds.yml
|
||||||
|
|
||||||
|
# Include Multiverse Config
|
||||||
|
!/server/plugins/Multiverse-Inventories/
|
||||||
|
/server/plugins/Multiverse-Inventories/*
|
||||||
|
!/server/plugins/Multiverse-Inventories/groups.yml
|
||||||
|
!/server/plugins/Multiverse-Inventories/config.yml
|
||||||
|
!/server/plugins/Multiverse-Core/
|
||||||
|
/server/plugins/Multiverse-Core/*
|
||||||
|
!/server/plugins/Multiverse-Core/config.yml
|
||||||
|
!/server/plugins/Multiverse-Core/worlds.yml
|
||||||
|
|
||||||
|
# Include LuckyPerms Config
|
||||||
|
!/server/plugins/LuckPerms/
|
||||||
|
/server/plugins/LuckPerms/*
|
||||||
|
!/server/plugins/LuckPerms/permission_export.json
|
||||||
|
|
||||||
|
# Include Essentials Config
|
||||||
|
!/server/plugins/Essentials/
|
||||||
|
/server/plugins/Essentials/*
|
||||||
|
!/server/plugins/Essentials/config.yml
|
||||||
|
!/server/plugins/Essentials/warps/
|
||||||
|
!/server/plugins/Essentials/kits.yml
|
||||||
|
|
||||||
|
# Include MoreMobHeads Config
|
||||||
|
!/server/plugins/MoreMobHeads/
|
||||||
|
/server/plugins/MoreMobHeads/*
|
||||||
|
!/server/plugins/MoreMobHeads/chance_config.yml
|
||||||
|
!/server/plugins/MoreMobHeads/config.yml
|
||||||
|
|
||||||
|
# Include GriefPrevention Config
|
||||||
|
!/server/plugins/GriefPreventionData/
|
||||||
|
/server/plugins/GriefPreventionData/*
|
||||||
|
!/server/plugins/GriefPreventionData/config.yml
|
||||||
|
|
||||||
|
|
||||||
|
# Include Bedrock-Compartibility Config
|
||||||
|
!/server/plugins/Geyser-Spigot/
|
||||||
|
/server/plugins/Geyser-Spigot/*
|
||||||
|
!/server/plugins/Geyser-Spigot/config.yml
|
||||||
|
!/server/plugins/floodgate/
|
||||||
|
/server/plugins/floodgate/*
|
||||||
|
!/server/plugins/floodgate/config.yml
|
||||||
|
|
||||||
|
# Include ImageOnMap Data
|
||||||
|
!/server/plugins/ImageOnMap/
|
||||||
|
|
1059
server/plugins/Essentials/config.yml
Normal file
17
server/plugins/Essentials/kits.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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.
|
||||||
|
# For more information, visit http://wiki.ess3.net/wiki/Kits
|
||||||
|
kits:
|
||||||
|
claim:
|
||||||
|
delay: 600
|
||||||
|
items:
|
||||||
|
- goldshovel 1
|
8
server/plugins/Essentials/warps/creative.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
world: creative
|
||||||
|
x: 0.5
|
||||||
|
y: 63.0
|
||||||
|
z: 0.5
|
||||||
|
yaw: -90
|
||||||
|
pitch: 0
|
||||||
|
name: creative
|
||||||
|
lastowner: 1ff88b66-beda-4386-85b9-a00a5c27437a
|
8
server/plugins/Essentials/warps/end.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
world: lobby
|
||||||
|
x: 3.8264332203877034
|
||||||
|
y: 76.5
|
||||||
|
z: 23.02107882174352
|
||||||
|
yaw: -91.17222
|
||||||
|
pitch: 25.846754
|
||||||
|
name: End
|
||||||
|
lastowner: 1ff88b66-beda-4386-85b9-a00a5c27437a
|
8
server/plugins/Essentials/warps/lobby.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
world: lobby
|
||||||
|
x: 0.5
|
||||||
|
y: 76.0
|
||||||
|
z: 0.5
|
||||||
|
yaw: 0
|
||||||
|
pitch: 0
|
||||||
|
name: lobby
|
||||||
|
lastowner: 1ff88b66-beda-4386-85b9-a00a5c27437a
|
8
server/plugins/Essentials/warps/shop.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
world: lobby
|
||||||
|
x: -5.022130528548905
|
||||||
|
y: 77.0
|
||||||
|
z: 22.983793767915607
|
||||||
|
yaw: 89.77109
|
||||||
|
pitch: 7.7281733
|
||||||
|
name: shop
|
||||||
|
lastowner: 1ff88b66-beda-4386-85b9-a00a5c27437a
|
8
server/plugins/Essentials/warps/survival.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
world: world
|
||||||
|
x: 92.5
|
||||||
|
y: 64.0
|
||||||
|
z: 246.5
|
||||||
|
yaw: -180
|
||||||
|
pitch: 0
|
||||||
|
name: survival
|
||||||
|
lastowner: 1ff88b66-beda-4386-85b9-a00a5c27437a
|
195
server/plugins/Geyser-Spigot/config.yml
Normal file
|
@ -0,0 +1,195 @@
|
||||||
|
# --------------------------------
|
||||||
|
# Geyser Configuration File
|
||||||
|
#
|
||||||
|
# A bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition.
|
||||||
|
#
|
||||||
|
# GitHub: https://github.com/GeyserMC/Geyser
|
||||||
|
# Discord: https://discord.geysermc.org/
|
||||||
|
# --------------------------------
|
||||||
|
|
||||||
|
bedrock:
|
||||||
|
# The IP address that will listen for connections.
|
||||||
|
# There is no reason to change this unless you want to limit what IPs can connect to your server.
|
||||||
|
address: 0.0.0.0
|
||||||
|
# The port that will listen for connections
|
||||||
|
port: 19132
|
||||||
|
# Some hosting services change your Java port everytime you start the server and require the same port to be used for Bedrock.
|
||||||
|
# This option makes the Bedrock port ,the same as the Java port every time you start the server.
|
||||||
|
# This option is for the plugin version only.
|
||||||
|
clone-remote-port: false
|
||||||
|
# The MOTD that will be broadcasted to Minecraft: Bedrock Edition clients. This is irrelevant if "passthrough-motd" is set to true
|
||||||
|
# If either of these are empty, the respective string will default to "Geyser"
|
||||||
|
motd1: "Geyser"
|
||||||
|
motd2: "Another Geyser server."
|
||||||
|
# The Server Name that will be sent to Minecraft: Bedrock Edition clients. This is visible in both the pause menu and the settings menu.
|
||||||
|
server-name: "Geyser"
|
||||||
|
# How much to compress network traffic to the Bedrock client. The higher the number, the more CPU usage used, but
|
||||||
|
# the smaller the bandwidth used. Does not have any effect below -1 or above 9. Set to -1 to disable.
|
||||||
|
compression-level: 6
|
||||||
|
# Whether to enable PROXY protocol or not for clients. You DO NOT WANT this feature unless you run UDP reverse proxy
|
||||||
|
# in front of your Geyser instance.
|
||||||
|
enable-proxy-protocol: false
|
||||||
|
# A list of allowed PROXY protocol speaking proxy IP addresses/subnets. Only effective when "enable-proxy-protocol" is enabled, and
|
||||||
|
# should really only be used when you are not able to use a proper firewall (usually true with shared hosting providers etc.).
|
||||||
|
# Keeping this list empty means there is no IP address whitelist.
|
||||||
|
# Both IP addresses and subnets are supported.
|
||||||
|
#proxy-protocol-whitelisted-ips: [ "127.0.0.1", "172.18.0.0/16" ]
|
||||||
|
remote:
|
||||||
|
# The IP address of the remote (Java Edition) server
|
||||||
|
# If it is "auto", for standalone version the remote address will be set to 127.0.0.1,
|
||||||
|
# for plugin versions, Geyser will attempt to find the best address to connect to.
|
||||||
|
address: auto
|
||||||
|
# The port of the remote (Java Edition) server
|
||||||
|
# For plugin versions, if address has been set to "auto", the port will also follow the server's listening port.
|
||||||
|
port: 25565
|
||||||
|
# Authentication type. Can be offline, online, or floodgate (see https://github.com/GeyserMC/Geyser/wiki/Floodgate).
|
||||||
|
auth-type: online
|
||||||
|
# Allow for password-based authentication methods through Geyser. Only useful in online mode.
|
||||||
|
# If this is false, users must authenticate to Microsoft using a code provided by Geyser on their desktop.
|
||||||
|
allow-password-authentication: true
|
||||||
|
# Whether to enable PROXY protocol or not while connecting to the server.
|
||||||
|
# This is useful only when:
|
||||||
|
# 1) Your server supports PROXY protocol (it probably doesn't)
|
||||||
|
# 2) You run Velocity or BungeeCord with the option enabled in the proxy's main config.
|
||||||
|
# IF YOU DON'T KNOW WHAT THIS IS, DON'T TOUCH IT!
|
||||||
|
use-proxy-protocol: false
|
||||||
|
# Forward the hostname that the Bedrock client used to connect over to the Java server
|
||||||
|
# This is designed to be used for forced hosts on proxies
|
||||||
|
forward-hostname: false
|
||||||
|
|
||||||
|
# Floodgate uses encryption to ensure use from authorised sources.
|
||||||
|
# This should point to the public key generated by Floodgate (BungeeCord, Spigot or Velocity)
|
||||||
|
# You can ignore this when not using Floodgate.
|
||||||
|
floodgate-key-file: key.pem
|
||||||
|
|
||||||
|
# The Xbox/Minecraft Bedrock username is the key for the Java server auth-info.
|
||||||
|
# This allows automatic configuration/login to the remote Java server.
|
||||||
|
# If you are brave enough to put your Mojang account info into a config file.
|
||||||
|
# Uncomment the lines below to enable this feature.
|
||||||
|
#userAuths:
|
||||||
|
# BedrockAccountUsername: # Your Minecraft: Bedrock Edition username
|
||||||
|
# email: javaccountemail@example.com # Your Minecraft: Java Edition email
|
||||||
|
# password: javaccountpassword123 # Your Minecraft: Java Edition password
|
||||||
|
# microsoft-account: true # Whether the account is a Mojang or Microsoft account.
|
||||||
|
#
|
||||||
|
# bluerkelp2:
|
||||||
|
# email: not_really_my_email_address_mr_minecrafter53267@gmail.com
|
||||||
|
# password: "this isn't really my password"
|
||||||
|
# microsoft-account: false
|
||||||
|
|
||||||
|
# Bedrock clients can freeze when opening up the command prompt for the first time if given a lot of commands.
|
||||||
|
# Disabling this will prevent command suggestions from being sent and solve freezing for Bedrock clients.
|
||||||
|
command-suggestions: true
|
||||||
|
|
||||||
|
# The following three options enable "ping passthrough" - the MOTD, player count and/or protocol name gets retrieved from the Java server.
|
||||||
|
# Relay the MOTD from the remote server to Bedrock players.
|
||||||
|
passthrough-motd: true
|
||||||
|
# Relay the protocol name (e.g. BungeeCord [X.X], Paper 1.X) - only really useful when using a custom protocol name!
|
||||||
|
# This will also show up on sites like MCSrvStatus. <mcsrvstat.us>
|
||||||
|
passthrough-protocol-name: false
|
||||||
|
# Relay the player count and max players from the remote server to Bedrock players.
|
||||||
|
passthrough-player-counts: true
|
||||||
|
# Enable LEGACY ping passthrough. There is no need to enable this unless your MOTD or player count does not appear properly.
|
||||||
|
# This option does nothing on standalone.
|
||||||
|
legacy-ping-passthrough: false
|
||||||
|
# How often to ping the remote server, in seconds. Only relevant for standalone or legacy ping passthrough.
|
||||||
|
# Increase if you are getting BrokenPipe errors.
|
||||||
|
ping-passthrough-interval: 3
|
||||||
|
|
||||||
|
# Whether to forward player ping to the server. While enabling this will allow Bedrock players to have more accurate
|
||||||
|
# ping, it may also cause players to time out more easily.
|
||||||
|
forward-player-ping: false
|
||||||
|
|
||||||
|
# Maximum amount of players that can connect. This is only visual at this time and does not actually limit player count.
|
||||||
|
max-players: 50
|
||||||
|
|
||||||
|
# If debug messages should be sent through console
|
||||||
|
debug-mode: false
|
||||||
|
|
||||||
|
# Thread pool size
|
||||||
|
general-thread-pool: 32
|
||||||
|
|
||||||
|
# Allow third party capes to be visible. Currently allowing:
|
||||||
|
# OptiFine capes, LabyMod capes, 5Zig capes and MinecraftCapes
|
||||||
|
allow-third-party-capes: true
|
||||||
|
|
||||||
|
# Allow third party deadmau5 ears to be visible. Currently allowing:
|
||||||
|
# MinecraftCapes
|
||||||
|
allow-third-party-ears: false
|
||||||
|
|
||||||
|
# Allow a fake cooldown indicator to be sent. Bedrock players do not see a cooldown as they still use 1.8 combat
|
||||||
|
# Can be title, actionbar or false
|
||||||
|
show-cooldown: title
|
||||||
|
|
||||||
|
# Controls if coordinates are shown to players.
|
||||||
|
show-coordinates: true
|
||||||
|
|
||||||
|
# If set, when a Bedrock player performs any emote, it will swap the offhand and mainhand items, just like the Java Edition keybind
|
||||||
|
# There are three options this can be set to:
|
||||||
|
# disabled - the default/fallback, which doesn't apply this workaround
|
||||||
|
# no-emotes - emotes will NOT be sent to other Bedrock clients and offhand will be swapped. This effectively disables all emotes from being seen.
|
||||||
|
# emotes-and-offhand - emotes will be sent to Bedrock clients and offhand will be swapped
|
||||||
|
emote-offhand-workaround: "disabled"
|
||||||
|
|
||||||
|
# The default locale if we dont have the one the client requested. Uncomment to not use the default system language.
|
||||||
|
# default-locale: en_us
|
||||||
|
|
||||||
|
# Specify how many days images will be cached to disk to save downloading them from the internet.
|
||||||
|
# A value of 0 is disabled. (Default: 0)
|
||||||
|
cache-images: 2
|
||||||
|
|
||||||
|
# Allows custom skulls to be displayed. Keeping them enabled may cause a performance decrease on older/weaker devices.
|
||||||
|
allow-custom-skulls: true
|
||||||
|
|
||||||
|
# Whether to add (at this time, only) the furnace minecart as a separate item in the game, which normally does not exist in Bedrock Edition.
|
||||||
|
# This should only need to be disabled if using a proxy that does not use the "transfer packet" style of server switching.
|
||||||
|
# If this is disabled, furnace minecart items will be mapped to hopper minecart items.
|
||||||
|
# This option requires a restart of Geyser in order to change its setting.
|
||||||
|
add-non-bedrock-items: true
|
||||||
|
|
||||||
|
# Bedrock prevents building and displaying blocks above Y127 in the Nether -
|
||||||
|
# enabling this config option works around that by changing the Nether dimension ID
|
||||||
|
# to the End ID. The main downside to this is that the sky will resemble that of
|
||||||
|
# the end sky in the nether, but ultimately it's the only way for this feature to work.
|
||||||
|
above-bedrock-nether-building: false
|
||||||
|
|
||||||
|
# Force clients to load all resource packs if there are any.
|
||||||
|
# If set to false, it allows the user to connect to the server even if they don't
|
||||||
|
# want to download the resource packs.
|
||||||
|
force-resource-packs: true
|
||||||
|
|
||||||
|
# Allows Xbox achievements to be unlocked.
|
||||||
|
# THIS DISABLES ALL COMMANDS FROM SUCCESSFULLY RUNNING FOR BEDROCK IN-GAME, as otherwise Bedrock thinks you are cheating.
|
||||||
|
xbox-achievements-enabled: false
|
||||||
|
|
||||||
|
# bStats is a stat tracker that is entirely anonymous and tracks only basic information
|
||||||
|
# about Geyser, such as how many people are online, how many servers are using Geyser,
|
||||||
|
# what OS is being used, etc. You can learn more about bStats here: https://bstats.org/.
|
||||||
|
# https://bstats.org/plugin/server-implementation/GeyserMC
|
||||||
|
metrics:
|
||||||
|
# If metrics should be enabled
|
||||||
|
enabled: true
|
||||||
|
# UUID of server, don't change!
|
||||||
|
uuid: 851de160-33ca-436e-9bce-237525f76065
|
||||||
|
|
||||||
|
# ADVANCED OPTIONS - DO NOT TOUCH UNLESS YOU KNOW WHAT YOU ARE DOING!
|
||||||
|
|
||||||
|
# Geyser updates the Scoreboard after every Scoreboard packet, but when Geyser tries to handle
|
||||||
|
# a lot of scoreboard packets per second can cause serious lag.
|
||||||
|
# This option allows you to specify after how many Scoreboard packets per seconds
|
||||||
|
# the Scoreboard updates will be limited to four updates per second.
|
||||||
|
scoreboard-packet-threshold: 20
|
||||||
|
|
||||||
|
# Allow connections from ProxyPass and Waterdog.
|
||||||
|
# See https://www.spigotmc.org/wiki/firewall-guide/ for assistance - use UDP instead of TCP.
|
||||||
|
enable-proxy-connections: true
|
||||||
|
|
||||||
|
# The internet supports a maximum MTU of 1492 but could cause issues with packet fragmentation.
|
||||||
|
# 1400 is the default.
|
||||||
|
# mtu: 1400
|
||||||
|
|
||||||
|
# Whether to use direct server methods to retrieve information such as block states.
|
||||||
|
# Turning this off for Spigot will stop NMS from being used but will have a performance impact.
|
||||||
|
use-adapters: true
|
||||||
|
|
||||||
|
config-version: 4
|
180
server/plugins/GriefPreventionData/config.yml
Normal file
|
@ -0,0 +1,180 @@
|
||||||
|
# Default values are perfect for most servers. If you want to customize and have a question, look for the answer here first: http://dev.bukkit.org/bukkit-plugins/grief-prevention/pages/setup-and-configuration/
|
||||||
|
GriefPrevention:
|
||||||
|
SeaLevelOverrides:
|
||||||
|
world: -1
|
||||||
|
world_nether: -1
|
||||||
|
world_the_end: -1
|
||||||
|
lobby: -1
|
||||||
|
creative: -1
|
||||||
|
Claims:
|
||||||
|
Mode:
|
||||||
|
world: Survival
|
||||||
|
world_nether: Disabled
|
||||||
|
world_the_end: Disabled
|
||||||
|
lobby: Disabled
|
||||||
|
creative: Disabled
|
||||||
|
PreventGlobalMonsterEggs: true
|
||||||
|
PreventTheft: true
|
||||||
|
ProtectCreatures: true
|
||||||
|
PreventButtonsSwitches: true
|
||||||
|
LockWoodenDoors: false
|
||||||
|
LockTrapDoors: false
|
||||||
|
LockFenceGates: true
|
||||||
|
EnderPearlsRequireAccessTrust: true
|
||||||
|
RaidTriggersRequireBuildTrust: true
|
||||||
|
ProtectHorses: true
|
||||||
|
ProtectDonkeys: true
|
||||||
|
ProtectLlamas: true
|
||||||
|
InitialBlocks: 100
|
||||||
|
Claim Blocks Accrued Per Hour:
|
||||||
|
Default: 100
|
||||||
|
Max Accrued Claim Blocks:
|
||||||
|
Default: 80000
|
||||||
|
Accrued Idle Threshold: 0
|
||||||
|
AccruedIdlePercent: 0
|
||||||
|
AbandonReturnRatio: 1.0
|
||||||
|
AutomaticNewPlayerClaimsRadius: 4
|
||||||
|
AutomaticNewPlayerClaimsRadiusMinimum: 0
|
||||||
|
ExtendIntoGroundDistance: 5
|
||||||
|
MinimumWidth: 5
|
||||||
|
MinimumArea: 100
|
||||||
|
MaximumDepth: 0
|
||||||
|
InvestigationTool: STICK
|
||||||
|
ModificationTool: GOLDEN_SHOVEL
|
||||||
|
Expiration:
|
||||||
|
ChestClaimDays: 7
|
||||||
|
UnusedClaimDays: 14
|
||||||
|
AllClaims:
|
||||||
|
DaysInactive: 60
|
||||||
|
ExceptWhenOwnerHasTotalClaimBlocks: 10000
|
||||||
|
ExceptWhenOwnerHasBonusClaimBlocks: 5000
|
||||||
|
AutomaticNatureRestoration:
|
||||||
|
SurvivalWorlds: false
|
||||||
|
AllowTrappedInAdminClaims: false
|
||||||
|
MaximumNumberOfClaimsPerPlayer: 0
|
||||||
|
CreationRequiresWorldGuardBuildPermission: true
|
||||||
|
VillagerTradingRequiresPermission: true
|
||||||
|
CommandsRequiringAccessTrust: /sethome
|
||||||
|
DeliverManuals: true
|
||||||
|
ManualDeliveryDelaySeconds: 30
|
||||||
|
RavagersBreakBlocks: true
|
||||||
|
FireSpreadsInClaims: false
|
||||||
|
FireDamagesInClaims: false
|
||||||
|
LecternReadingRequiresAccessTrust: true
|
||||||
|
Spam:
|
||||||
|
Enabled: true
|
||||||
|
LoginCooldownSeconds: 60
|
||||||
|
LoginLogoutNotificationsPerMinute: 5
|
||||||
|
ChatSlashCommands: /me;/global;/local
|
||||||
|
WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
|
||||||
|
WarningMessage: Please reduce your noise level. Spammers will be banned.
|
||||||
|
BanOffenders: true
|
||||||
|
BanMessage: Banned for spam.
|
||||||
|
AllowedIpAddresses: 1.2.3.4; 5.6.7.8
|
||||||
|
DeathMessageCooldownSeconds: 120
|
||||||
|
Logout Message Delay In Seconds: 0
|
||||||
|
PvP:
|
||||||
|
RulesEnabledInWorld:
|
||||||
|
world: false
|
||||||
|
world_nether: false
|
||||||
|
world_the_end: false
|
||||||
|
lobby: false
|
||||||
|
creative: false
|
||||||
|
ProtectFreshSpawns: false
|
||||||
|
PunishLogout: false
|
||||||
|
CombatTimeoutSeconds: 15
|
||||||
|
AllowCombatItemDrop: true
|
||||||
|
BlockedSlashCommands: /home;/vanish;/spawn;/tpa
|
||||||
|
ProtectPlayersInLandClaims:
|
||||||
|
PlayerOwnedClaims: false
|
||||||
|
AdministrativeClaims: true
|
||||||
|
AdministrativeSubdivisions: true
|
||||||
|
AllowLavaDumpingNearOtherPlayers:
|
||||||
|
PvPWorlds: true
|
||||||
|
NonPvPWorlds: false
|
||||||
|
AllowFlintAndSteelNearOtherPlayers:
|
||||||
|
PvPWorlds: true
|
||||||
|
NonPvPWorlds: false
|
||||||
|
ProtectPetsOutsideLandClaims: false
|
||||||
|
Economy:
|
||||||
|
ClaimBlocksMaxBonus: 0
|
||||||
|
ClaimBlocksPurchaseCost: 0.0
|
||||||
|
ClaimBlocksSellValue: 0.0
|
||||||
|
ProtectItemsDroppedOnDeath:
|
||||||
|
PvPWorlds: false
|
||||||
|
NonPvPWorlds: false
|
||||||
|
BlockLandClaimExplosions: false
|
||||||
|
BlockSurfaceCreeperExplosions: false
|
||||||
|
BlockSurfaceOtherExplosions: false
|
||||||
|
LimitSkyTrees: true
|
||||||
|
LimitTreeGrowth: false
|
||||||
|
PistonMovement: CLAIMS_ONLY
|
||||||
|
PistonExplosionSound: true
|
||||||
|
FireSpreads: false
|
||||||
|
FireDestroys: false
|
||||||
|
AdminsGetWhispers: true
|
||||||
|
AdminsGetSignNotifications: true
|
||||||
|
SmartBan: true
|
||||||
|
Mute New Players Using Banned Words: true
|
||||||
|
MaxPlayersPerIpAddress: 3
|
||||||
|
Siege:
|
||||||
|
Worlds: []
|
||||||
|
BreakableBlocks:
|
||||||
|
- GRASS_BLOCK
|
||||||
|
- DIRT
|
||||||
|
- COBBLESTONE
|
||||||
|
- OAK_PLANKS
|
||||||
|
- SPRUCE_PLANKS
|
||||||
|
- BIRCH_PLANKS
|
||||||
|
- JUNGLE_PLANKS
|
||||||
|
- ACACIA_PLANKS
|
||||||
|
- DARK_OAK_PLANKS
|
||||||
|
- SAND
|
||||||
|
- GRAVEL
|
||||||
|
- GLASS
|
||||||
|
- GRASS
|
||||||
|
- FERN
|
||||||
|
- DEAD_BUSH
|
||||||
|
- WHITE_WOOL
|
||||||
|
- ORANGE_WOOL
|
||||||
|
- MAGENTA_WOOL
|
||||||
|
- LIGHT_BLUE_WOOL
|
||||||
|
- YELLOW_WOOL
|
||||||
|
- LIME_WOOL
|
||||||
|
- PINK_WOOL
|
||||||
|
- GRAY_WOOL
|
||||||
|
- LIGHT_GRAY_WOOL
|
||||||
|
- CYAN_WOOL
|
||||||
|
- PURPLE_WOOL
|
||||||
|
- BLUE_WOOL
|
||||||
|
- BROWN_WOOL
|
||||||
|
- GREEN_WOOL
|
||||||
|
- RED_WOOL
|
||||||
|
- BLACK_WOOL
|
||||||
|
- SNOW
|
||||||
|
- GLASS_PANE
|
||||||
|
DoorsOpenDelayInSeconds: 300
|
||||||
|
CooldownEndInMinutes: 60
|
||||||
|
EndermenMoveBlocks: false
|
||||||
|
SilverfishBreakBlocks: false
|
||||||
|
CreaturesTrampleCrops: false
|
||||||
|
RabbitsEatCrops: true
|
||||||
|
HardModeZombiesBreakDoors: false
|
||||||
|
Database:
|
||||||
|
URL: ''
|
||||||
|
UserName: ''
|
||||||
|
Password: ''
|
||||||
|
UseBanCommand: false
|
||||||
|
BanCommandPattern: ban %name% %reason%
|
||||||
|
Advanced:
|
||||||
|
fixNegativeClaimblockAmounts: true
|
||||||
|
ClaimExpirationCheckRate: 60
|
||||||
|
OfflinePlayer_cache_days: 90
|
||||||
|
Abridged Logs:
|
||||||
|
Days To Keep: 7
|
||||||
|
Included Entry Types:
|
||||||
|
Social Activity: true
|
||||||
|
Suspicious Activity: true
|
||||||
|
Administrative Activity: false
|
||||||
|
Debug: false
|
||||||
|
Muted Chat Messages: false
|
28
server/plugins/ImageOnMap/config.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
### ImageOnMap configuration file
|
||||||
|
|
||||||
|
|
||||||
|
# Plugin language. Empty: system language.
|
||||||
|
# Available: en-US (default, fallback), fr-FR, ru-RU, de-DE, zh-CN, ja-JP.
|
||||||
|
lang:
|
||||||
|
|
||||||
|
|
||||||
|
# Allows collection of anonymous statistics on plugin environment and usage
|
||||||
|
# The statistics are publicly visible here: http://mcstats.org/plugin/ImageOnMap
|
||||||
|
collect-data: true
|
||||||
|
|
||||||
|
|
||||||
|
# Images rendered on maps consume Minecraft maps ID, and there are only 32 767 of them.
|
||||||
|
# You can limit the maximum number of maps a player, or the whole server, can use with ImageOnMap.
|
||||||
|
# 0 means unlimited.
|
||||||
|
map-global-limit: 0
|
||||||
|
map-player-limit: 0
|
||||||
|
|
||||||
|
|
||||||
|
# Maximum size in pixels for an image to be. 0 is unlimited.
|
||||||
|
limit-map-size-x: 0
|
||||||
|
limit-map-size-y: 0
|
||||||
|
|
||||||
|
|
||||||
|
# Should the full image be saved when a map is rendered?
|
||||||
|
save-full-image: false
|
||||||
|
|
BIN
server/plugins/ImageOnMap/images/map336.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
server/plugins/ImageOnMap/images/map337.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
server/plugins/ImageOnMap/images/map338.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map339.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
server/plugins/ImageOnMap/images/map340.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
server/plugins/ImageOnMap/images/map341.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
server/plugins/ImageOnMap/images/map342.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
server/plugins/ImageOnMap/images/map343.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
server/plugins/ImageOnMap/images/map344.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
server/plugins/ImageOnMap/images/map345.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
server/plugins/ImageOnMap/images/map346.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
server/plugins/ImageOnMap/images/map347.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
server/plugins/ImageOnMap/images/map348.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
server/plugins/ImageOnMap/images/map349.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
server/plugins/ImageOnMap/images/map350.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
server/plugins/ImageOnMap/images/map351.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
server/plugins/ImageOnMap/images/map352.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
server/plugins/ImageOnMap/images/map353.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
server/plugins/ImageOnMap/images/map354.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
server/plugins/ImageOnMap/images/map355.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
server/plugins/ImageOnMap/images/map356.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
server/plugins/ImageOnMap/images/map357.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
server/plugins/ImageOnMap/images/map358.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
server/plugins/ImageOnMap/images/map359.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
server/plugins/ImageOnMap/images/map360.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
server/plugins/ImageOnMap/images/map361.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
server/plugins/ImageOnMap/images/map362.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
server/plugins/ImageOnMap/images/map363.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
server/plugins/ImageOnMap/images/map364.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map365.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
server/plugins/ImageOnMap/images/map366.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
server/plugins/ImageOnMap/images/map367.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
server/plugins/ImageOnMap/images/map368.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
server/plugins/ImageOnMap/images/map369.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
server/plugins/ImageOnMap/images/map370.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
server/plugins/ImageOnMap/images/map371.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map372.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
server/plugins/ImageOnMap/images/map373.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
server/plugins/ImageOnMap/images/map374.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
server/plugins/ImageOnMap/images/map375.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
server/plugins/ImageOnMap/images/map376.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
server/plugins/ImageOnMap/images/map377.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
server/plugins/ImageOnMap/images/map378.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
server/plugins/ImageOnMap/images/map379.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
server/plugins/ImageOnMap/images/map380.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
server/plugins/ImageOnMap/images/map381.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
server/plugins/ImageOnMap/images/map382.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map383.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
server/plugins/ImageOnMap/images/map384.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map385.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
server/plugins/ImageOnMap/images/map386.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map387.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
server/plugins/ImageOnMap/images/map388.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map389.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map390.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
server/plugins/ImageOnMap/images/map391.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map392.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
server/plugins/ImageOnMap/images/map393.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
server/plugins/ImageOnMap/images/map394.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
server/plugins/ImageOnMap/images/map395.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
server/plugins/ImageOnMap/images/map396.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
server/plugins/ImageOnMap/images/map397.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
server/plugins/ImageOnMap/images/map398.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
server/plugins/ImageOnMap/images/map399.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map400.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
server/plugins/ImageOnMap/images/map401.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
server/plugins/ImageOnMap/images/map402.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
server/plugins/ImageOnMap/images/map403.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
server/plugins/ImageOnMap/images/map404.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
server/plugins/ImageOnMap/images/map405.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
server/plugins/ImageOnMap/images/map406.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
server/plugins/ImageOnMap/images/map407.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
server/plugins/ImageOnMap/images/map408.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
server/plugins/ImageOnMap/images/map409.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
server/plugins/ImageOnMap/images/map410.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
server/plugins/ImageOnMap/images/map411.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
server/plugins/ImageOnMap/images/map412.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
server/plugins/ImageOnMap/images/map413.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
server/plugins/ImageOnMap/images/map414.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
server/plugins/ImageOnMap/images/map415.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
server/plugins/ImageOnMap/images/map416.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
server/plugins/ImageOnMap/images/map417.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
server/plugins/ImageOnMap/images/map418.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
server/plugins/ImageOnMap/images/map419.png
Normal file
After Width: | Height: | Size: 21 KiB |
|
@ -0,0 +1,104 @@
|
||||||
|
PlayerMapStore:
|
||||||
|
mapList:
|
||||||
|
- columns: 7
|
||||||
|
name: Map
|
||||||
|
id: Map
|
||||||
|
type: POSTER
|
||||||
|
rows: 4
|
||||||
|
mapsIDs:
|
||||||
|
- 336
|
||||||
|
- 337
|
||||||
|
- 338
|
||||||
|
- 339
|
||||||
|
- 340
|
||||||
|
- 341
|
||||||
|
- 342
|
||||||
|
- 343
|
||||||
|
- 344
|
||||||
|
- 345
|
||||||
|
- 346
|
||||||
|
- 347
|
||||||
|
- 348
|
||||||
|
- 349
|
||||||
|
- 350
|
||||||
|
- 351
|
||||||
|
- 352
|
||||||
|
- 353
|
||||||
|
- 354
|
||||||
|
- 355
|
||||||
|
- 356
|
||||||
|
- 357
|
||||||
|
- 358
|
||||||
|
- 359
|
||||||
|
- 360
|
||||||
|
- 361
|
||||||
|
- 362
|
||||||
|
- 363
|
||||||
|
- columns: 7
|
||||||
|
name: Map
|
||||||
|
id: Map-1
|
||||||
|
type: POSTER
|
||||||
|
rows: 4
|
||||||
|
mapsIDs:
|
||||||
|
- 364
|
||||||
|
- 365
|
||||||
|
- 366
|
||||||
|
- 367
|
||||||
|
- 368
|
||||||
|
- 369
|
||||||
|
- 370
|
||||||
|
- 371
|
||||||
|
- 372
|
||||||
|
- 373
|
||||||
|
- 374
|
||||||
|
- 375
|
||||||
|
- 376
|
||||||
|
- 377
|
||||||
|
- 378
|
||||||
|
- 379
|
||||||
|
- 380
|
||||||
|
- 381
|
||||||
|
- 382
|
||||||
|
- 383
|
||||||
|
- 384
|
||||||
|
- 385
|
||||||
|
- 386
|
||||||
|
- 387
|
||||||
|
- 388
|
||||||
|
- 389
|
||||||
|
- 390
|
||||||
|
- 391
|
||||||
|
- columns: 7
|
||||||
|
name: Map
|
||||||
|
id: Map-2
|
||||||
|
type: POSTER
|
||||||
|
rows: 4
|
||||||
|
mapsIDs:
|
||||||
|
- 392
|
||||||
|
- 393
|
||||||
|
- 394
|
||||||
|
- 395
|
||||||
|
- 396
|
||||||
|
- 397
|
||||||
|
- 398
|
||||||
|
- 399
|
||||||
|
- 400
|
||||||
|
- 401
|
||||||
|
- 402
|
||||||
|
- 403
|
||||||
|
- 404
|
||||||
|
- 405
|
||||||
|
- 406
|
||||||
|
- 407
|
||||||
|
- 408
|
||||||
|
- 409
|
||||||
|
- 410
|
||||||
|
- 411
|
||||||
|
- 412
|
||||||
|
- 413
|
||||||
|
- 414
|
||||||
|
- 415
|
||||||
|
- 416
|
||||||
|
- 417
|
||||||
|
- 418
|
||||||
|
- 419
|
787
server/plugins/LuckPerms/permission_export.json
Normal file
|
@ -0,0 +1,787 @@
|
||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"generatedBy": "kB01guy",
|
||||||
|
"generatedAt": "2021-06-30 16:24:32 CEST"
|
||||||
|
},
|
||||||
|
"groups": {
|
||||||
|
"admin": {
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.build.other",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.build.road",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.command.delete",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.command.merge",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.command.remove",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.command.setowner",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.command.unlink",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.destroy.groundlevel",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.destroy.other",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.admin.destroy.road",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"default": {
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "inheritance",
|
||||||
|
"key": "group.player",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"op": {
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "*",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"player": {
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.fly",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "*"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.block-ignition.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.explosion.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.fly.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.gamemode.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.guest-gamemode.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.keep-inventory.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.pvp.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.time.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.use.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.weather.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "chestshop.shop.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.pay.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.plot.*",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.afk",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.afk.auto",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.balance",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.delhome",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.help",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.home",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.list",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.mail",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.mail.send",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.msg",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.msg.url",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.msgtoggle",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.pay",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.rules",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.sethome",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.sethome.multiple",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.signs.use.mail",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.sleepingignored",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.time",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tpa",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tpacancel",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tpaccept",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tpahere",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.warp",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.warp.list",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "multiverse.access.creative",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "multiverse.access.lobby",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "multiverse.access.world",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "multiverse.access.world_nether",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "multiverse.access.world_the_end",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.add",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.buy",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.claim",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.clear",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.confirm",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.delete",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.flag",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.flag.list",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.home",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.remove",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.all",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.biome",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.fly",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.gamemode",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.gamemode.spectator",
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.grass-grow",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.guest-gamemode",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.guest-gamemode.spectator",
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.hostile-attack",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.hostile-interact",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.ice-form",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.ice-melt",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.instabreak",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.item-drop",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.keep",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.keep-inventory",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.kelp-grow",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.leaf-decay",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.lectern-read-book",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.liquid-flow",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.misc-break",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.misc-interact",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.misc-place",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.mob-break",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.mob-place",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.music",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.mycel-grow",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.notify-enter",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.notify-leave",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.place",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.pve",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.pvp",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.redstone",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.snow-from",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.snow-melt",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.soil-dry",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.tamed-attack",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.tamed-interact",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.time",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.titles",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.use",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.vehicle-break",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.vehicle-cap",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.vehicle-interact",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.vehicle-place",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.vehicle-use",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.flag.vine-grow",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.floor",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.home",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.main",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.set.middle",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.trust",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "plots.use",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"team": {
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.back.onteleport",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.ban.notify",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.break.bedrock",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.broadcast",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.broadcastworld",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.delwarp",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.fly",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.gamemode.spectator",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.gamemode.survival",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.gc",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.invsee",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.joinfullserver",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.kick",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.kick.exempt",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.kick.notify",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.setwarp",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.signs.create.warp",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.speed.fly",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tempban",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tempban.exempt",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tempban.offline",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tempban.unlimited",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.time.set",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.time.world.all",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tp",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.tphere",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "essentials.weather",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"vip": {
|
||||||
|
"nodes": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tracks": {},
|
||||||
|
"users": {
|
||||||
|
"1ff88b66-beda-4386-85b9-a00a5c27437a": {
|
||||||
|
"username": "kb01guy",
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "inheritance",
|
||||||
|
"key": "group.default",
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
282
server/plugins/MoreMobHeads/chance_config.yml
Normal file
|
@ -0,0 +1,282 @@
|
||||||
|
# DO NOT CHANGE VERSION
|
||||||
|
version: 1.0.19
|
||||||
|
# Following are chance percent settings for each mob and variants of mobs.
|
||||||
|
# Hieronder volgen instellingen voor het toevalspercentage voor elke mob en varianten van mobs.
|
||||||
|
# Voici les paramètres de pourcentage de chance pour chaque mob et les variantes de mobs.
|
||||||
|
# Es folgen die Einstellungen für die Wahrscheinlichkeit in Prozent für jeden Mob und Varianten von Mobs.
|
||||||
|
# 以下是每个生物及其变形的机会百分比设置。
|
||||||
|
# Následuje nastavenà procenta šancà pro každý mob a varianty mobs.
|
||||||
|
# A seguir, estão as configurações de porcentagem de chance para cada mob e variantes de mobs.
|
||||||
|
# 0.001 = 1/10 of 1 percent, 0.01 = 1 percent, 1.00 = 100 percent
|
||||||
|
chance_percent:
|
||||||
|
player: 100
|
||||||
|
named_mob: 0.1
|
||||||
|
axolotl:
|
||||||
|
blue: 1.0
|
||||||
|
cyan: 0.2
|
||||||
|
gold: 0.2
|
||||||
|
lucy: 0.2
|
||||||
|
wild: 0.2
|
||||||
|
bat: 0.1
|
||||||
|
bee:
|
||||||
|
angry_pollinated: 0.2
|
||||||
|
angry: 0.2
|
||||||
|
pollinated: 0.2
|
||||||
|
chance_percent: 0.2
|
||||||
|
blaze: 0.005
|
||||||
|
cat:
|
||||||
|
all_black: 0.33
|
||||||
|
black: 0.33
|
||||||
|
british_shorthair: 0.33
|
||||||
|
calico: 0.33
|
||||||
|
jellie: 0.33
|
||||||
|
persian: 0.33
|
||||||
|
ragdoll: 0.33
|
||||||
|
red: 0.33
|
||||||
|
siamese: 0.33
|
||||||
|
tabby: 0.33
|
||||||
|
white: 0.33
|
||||||
|
cave_spider: 0.005
|
||||||
|
chicken: 0.01
|
||||||
|
cod: 0.1
|
||||||
|
cow: 0.01
|
||||||
|
creeper: 0.5
|
||||||
|
creeper_charged: 1.0
|
||||||
|
dolphin: 0.33
|
||||||
|
donkey: 0.2
|
||||||
|
drowned: 0.05
|
||||||
|
elder_guardian: 1.0
|
||||||
|
ender_dragon: 1.0
|
||||||
|
enderman: 0.005
|
||||||
|
endermite: 0.1
|
||||||
|
evoker: 0.25
|
||||||
|
fox:
|
||||||
|
red: 0.1
|
||||||
|
snow: 0.1
|
||||||
|
ghast: 0.0625
|
||||||
|
giant: 0.025
|
||||||
|
glow_squid: 0.05
|
||||||
|
goat:
|
||||||
|
normal: 0.01
|
||||||
|
screaming: 1.0
|
||||||
|
mormal: 0.01
|
||||||
|
guardian: 0.005
|
||||||
|
hoglin: 0.03
|
||||||
|
horse:
|
||||||
|
black: 0.27
|
||||||
|
brown: 0.27
|
||||||
|
chestnut: 0.27
|
||||||
|
creamy: 0.27
|
||||||
|
dark_brown: 0.27
|
||||||
|
gray: 0.27
|
||||||
|
white: 0.27
|
||||||
|
husk: 0.06
|
||||||
|
illusioner: 0.25
|
||||||
|
iron_golem: 0.05
|
||||||
|
llama:
|
||||||
|
brown: 0.24
|
||||||
|
creamy: 0.24
|
||||||
|
gray: 0.24
|
||||||
|
white: 0.24
|
||||||
|
magma_cube: 0.005
|
||||||
|
mule: 0.2
|
||||||
|
mushroom_cow:
|
||||||
|
red: 0.1
|
||||||
|
brown: 0.1
|
||||||
|
ocelot: '0.20'
|
||||||
|
panda:
|
||||||
|
aggressive: 0.27
|
||||||
|
brown: 0.27
|
||||||
|
lazy: 0.27
|
||||||
|
normal: 0.27
|
||||||
|
playful: 0.27
|
||||||
|
weak: 0.27
|
||||||
|
worried: 0.27
|
||||||
|
parrot:
|
||||||
|
blue: 0.25
|
||||||
|
cyan: 0.25
|
||||||
|
gray: 0.25
|
||||||
|
green: 0.25
|
||||||
|
red: 0.25
|
||||||
|
phantom: 0.1
|
||||||
|
pig: 0.01
|
||||||
|
piglin: 0.04
|
||||||
|
piglin_brute: 0.1
|
||||||
|
pig_zombie: 0.005
|
||||||
|
pillager: 0.025
|
||||||
|
polar_bear: 0.2
|
||||||
|
pufferfish: 0.15
|
||||||
|
rabbit:
|
||||||
|
black: 0.26
|
||||||
|
black_and_white: 0.26
|
||||||
|
brown: 0.26
|
||||||
|
gold: 0.26
|
||||||
|
salt_and_pepper: 0.26
|
||||||
|
the_killer_bunny: 1.0
|
||||||
|
toast: 0.26
|
||||||
|
white: 0.26
|
||||||
|
ravager: 0.25
|
||||||
|
salmon: 0.1
|
||||||
|
sheep:
|
||||||
|
black: 0.0175
|
||||||
|
blue: 0.0175
|
||||||
|
brown: 0.0175
|
||||||
|
cyan: 0.0175
|
||||||
|
gray: 0.0175
|
||||||
|
green: 0.0175
|
||||||
|
jeb_: 0.1
|
||||||
|
light_blue: 0.0175
|
||||||
|
light_gray: 0.0175
|
||||||
|
lime: 0.0175
|
||||||
|
magenta: 0.0175
|
||||||
|
orange: 0.0175
|
||||||
|
pink: 0.0175
|
||||||
|
purple: 0.0175
|
||||||
|
red: 0.0175
|
||||||
|
white: 0.0175
|
||||||
|
yellow: 0.0175
|
||||||
|
shulker: 0.05
|
||||||
|
silverfish: 0.05
|
||||||
|
skeleton: 0.025
|
||||||
|
skeleton_horse: 0.2
|
||||||
|
slime: 0.005
|
||||||
|
snowman: 0.05
|
||||||
|
spider: 0.005
|
||||||
|
squid: 0.05
|
||||||
|
stray: 0.06
|
||||||
|
strider: 0.1
|
||||||
|
trader_llama:
|
||||||
|
brown: 0.24
|
||||||
|
creamy: 0.24
|
||||||
|
gray: 0.24
|
||||||
|
# ########################################
|
||||||
|
white: 0.24
|
||||||
|
tropical_fish: 0.1
|
||||||
|
turtle: 0.1
|
||||||
|
vex: 0.1
|
||||||
|
villager:
|
||||||
|
desert:
|
||||||
|
armorer: 1.0
|
||||||
|
butcher: 1.0
|
||||||
|
cartographer: 1.0
|
||||||
|
cleric: 1.0
|
||||||
|
farmer: 1.0
|
||||||
|
fisherman: 1.0
|
||||||
|
fletcher: 1.0
|
||||||
|
leatherworker: 1.0
|
||||||
|
librarian: 1.0
|
||||||
|
mason: 1.0
|
||||||
|
nitwit: 1.0
|
||||||
|
none: 1.0
|
||||||
|
shepherd: 1.0
|
||||||
|
toolsmith: 1.0
|
||||||
|
weaponsmith: 1.0
|
||||||
|
jungle:
|
||||||
|
armorer: 1.0
|
||||||
|
butcher: 1.0
|
||||||
|
cartographer: 1.0
|
||||||
|
cleric: 1.0
|
||||||
|
farmer: 1.0
|
||||||
|
fisherman: 1.0
|
||||||
|
fletcher: 1.0
|
||||||
|
leatherworker: 1.0
|
||||||
|
librarian: 1.0
|
||||||
|
mason: 1.0
|
||||||
|
nitwit: 1.0
|
||||||
|
none: 1.0
|
||||||
|
shepherd: 1.0
|
||||||
|
toolsmith: 1.0
|
||||||
|
weaponsmith: 1.0
|
||||||
|
plains:
|
||||||
|
armorer: 1.0
|
||||||
|
butcher: 1.0
|
||||||
|
cartographer: 1.0
|
||||||
|
cleric: 1.0
|
||||||
|
farmer: 1.0
|
||||||
|
fisherman: 1.0
|
||||||
|
fletcher: 1.0
|
||||||
|
leatherworker: 1.0
|
||||||
|
librarian: 1.0
|
||||||
|
mason: 1.0
|
||||||
|
nitwit: 1.0
|
||||||
|
none: 1.0
|
||||||
|
shepherd: 1.0
|
||||||
|
toolsmith: 1.0
|
||||||
|
weaponsmith: 1.0
|
||||||
|
savanna:
|
||||||
|
armorer: 1.0
|
||||||
|
butcher: 1.0
|
||||||
|
cartographer: 1.0
|
||||||
|
cleric: 1.0
|
||||||
|
farmer: 1.0
|
||||||
|
fisherman: 1.0
|
||||||
|
fletcher: 1.0
|
||||||
|
leatherworker: 1.0
|
||||||
|
librarian: 1.0
|
||||||
|
mason: 1.0
|
||||||
|
nitwit: 1.0
|
||||||
|
none: 1.0
|
||||||
|
shepherd: 1.0
|
||||||
|
toolsmith: 1.0
|
||||||
|
weaponsmith: 1.0
|
||||||
|
snow:
|
||||||
|
armorer: 1.0
|
||||||
|
butcher: 1.0
|
||||||
|
cartographer: 1.0
|
||||||
|
cleric: 1.0
|
||||||
|
farmer: 1.0
|
||||||
|
fisherman: 1.0
|
||||||
|
fletcher: 1.0
|
||||||
|
leatherworker: 1.0
|
||||||
|
librarian: 1.0
|
||||||
|
mason: 1.0
|
||||||
|
nitwit: 1.0
|
||||||
|
none: 1.0
|
||||||
|
shepherd: 1.0
|
||||||
|
toolsmith: 1.0
|
||||||
|
weaponsmith: 1.0
|
||||||
|
swamp:
|
||||||
|
armorer: 1.0
|
||||||
|
butcher: 1.0
|
||||||
|
cartographer: 1.0
|
||||||
|
cleric: 1.0
|
||||||
|
farmer: 1.0
|
||||||
|
fisherman: 1.0
|
||||||
|
fletcher: 1.0
|
||||||
|
leatherworker: 1.0
|
||||||
|
librarian: 1.0
|
||||||
|
mason: 1.0
|
||||||
|
nitwit: 1.0
|
||||||
|
none: 1.0
|
||||||
|
shepherd: 1.0
|
||||||
|
toolsmith: 1.0
|
||||||
|
weaponsmith: 1.0
|
||||||
|
taiga:
|
||||||
|
armorer: 1.0
|
||||||
|
butcher: 1.0
|
||||||
|
cartographer: 1.0
|
||||||
|
cleric: 1.0
|
||||||
|
farmer: 1.0
|
||||||
|
fisherman: 1.0
|
||||||
|
fletcher: 1.0
|
||||||
|
leatherworker: 1.0
|
||||||
|
librarian: 1.0
|
||||||
|
mason: 1.0
|
||||||
|
nitwit: 1.0
|
||||||
|
none: 1.0
|
||||||
|
shepherd: 1.0
|
||||||
|
toolsmith: 1.0
|
||||||
|
weaponsmith: 1.0
|
||||||
|
vindicator: 0.05
|
||||||
|
wandering_trader: 1.0
|
||||||
|
warden: 1.0
|
||||||
|
witch: 0.005
|
||||||
|
wither: 1.0
|
||||||
|
wither_skeleton: 0.025
|
||||||
|
wolf: 0.02
|
||||||
|
zoglin: 0.2
|
||||||
|
zombie: 0.025
|
||||||
|
zombie_horse: 1.0
|
||||||
|
zombie_pigman: 0.005
|
||||||
|
zombified_piglin: 0.005
|
||||||
|
zombie_villager: 0.5
|
98
server/plugins/MoreMobHeads/config.yml
Normal file
|
@ -0,0 +1,98 @@
|
||||||
|
# DO NOT CHANGE VERSION
|
||||||
|
version: 1.0.18
|
||||||
|
# change to false to stop auto-update-check
|
||||||
|
auto_update_check: true
|
||||||
|
# set to true before sending a log about an issue.
|
||||||
|
# logs trace data required to pinpoint where errors are.
|
||||||
|
debug: false
|
||||||
|
# cs_CZ, de_DE, en_US, es_MX, fr_FR, nl_NL, pt_BR, zh_CN
|
||||||
|
lang: en_US
|
||||||
|
|
||||||
|
# Enables fancy ANSI colors in console. (Disable if you're getting weird characters in the console)
|
||||||
|
colorful_console: true
|
||||||
|
|
||||||
|
# set whether plugin gives vanilla heads or MoreMobHeads.
|
||||||
|
vanilla_heads:
|
||||||
|
creeper: false
|
||||||
|
ender_dragon: false
|
||||||
|
skeleton: false
|
||||||
|
wither_skeleton: false
|
||||||
|
zombie: false
|
||||||
|
|
||||||
|
# World settings
|
||||||
|
world:
|
||||||
|
# list of worlds MMH will work in. Blanks means all except for blacklisted worlds
|
||||||
|
# Example (world, world_nether, world_the_end) will drop heads
|
||||||
|
whitelist:
|
||||||
|
# list of worlds MMH will NOT work in.
|
||||||
|
# Example (world_Dungeon) will NOT drop heads
|
||||||
|
blacklist:
|
||||||
|
|
||||||
|
# Mob settings
|
||||||
|
mob:
|
||||||
|
# list of Mobs that MMH will make heads for.
|
||||||
|
# Example (Cat, Fox, Enderman, Piglin) will drop heads.
|
||||||
|
whitelist:
|
||||||
|
# list of Mobs that MMH will NOT make heads for.
|
||||||
|
# Example (Wither_Skeleton, Creeper, Ender_Dragon) will NOT drop heads.
|
||||||
|
blacklist:
|
||||||
|
# Should players with permission moremobheads.nametag be able to give certain mobs player heads using nametags?
|
||||||
|
nametag: false
|
||||||
|
|
||||||
|
lore:
|
||||||
|
# set whether Killed by is added to lore.
|
||||||
|
show_killer: true
|
||||||
|
# set whether MoreMobHeads is added to lore.
|
||||||
|
show_plugin_name: false
|
||||||
|
|
||||||
|
wandering_trades:
|
||||||
|
# set whether wandering traders trade heads.
|
||||||
|
custom_wandering_trader: true
|
||||||
|
# should wandering traders keep their default trades?
|
||||||
|
keep_default_trades: true
|
||||||
|
# Player heads settings
|
||||||
|
player_heads:
|
||||||
|
# set if player heads from wandering traders should be enabled
|
||||||
|
enabled: false
|
||||||
|
# set the minimum and maximum number of player heads the wandering trader will have. default=0,3
|
||||||
|
min: 0
|
||||||
|
max: 3
|
||||||
|
# Block heads settings
|
||||||
|
block_heads:
|
||||||
|
# set if block heads from wandering traders should be enabled
|
||||||
|
enabled: true
|
||||||
|
# set the minimum and maximum number of block heads the wandering trader will have. default=0,5
|
||||||
|
# For 1.14-1.15 blocks
|
||||||
|
pre_116:
|
||||||
|
min: 0
|
||||||
|
max: 5
|
||||||
|
# For 1.16 blocks
|
||||||
|
is_116:
|
||||||
|
min: 0
|
||||||
|
max: 5
|
||||||
|
# For 1.17 blocks
|
||||||
|
is_117:
|
||||||
|
min: 0
|
||||||
|
max: 5
|
||||||
|
# Custom trades settings
|
||||||
|
custom_trades:
|
||||||
|
# set if custom trades from wandering traders should be enabled
|
||||||
|
enabled: false
|
||||||
|
# set the minimum and maximum number of custom trades the wandering trader will have. default=0,5
|
||||||
|
min: 0
|
||||||
|
max: 5
|
||||||
|
|
||||||
|
# set if looting is applied or not.
|
||||||
|
apply_looting: true
|
||||||
|
|
||||||
|
# Player name whitelist and blacklist settings.
|
||||||
|
whitelist:
|
||||||
|
# false will not use whitelist, true will use whitelist
|
||||||
|
enforce: false
|
||||||
|
# seperate player names with commas "Xisumavoid, falsesymmetry, etc."
|
||||||
|
player_head_whitelist: names_go_here
|
||||||
|
blacklist:
|
||||||
|
# false will not use blacklist, true will use blacklist
|
||||||
|
enforce: false
|
||||||
|
# seperate player names with commas "JoeHillsSays, TinFoilChef, etc."
|
||||||
|
player_head_blacklist: names_go_here
|
37
server/plugins/Multiverse-Core/config.yml
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# ------------------------------------------------------------------------- #
|
||||||
|
# This is the MV2 Config. If you mess it up, copy the values out #
|
||||||
|
# delete it, and it will be regenerated. Then use the ingame interface #
|
||||||
|
# to add your values back via the "/mv conf" command. #
|
||||||
|
# When in-game, simply type: "/mv conf ?" for help. #
|
||||||
|
# A config with explanations can be found here: #
|
||||||
|
# https://github.com/Multiverse/Multiverse-Core/wiki/config.yml #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
|
||||||
|
# #
|
||||||
|
# Do NOT delete this line from your config!!!! #
|
||||||
|
# ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration #
|
||||||
|
# #
|
||||||
|
# IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
|
||||||
|
# ------------------------------------------------------------------------- #
|
||||||
|
|
||||||
|
multiverse-configuration:
|
||||||
|
==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
|
||||||
|
enforceaccess: 'false'
|
||||||
|
prefixchat: 'true'
|
||||||
|
prefixchatformat: '[%world%]%chat%'
|
||||||
|
useasyncchat: 'true'
|
||||||
|
teleportintercept: 'true'
|
||||||
|
firstspawnoverride: 'true'
|
||||||
|
displaypermerrors: 'true'
|
||||||
|
enablebuscript: 'true'
|
||||||
|
globaldebug: '0'
|
||||||
|
silentstart: 'false'
|
||||||
|
messagecooldown: '5000'
|
||||||
|
version: '2.9'
|
||||||
|
firstspawnworld: world
|
||||||
|
teleportcooldown: '1000'
|
||||||
|
defaultportalsearch: 'true'
|
||||||
|
portalsearchradius: '128'
|
||||||
|
autopurge: 'true'
|
||||||
|
idonotwanttodonate: 'false'
|