/SphereH: Difference between revisions
Appearance
Created page with "{{CommandBox |name=SphereH |purpose=Creates a hollow sphere out of blocks. |aliases=Sph, HSphere |uses=/SphereH /SphereH BlockType /SphereH Outer Inner |cat=Building |perm={..." |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|name=SphereH | |name=SphereH | ||
|purpose=Creates a hollow sphere out of blocks. | |purpose=Creates a hollow sphere out of blocks. | ||
|aliases= | |aliases=SpH, HSphere | ||
|uses=/SphereH | |uses=/SphereH | ||
| Line 20: | Line 20: | ||
==<code>/SphereH <BlockType></code>== | ==<code>/SphereH <BlockType></code>== | ||
{{BrushNotice}} | |||
:Surrounds the area with a given block type. | :Surrounds the area with a given block type. | ||
==<code>/SphereH OuterBlockType InnerBlockType</code>== | ==<code>/SphereH <OuterBlockType> <InnerBlockType></code>== | ||
{{BrushNotice}} | |||
:Surrounds the area with <code>OuterBlockType</code>, and fills the inside with <code>InnerBlockType</code> | :Surrounds the area with <code>OuterBlockType</code>, and fills the inside with <code>InnerBlockType</code> | ||
==Customizing / | ==Customizing /SphereH behavior== | ||
{{CustomizingDrawCommandBehavior}} | {{CustomizingDrawCommandBehavior}} | ||
==Related Commands== | |||
:*{{cmd|Sphere}} | |||
:*{{cmd|Ellipsoid}} | |||
:*{{cmd|EllipsoidH}} | |||
{{LastUpdated|1650}} | {{LastUpdated|1650}} | ||
Latest revision as of 10:44, 25 August 2013
| Command | |
| SphereH Creates a hollow sphere out of blocks. | |
|---|---|
| Aliases | SpH, HSphere |
| Usage |
/SphereH /SphereH BlockType /SphereH Outer Inner |
| Category | Building |
| Required permissions | Draw, DrawAdvanced |
| Usable from console? | No |
| Introduced in | fCraft 0.506 |
Surrounds a spherical area (sphere) with a shell of blocks, leaving the inside untouched. If a second blocktype is given, inside is filled instead. After entering the command you need to mark the center of the sphere first, then the edge of the sphere. You can do that either by clicking the blocks (building or deleting works), or using the /Mark command. The distance between first and second mark is the radius of the sphere. The results of /SphereH can be undone using /Undo.
/SphereH
- Fills the area with the block that you are currently holding.
/SphereH <BlockType>
- This information only applies when command is used with the Normal brush.
- Surrounds the area with a given block type.
/SphereH <OuterBlockType> <InnerBlockType>
- This information only applies when command is used with the Normal brush.
- Surrounds the area with
OuterBlockType, and fills the inside withInnerBlockType
Customizing /SphereH behavior
- The volume of blocks that can be drawn at once can be limited per-rank. See "Draw limit" field on ConfigGUI's Ranks tab. If you are editing
config.xmlmanually, set the "drawLimit" attribute on the<Rank>tag. - Being able to undo a command requires storing a backup of an area of the map. This may take up significant amounts of memory. By default, fCraft limits
/Undoto the first 2,000,000 blocks that are drawn. You can change this (or remove the limit entirely) via MaxUndo config key.