From ad3486e0dcafa4922f6e89ea0e52cb9184d8d4d4 Mon Sep 17 00:00:00 2001 From: Yorgei Date: Thu, 6 Nov 2025 15:14:01 +1000 Subject: [PATCH] remove plugins --- docker-compose.yml | 3 -- plugins/Multiverse-Portals/config.yml | 67 +++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 plugins/Multiverse-Portals/config.yml diff --git a/docker-compose.yml b/docker-compose.yml index e2ecee9..3534997 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,19 +17,16 @@ services: 8VMk6P0I 3wmN97b8 Hn8OHmqL - z4mHgUYG a8UoyV2h lJFOpcEj 5QNgOj66 1apsbntF Pw3KRjwE pwCm0TtE - C9BKEl8Y tRdRT5jS YrkmSvXh BITzwT7B swbUV1cr - gG7VFbG0 OhduvhIc 9eGKb6K1 fALzjamp diff --git a/plugins/Multiverse-Portals/config.yml b/plugins/Multiverse-Portals/config.yml new file mode 100644 index 0000000..635695f --- /dev/null +++ b/plugins/Multiverse-Portals/config.yml @@ -0,0 +1,67 @@ +#-------------------------------------------------------------------------------------------------------# +# # +# __ __ _ _ _ _____ _____ _____ ___ ___ ___ ___ ___ ___ _____ _ _ ___ # +# | \/ | | | | ||_ _|_ _\ \ / / __| _ \/ __| __| | _ \/ _ \| _ \_ _/_\ | | / __| # +# | |\/| | |_| | |__| | | | \ V /| _|| /\__ \ _| | _/ (_) | / | |/ _ \| |__\__ \ # +# |_| |_|\___/|____|_| |___| \_/ |___|_|_\|___/___| |_| \___/|_|_\ |_/_/ \_\____|___/ # +# # +# # +# WIKI: https://mvplugins.org/portals/ # +# DISCORD: https://discord.gg/NZtfKky # +# BUG REPORTS: https://github.com/Multiverse/Multiverse-Portals/issues # +# DONATE: https://github.com/sponsors/Multiverse # +# # +# # +# New options are added to this file automatically. If you manually made changes # +# to this file while your server is running, please run `/mvp reload` command. # +# # +#-------------------------------------------------------------------------------------------------------# + + +portal-creation: + # The item used to select a region to create a mvportal. Run `/mv wand` to start selection. + # This will be ignore if worldedit is used for selection instead. + # Changed from wooden_pickaxe to command_block_minecart so it actually works... + wand-material: command_block_minecart + + # If enabled, water and lava bucket can be used to fill a mvportal. + bucket-filling: true + + # The allowed materials used to create the frame of the portal. + # If the list is empty, all materials are allowed. + frame-materials: [] + + # If enabled, nether/end fills will be cleared when the portal is removed. + # This keeps us from leaving behind portal blocks (which would take an unsuspecting player to the nether when trying to use the mvportal) + clear-on-remove: false + + +portal-usage: + # If enabled, players will not be able to teleport to mvportals they do not have access to. + # The permission node is: `multiverse.portal.access.` + enforce-portal-access: true + + # The time (in milliseconds) a player must wait between using a mvportal. + portal-cooldown: 1000 + + # If enabled, when a mvportal with nether fill that is unusable, either due to invalid destination or lack of permissions, + # will fallback and behave as a normal nether portal teleporting between the nether world. + portals-default-to-nether: false + + # If enabled, the nether blobbing animation will be played before the player is teleported. + # Note: This does not work if the player is in creative mode due to server software limitations. + nether-animation: true + + # If enabled, mvportals will teleport all vehicles along with its passengers when the vehicle enters the portal. + # Vehicles are usually boats, minecarts, pigs and horses. + teleport-vehicles: false + + # If enabled, player movement will be tracked to determine if the player has entered a portal. + # Disabling this will cause mvportals without nether or end fill to not work. + # Only disable this if all your portals have nether or end fill and want to slight enhance performance. + use-on-move: true + + +# This just signifies the version number so we can see what version of config you have. +# NEVER TOUCH THIS VALUE +version: 5.0