Compare commits
2 Commits
4496db5a39
...
e897e7e00a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e897e7e00a | ||
|
|
ad3486e0dc |
7
CHANGES.md
Normal file
7
CHANGES.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Changes
|
||||
In the `plugins` folder, there lists configs that have been changed. Copy these over to the plugin folder via FTP or similar methods to apply.
|
||||
|
||||
## Changelog
|
||||
|
||||
- 6/11/2025
|
||||
- Changed Multiverse-Portals to not use wooden pickaxe and instead use command_block_minecart.
|
||||
@@ -17,19 +17,16 @@ services:
|
||||
8VMk6P0I
|
||||
3wmN97b8
|
||||
Hn8OHmqL
|
||||
z4mHgUYG
|
||||
a8UoyV2h
|
||||
lJFOpcEj
|
||||
5QNgOj66
|
||||
1apsbntF
|
||||
Pw3KRjwE
|
||||
pwCm0TtE
|
||||
C9BKEl8Y
|
||||
tRdRT5jS
|
||||
YrkmSvXh
|
||||
BITzwT7B
|
||||
swbUV1cr
|
||||
gG7VFbG0
|
||||
OhduvhIc
|
||||
9eGKb6K1
|
||||
fALzjamp
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -49,16 +49,6 @@
|
||||
"purpur"
|
||||
]
|
||||
},
|
||||
"z4mHgUYG": {
|
||||
"name": "InteractionVisualizer",
|
||||
"description": "Visualize Crafting Tables, Furnaces, Enchantment Tables and more with animations through packets!",
|
||||
"url": "https://modrinth.com/plugin/interactionvisualizer",
|
||||
"server_support": [
|
||||
"paper",
|
||||
"purpur",
|
||||
"spigot"
|
||||
]
|
||||
},
|
||||
"a8UoyV2h": {
|
||||
"name": "BlueMap Marker Manager",
|
||||
"description": "BlueMap extension - Add a marker command to easily setup your markers & marker sets ingame without touching any configs",
|
||||
@@ -126,18 +116,6 @@
|
||||
"spigot"
|
||||
]
|
||||
},
|
||||
"C9BKEl8Y": {
|
||||
"name": "ajLeaderboards",
|
||||
"description": " Create leaderboards for almost anything! ",
|
||||
"url": "https://modrinth.com/plugin/ajleaderboards",
|
||||
"server_support": [
|
||||
"bukkit",
|
||||
"folia",
|
||||
"paper",
|
||||
"purpur",
|
||||
"spigot"
|
||||
]
|
||||
},
|
||||
"tRdRT5jS": {
|
||||
"name": "Click Mobs",
|
||||
"description": "Click to pick up any mob into your inventory and carry them around!",
|
||||
@@ -188,26 +166,6 @@
|
||||
"sponge"
|
||||
]
|
||||
},
|
||||
"gG7VFbG0": {
|
||||
"name": "TAB",
|
||||
"description": "An all-in-one solution that works",
|
||||
"url": "https://modrinth.com/plugin/tab-was-taken",
|
||||
"server_support": [
|
||||
"bukkit",
|
||||
"bungeecord",
|
||||
"fabric",
|
||||
"folia",
|
||||
"forge",
|
||||
"neoforge",
|
||||
"paper",
|
||||
"purpur",
|
||||
"quilt",
|
||||
"spigot",
|
||||
"sponge",
|
||||
"velocity",
|
||||
"waterfall"
|
||||
]
|
||||
},
|
||||
"OhduvhIc": {
|
||||
"name": "Veinminer",
|
||||
"description": "Mine the whole vine on mining a single ore. Known feature by modpacks and pvp games like UHC (quick mine)",
|
||||
|
||||
67
plugins/Multiverse-Portals/config.yml
Normal file
67
plugins/Multiverse-Portals/config.yml
Normal file
@@ -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.<portal-name>`
|
||||
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
|
||||
Reference in New Issue
Block a user