mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Fixed a LOT of links
parent
9b38ea55ac
commit
212ab49bfe
@ -157,12 +157,12 @@ Creates a new world and loads it.
|
||||
`/mv create my_cloud_world -g SkyLandsPlus NORMAL`
|
||||
`/mv create flat_world NORMAL -t FLAT`
|
||||
`/mv create "My World with spaces in the name" NORMAL` [***](#a-note-about-spaces-in-world-names)
|
||||
`/mv create "My Seed World" NORMAL -s gargamel` [***](#wiki-spacesnote)
|
||||
`/mv create "My Seed World" NORMAL -s "Seed With Spaces!"` [***](#wiki-spacesnote)
|
||||
`/mv create "My Seed World" NORMAL -s gargamel` [***](#a-note-about-spaces-in-world-names)
|
||||
`/mv create "My Seed World" NORMAL -s "Seed With Spaces!"` [***](#a-note-about-spaces-in-world-names)
|
||||
`/mv create moon NORMAL -g BukkitFullOfMoon`
|
||||
`/mv create "Custom world with a generator and an ID" NORMAL -g BukkitFullOfMoon:Dinnerbone` [***](#wiki-spacesnote)
|
||||
`/mv create "Custom generator world with seed" NORMAL -g BukkitFullOfMoon:Dinnerbone -s gargamel` [***](#wiki-spacesnote)
|
||||
`/mv create example NORMAL -g "BananaGen:hilly,tscale=35.0,terrainheight=15.0,notorches"` [***](#wiki-spacesnote)
|
||||
`/mv create "Custom world with a generator and an ID" NORMAL -g BukkitFullOfMoon:Dinnerbone` [***](#a-note-about-spaces-in-world-names)
|
||||
`/mv create "Custom generator world with seed" NORMAL -g BukkitFullOfMoon:Dinnerbone -s gargamel` [***](#a-note-about-spaces-in-world-names)
|
||||
`/mv create example NORMAL -g "BananaGen:hilly,tscale=35.0,terrainheight=15.0,notorches"` [***](#a-note-about-spaces-in-world-names)
|
||||
### Aliases:
|
||||
`/mv create ...`
|
||||
`/mvc ...`
|
||||
@ -170,12 +170,12 @@ Creates a new world and loads it.
|
||||
### Permission:
|
||||
`multiverse.core.create`
|
||||
### Details:
|
||||
The create command allows you to add new worlds to your server thus allowing many different worlds of many different types. Each world has many properties that you can edit and tweak. Please see the [[World Properties]] page for information on each of these settings. In addition, you can modify worlds **in game** by using the [`/mv modify`](#wiki-modify) command. Please see the appropriate section below for [[Seeds|World-Properties#wiki-seeds]] or [[Custom Generators|World-Properties#wiki-generators]].
|
||||
The create command allows you to add new worlds to your server thus allowing many different worlds of many different types. Each world has many properties that you can edit and tweak. Please see the [[World Properties]] page for information on each of these settings. In addition, you can modify worlds **in game** by using the [`/mv modify`](#modify-command) command. Please see the appropriate section below for [Seeds](World-Properties#seeds) or [Custom Generators](World-Properties#generators).
|
||||
|
||||
---
|
||||
|
||||
#### World Name and Environment
|
||||
When you are going to create a new world you MUST specify a name and environment. Valid environments can be seen by using [`/mv env`](#wiki-env). Your world names **CAN** have spaces[***](#wiki-spacesnote), but we recommend you keep your folder names sensible and use the [[Alias Feature|World-Properties#wiki-alias]]
|
||||
When you are going to create a new world you MUST specify a name and environment. Valid environments can be seen by using [`/mv env`](#environment-command). Your world names **CAN** have spaces[***](#a-note-about-spaces-in-world-names), but we recommend you keep your folder names sensible and use the [Alias Feature](World-Properties#wiki-alias)
|
||||
|
||||
---
|
||||
|
||||
@ -225,7 +225,7 @@ OR
|
||||
---
|
||||
|
||||
####<a name="spacesnote">\*\*\*</a>A note about spaces in world names:
|
||||
You should know that if you decide to use spaces in your world name that whenever people want to use [`/mv tp`](#wiki-teleport), [`/mv modify`](#wiki-modify) or any command that takes the world name as a param, they will have to surround the name in quotes, like so:
|
||||
You should know that if you decide to use spaces in your world name that whenever people want to use [`/mv tp`](#teleport-command), [`/mv modify`](#modify-command) or any command that takes the world name as a param, they will have to surround the name in quotes, like so:
|
||||
|
||||
`/mv tp "My world name with spaces"`
|
||||
|
||||
@ -244,7 +244,7 @@ Imports an existing world folder.
|
||||
`/mv import my_world NORMAL`
|
||||
`/mv import my_hell NETHER`
|
||||
`/mv import my_cloud_world SKYLANDS`
|
||||
`/mv import "My World with spaces in the name" NORMAL`[\*\*\*](#wiki-spacesnote)
|
||||
`/mv import "My World with spaces in the name" NORMAL`[\*\*\*](#a-note-about-spaces-in-world-names)
|
||||
`/mv import moon NORMAL -g BukkitFullOfMoon`
|
||||
#### Aliases:
|
||||
`/mv import ...`
|
||||
@ -273,7 +273,7 @@ Reloads worlds.yml and `[[config.yml]]`.
|
||||
#### Permission:
|
||||
`multiverse.core.reload`
|
||||
#### Details:
|
||||
The reload command will reload any Multiverse-Core as well as __any Official Multiverse Plugin__ configs. Any values currently loaded into memory will be replaced with the config values. These configs also get reloaded on plugin load/server restart, so there is no need to use if after one of those. Any value in `worlds.yml` can be modified in game by using the `[/mvmodify](#wiki-modify)`command
|
||||
The reload command will reload any Multiverse-Core as well as __any Official Multiverse Plugin__ configs. Any values currently loaded into memory will be replaced with the config values. These configs also get reloaded on plugin load/server restart, so there is no need to use if after one of those. Any value in `worlds.yml` can be modified in game by using the `[/mvmodify](#modify-command)`command
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -293,7 +293,7 @@ Sets the respawn point for the current world.
|
||||
#### Permission:
|
||||
`multiverse.core.spawn.set`
|
||||
#### Details:
|
||||
The set spawn command does exactly what it sounds like. You can walk to where you want players to spawn, type `/mv set spawn` and it's set. To go to the spawn you can use [`/mv spawn`](#wiki-spawn).
|
||||
The set spawn command does exactly what it sounds like. You can walk to where you want players to spawn, type `/mv set spawn` and it's set. To go to the spawn you can use [`/mv spawn`](#spawn-command).
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -347,7 +347,7 @@ The letter(s) at the end are the identifier for the destination. This is the sam
|
||||
|
||||
Even if you have the `multiverse.teleport.other.w` permission, you can only teleport people to worlds where **YOU** can go yourself. This will allow you to teleport a player to a world that they themselves cannot go to, as long as you have the permission to do so.
|
||||
|
||||
Please see the [[FAQ|FAQ#wiki-tp-perms]] for why this change was made (Old permissions were simply `multiverse.core.tp.[self|other]`!
|
||||
Please see the [FAQ](FAQ#wiki-tp-perms) for why this change was made (Old permissions were simply `multiverse.core.tp.[self|other]`!
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -373,7 +373,7 @@ Displays who is in which world(s).
|
||||
Displays who is currently in which worlds. If you want to see who is in a specific world, pass the world name in as the only parameter. By default, `/mv who` will __not__ show worlds that are empty. If you want to see __all__ worlds simply add either `-a` or `--all` to the end of your command: `/mvwho -a`. The `-a`/`--all` flag will __override__ a world provided.
|
||||
|
||||
![An example showing who's in what world](http://i.minus.com/ibNugBltq.png)
|
||||
Here is an example of the `mv who` command in use combined with both [[world aliases and colors|World-properties#wiki-alias]].
|
||||
Here is an example of the `mv who` command in use combined with both [world aliases and colors](World-properties#wiki-alias).
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -395,7 +395,7 @@ Teleports you to the spawn.
|
||||
`multiverse.core.spawn.self`
|
||||
`multiverse.core.spawn.other`
|
||||
#### Details:
|
||||
Allows you to teleport yourself (or another player) to the current world's spawn. If you want to teleport a player to a different world or different location within a world please see [`/mv tp`](#wiki-teleport). This command does tell the teleportee who teleported them, even if it was the console. This is done to prevent admin abuse.
|
||||
Allows you to teleport yourself (or another player) to the current world's spawn. If you want to teleport a player to a different world or different location within a world please see [`/mv tp`](#teleport-command). This command does tell the teleportee who teleported them, even if it was the console. This is done to prevent admin abuse.
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -416,7 +416,7 @@ Unloads a world from the Bukkit server.
|
||||
#### Details:
|
||||
This command will **ONLY** unload the world from the server. It does **NOT** remove it from the Multiverse Configs OR delete the world folder.
|
||||
|
||||
See also: [/`mv remove`](#wiki-remove) and [`/mv delete`](#wiki-delete)
|
||||
See also: [/`mv remove`](#remove-command) and [`/mv delete`](#delete-command)
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -435,7 +435,7 @@ Unloads a world from the Bukkit server and removes it from the MV configs.
|
||||
#### Details:
|
||||
This command will unload the world from the server **AND** remove it from the Multiverse Configs. It will **NOT** delete the world folder.
|
||||
|
||||
See also: [`/mv unload`](#wiki-unload) and [`/mv delete`](#delete)
|
||||
See also: [`/mv unload`](#unload-command) and [`/mv delete`](#delete-command)
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -454,13 +454,13 @@ Unloads a world from the Bukkit server, removes it from the MV configs **AND** _
|
||||
#### Permission:
|
||||
`multiverse.core.delete`
|
||||
#### Details:
|
||||
This command will destroy the life, universe and everything associated with the world you pass as a parameter. For this reason, this command requires [`/mv confirm`](#wiki-confirm). Here is an example usage:
|
||||
This command will destroy the life, universe and everything associated with the world you pass as a parameter. For this reason, this command requires [`/mv confirm`](#confirm-command). Here is an example usage:
|
||||
|
||||
`/mv delete world`
|
||||
|
||||
\*You now have 10 seconds to type [`/mv confirm`](#wiki-confirm) or the world will **NOT** be deleted.\*
|
||||
\*You now have 10 seconds to type [`/mv confirm`](#confirm-command) or the world will **NOT** be deleted.\*
|
||||
|
||||
See also: [`/mv confirm`](#wiki-confirm), [`/mv unload`](#wiki-unload) and [`/mv remove`](#wiki-remove)
|
||||
See also: [`/mv confirm`](#confirm-command), [`/mv unload`](#unload-command) and [`/mv remove`](#remove-command)
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -479,9 +479,9 @@ Confirms an action that could destroy the life, the universe and everything.
|
||||
#### Permission:
|
||||
`multiverse.core.confirm`
|
||||
#### Details:
|
||||
This command will confirm a requested action. See the [`/mv delete`](#wiki-delete) command for an example use. If you fire up your server and type `/mv confirm`, nothing will happen.
|
||||
This command will confirm a requested action. See the [`/mv delete`](#delete-command) command for an example use. If you fire up your server and type `/mv confirm`, nothing will happen.
|
||||
|
||||
See also: [`/mv delete`](#wiki-delete) and [`/mv tp`](#wiki-teleport)
|
||||
See also: [`/mv delete`](#delete-command) and [`/mv tp`](#teleport-command)
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -517,10 +517,10 @@ If you specify the first parameter as `all` All worlds will be purged of the spe
|
||||
#### Description:
|
||||
The modify command has been documented as 4 separate sections for easier documentation. Please see the links below.
|
||||
#### Usage:
|
||||
[`/mv modify set ...`](#wiki-modify_set)
|
||||
[`/mv modify add ...`](#wiki-modify_addremove)
|
||||
[`/mv modify remove ...`](#wiki-modify_addremove)
|
||||
[`/mv modify clear ...`](#wiki-modify_clear)
|
||||
[`/mv modify set ...`](#modify-command-set)
|
||||
[`/mv modify add ...`](#modify-command-addremove)
|
||||
[`/mv modify remove ...`](#modify-command-addremove)
|
||||
[`/mv modify clear ...`](#modify-command-clear)
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -575,7 +575,7 @@ The second item is the type required. This means you cannot do `/mv modify set s
|
||||
#####A note about animals and monsters:
|
||||
The `animals` and `monsters` values when used with `set` will set the overall spawn behavior of animals/monsters. If you have any monsters in the `monsters` list and you `/mv modify set monsters true` you're saying: "I want monsters to spawn, __except__ the ones in the monsters list"
|
||||
|
||||
See also: [`/mv modify {add/remove}`](#wiki-modify_addremove) and [`/mv modify clear`](#wiki-modify_clear)
|
||||
See also: [`/mv modify {add/remove}`](#modify-command-addremove) and [`/mv modify clear`](#modify-command-clear)
|
||||
|
||||
---
|
||||
|
||||
@ -613,7 +613,7 @@ The second item is the type required. This means you cannot do `/mvmodify add fe
|
||||
#####A note about animals and monsters:
|
||||
The `animals` and `monsters` values when used with `add` or `remove` will add or remove __specific__ animals/monsters. If you have the monsters (the boolean one that you can use `set` with) set to true and then add monsters to the list using `/mvmodify add` You are saying "I want monsters to spawn, __except__ the ones in the monsters list"
|
||||
|
||||
See also: [`/mvmodify set`](#modify_set) and [`/mvmodify clear`](#modify_clear)
|
||||
See also: [`/mvmodify set`](#modify-command-set) and [`/mvmodify clear`](#modify-command-clear)
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
@ -645,7 +645,7 @@ The modify clear command lets you clear an entire list without having to use a b
|
||||
|
||||
See the [[World Properties]] page for more detail on these variables.
|
||||
|
||||
See also: [`/mv modify set`](#wiki-modify_set) and [/mv modify {add¦remove}](#wiki-modify_addremove)`
|
||||
See also: [`/mv modify set`](#modify-command-set) and [/mv modify {add¦remove}](#modify-command-addremove)`
|
||||
|
||||
[Back to Top](#wiki-top)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user