Jump to content

/UndoArea: Difference between revisions

From fCraft Wiki
Created page with "{{CommandBox |name=UndoArea |purpose=Undoes block changes in an area. |aliases=UA |uses=/UndoArea PlayerName Blocks /UndoArea PlayerName Time |cat=Moderation |perm={{Perm|UndoOt..."
 
mNo edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{notice|Prior to fCraft 0.630, order of parameters was reversed: <code>/UndoArea PlayerName BlockCount</code> and <code>/UndoArea PlayerName TimeSpan</code>}}
{{CommandBox
{{CommandBox
|name=UndoArea
|name=UndoArea
|purpose=Undoes block changes in an area.
|purpose=Undoes block changes in an area.
|aliases=UA
|aliases=/UA
|uses=/UndoArea PlayerName Blocks
|uses=/UndoArea Blocks Player


/UndoArea PlayerName Time
/UndoArea Blocks *
 
/UndoArea Time Player
 
/UndoArea Time *
|cat=Moderation
|cat=Moderation
|perm={{Perm|UndoOthersActions}}
|perm={{rperm|UndoOthersActions}}, {{perm|UndoAll}}
|console=No
|console=No
|v=0.600
|v=0.600
|}}
|}}
Reverses changes made by a given player in the current world, in the given area. Asks for a selection to be made, similar to [[/Cuboid]].
Reverses changes made by given player(s) in the current world, in the given area. One or more player name can be listed, separated by spaces. Always asks for confirmation before undoing anything. Asks for a selection to be made, similar to {{cmd|Cuboid}}. If you'd like to look for changes on the whole map at once, use {{cmd|UndoPlayer}} instead.
 
==<code>/UndoArea BlockCount PlayerName [AnotherName...]</code>==
:Reverses the given number of block changes made by the player(s) in the area.
 
==<code>/UndoArea BlockCount *</code>==
:Reverses the given number of block changes made ANY/ALL players in the area. Requires {{perm|UndoAll}} permission.


==<code>/UndoArea PlayerName BlockCount</code>==
==<code>/UndoArea TimeSpan PlayerName [AnotherName...]</code>==
:Reverses the given number of block changes made by the player in the area.
:Reserves block changes made by the given player(s) in the area within a certain time interval. Accepts the [[Time_formatting|common time format]].


==<code>/UndoArea PlayerName TimeSpan</code>==
==<code>/UndoArea TimeSpan *</code>==
:Reserves all changes made by the given player within a certain time interval. Accepts the [[Time_formatting|common time format]].
:Reserves block changes made by ANY/ALL players in the area within a certain time interval. Effectively rolls area back in time. Requires {{perm|UndoAll}} permission.


==Related Commands==
==Related Commands==
:[[/UndoPlayer]]
*{{cmd|UndoAreaNot}}
*{{cmd|UndoPlayer}}
*{{cmd|UndoPlayerNot}}
*{{cmd|BlockInfo}}


{{LastUpdated|1201}}
{{LastUpdated|1650}}

Latest revision as of 15:59, 8 April 2014

Prior to fCraft 0.630, order of parameters was reversed: /UndoArea PlayerName BlockCount and /UndoArea PlayerName TimeSpan
Command
UndoArea

Undoes block changes in an area.

Aliases/UA
Usage

/UndoArea Blocks Player

/UndoArea Blocks *

/UndoArea Time Player

/UndoArea Time *

CategoryModeration
Required permissionsUndoOthersActions, UndoAll
Usable from console?No
Introduced infCraft 0.600

Reverses changes made by given player(s) in the current world, in the given area. One or more player name can be listed, separated by spaces. Always asks for confirmation before undoing anything. Asks for a selection to be made, similar to /Cuboid. If you'd like to look for changes on the whole map at once, use /UndoPlayer instead.

/UndoArea BlockCount PlayerName [AnotherName...]

Reverses the given number of block changes made by the player(s) in the area.

/UndoArea BlockCount *

Reverses the given number of block changes made ANY/ALL players in the area. Requires UndoAll permission.

/UndoArea TimeSpan PlayerName [AnotherName...]

Reserves block changes made by the given player(s) in the area within a certain time interval. Accepts the common time format.

/UndoArea TimeSpan *

Reserves block changes made by ANY/ALL players in the area within a certain time interval. Effectively rolls area back in time. Requires UndoAll permission.