Jump to content

/Env: Difference between revisions

From fCraft Wiki
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 19: Line 19:
/Env <World> Edge <Block>
/Env <World> Edge <Block>
|cat=World
|cat=World
|perm=ManageWorlds
|perm={{rperm|ManageWorlds}}
|console=No
|console=No
|v=0.600
|v=0.600
|}}
|}}


Changes environment setting. Changes are only visible to players using World of Minecraft client 1.9+. Any time you make changes, rejoin the world to see the effect. Colors can be specified in either 3-digit or 6-digit hex format, e.g. #F60 or #214365.
Changes environment setting. Changes are only visible to players using World of Minecraft client 1.9+. Any time you make changes, rejoin the world to see the effect. Colors can be specified in either 3-digit or 6-digit hex format, e.g. #F60 or #214365. You can use a tool like [http://www.colorpicker.com/ ColorPicker.com] to find a color you like.
 
'''/Env is disabled by default.''' To enable it, check "Enable WoM environment extensions" in ConfigGUI, or set [[List_of_config_keys#Advanced|WoMEnableEnvExtensions]] to <code>True</code>.


==<code>/Env</code>==
==<code>/Env</code>==
Line 50: Line 52:
:Changes the block texture on edges of the map. Note that not all blocktypes are usable. Use "water" or "normal" to reset.
:Changes the block texture on edges of the map. Note that not all blocktypes are usable. Use "water" or "normal" to reset.


==Images==
==Gallery==
<gallery widths=200px heights=135px perrow=3>
<gallery widths=200px heights=135px perrow=3>
Image:env1.jpg|
Image:env1.jpg|<code>cloud 000 / sky 000 / fog 000</code>
Image:env2.jpg|
Image:env2.jpg|<code>fog 5CF</code>
Image:env3.jpg|
Image:env3.jpg|<code>cloud 000 / sky FC0 / fog F60</code>
Image:env4.jpg|
Image:env4.jpg|<code>cloud FE8 / sky FE8 / fog FE8</code>
Image:env5.png|
Image:env5.png|<code>edge pink</code>
</gallery>
</gallery>


 
{{LastUpdated|1650}}
{{LastUpdated|1109}}

Latest revision as of 03:09, 22 August 2012

Command
Env

Changes world environment settings

Usage

/Env

/Env <World>

/Env <World> Normal

/Env <World> Cloud <Color>

/Env <World> Fog <Color>

/Env <World> Sky <Color>

/Env <World> Level <#>

/Env <World> Edge <Block>

CategoryWorld
Required permissionsManageWorlds
Usable from console?No
Introduced infCraft 0.600


Changes environment setting. Changes are only visible to players using World of Minecraft client 1.9+. Any time you make changes, rejoin the world to see the effect. Colors can be specified in either 3-digit or 6-digit hex format, e.g. #F60 or #214365. You can use a tool like ColorPicker.com to find a color you like.

/Env is disabled by default. To enable it, check "Enable WoM environment extensions" in ConfigGUI, or set WoMEnableEnvExtensions to True.

/Env

Shows environment settings for your current world.

/Env <WorldName>

Shows environment settings for a given current world.

/Env <WorldName> Normal

Resets all environmental settings to default/normal settings.

/Env <WorldName> Cloud <Color>

Changes cloud color for the given world. Use "normal" instead of color to reset.

/Env <WorldName> Fog <Color>

Changes fog color for the given world. Fog is not fully opaque, so color of the sky will shine through. Use "normal" instead of color to reset.

/Env <WorldName> Sky <Color>

Changes sky color for the given world. Use "normal" instead of color to reset.

/Env <WorldName> Level <#>

Changes the altitude/level of the edges of the map, in terms of blocks from the bottom of the map. Default is MapHeight/2. Use "normal" instead of a number to reset.

/Env <WorldName> Edge <Block>

Changes the block texture on edges of the map. Note that not all blocktypes are usable. Use "water" or "normal" to reset.