mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-30 14:34:01 +01:00
Created config.yml (markdown)
parent
8390d87876
commit
9e1c06f873
46
config.yml.md
Normal file
46
config.yml.md
Normal file
@ -0,0 +1,46 @@
|
||||
## Multiverse 2 Core Config
|
||||
Here is the default config that ships with MV2. Note the version number at the bottom. We will (try to) update this page with newer configs when they ship.
|
||||
|
||||
```
|
||||
# How long to leave in between sending a message to the player. (NOT YET IMPLEMENTED)
|
||||
# In Milliseconds - Default is '5000' which is 5 Seconds.
|
||||
# messagecooldown: 5000 - NOT YET IMPLEMENTED
|
||||
|
||||
# How fast are people allowed to use /MVTP (NOT YET IMPLEMENTED)
|
||||
# In Milliseconds - Default is '5000' which is 5 Seconds.
|
||||
# teleportcooldown: 5000 - NOT YET IMPLEMENTED
|
||||
|
||||
# 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
|
||||
worldnameprefix: true
|
||||
|
||||
# If value is set to false, Multiverse will NOT enforce
|
||||
# world access permissions
|
||||
enforceaccess: false
|
||||
|
||||
# If value is set to false, Multiverse will NOT enforce
|
||||
# world access permissions
|
||||
enforcegamemodes: true
|
||||
|
||||
# If you have a world(s) that has monsters = false, and you want to disable the built
|
||||
# in autohealing, set this to true. This will have NO EFFECT if monsters = true for a given world.
|
||||
# MOVED TO PER-WORLD SETTING!!!
|
||||
# DEPRECATED
|
||||
# disableautoheal: false
|
||||
|
||||
# This will use the old style of PVP prevention so you can have zones of PVP
|
||||
# Players will be notified when they punch/shoot and it's not allowed.
|
||||
# MOVED TO PER-WORLD SETTING!!!
|
||||
# DEPRECATED
|
||||
# fakepvp: false
|
||||
|
||||
# When this is enabled, users will spawn at their last bed slept at. If the bed is destroyed or obstructed,
|
||||
# they will spawn according to your mvm respawn rules, and then whatever the server does.
|
||||
bedrespawn: true
|
||||
|
||||
# This just signifies the version number so we can see what version of config you have.
|
||||
# NEVER TOUCH THIS VALUE
|
||||
version: 2.4
|
||||
```
|
Loading…
Reference in New Issue
Block a user