mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-04 18:02:36 +01:00
Stuff
This commit is contained in:
parent
9c3fbe54ce
commit
7241720677
@ -24,14 +24,14 @@ worlds:
|
||||
## exceptions: ## We want all animals to spawn so we won't make any exceptions.
|
||||
## monsters:
|
||||
## spawn: false ## We don't want monsters to Spawn because this is a Creative World.
|
||||
## enforced: true ## We wan't to enforce this rule, this means any Monster that was alive during world load/creation will be removed. No monsters can inhabit this world.
|
||||
## enforced: true ## We want to enforce this rule, this means any Monster that was alive during world load/creation will be removed. No monsters can inhabit this world.
|
||||
## exceptions: ## We don't want to make any exceptions to this.
|
||||
## pvp: false ## We wan't to disable PVP because this world is for creativeness only.
|
||||
## pvp: false ## We want to disable PVP because this world is for creativeness only.
|
||||
## worldBlacklist: '' ## We are not blacklisting any worlds so this allows Players to teleport to this world from all other worlds.
|
||||
## playerBlacklist: 'g:Artists' ## We wan't to allow the group 'Artists' into the World.
|
||||
## playerWhitelist: 'g:Griefers' ## We don't want to allow the group 'Griefers' to enter this World.
|
||||
## playerBlacklist: 'g:Griefers' ## We don't want to allow the group 'Artists' into the World.
|
||||
## playerWhitelist: 'g:Artists' ## We want to allow the group 'Griefers' to enter this World.
|
||||
##
|
||||
## nether: ## This world is called 'creative'
|
||||
## nether: ## This world is called 'nether'
|
||||
## environment: NETHER ## Created with a NETHER environment.
|
||||
## animals:
|
||||
## spawn: true ## We want animals to spawn.
|
||||
@ -40,4 +40,4 @@ worlds:
|
||||
## pvp: true ## We want to enable PVP on this World.
|
||||
## worldBlacklist: '' ## We are not blacklisting any worlds so this allows Players to teleport to this world from all other worlds.
|
||||
## playerBlacklist: '' ## We are not blacklisting any players or groups so anyone can enter this world.
|
||||
## playerWhitelist: '' ## Because we have not blacklisted anyone we do not have to Whitelist someone.
|
||||
## playerWhitelist: '' ## Because we have not blacklisted anyone we do not have to Whitelist someone.
|
||||
|
Loading…
Reference in New Issue
Block a user