/UndoArea: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| 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 | |uses=/UndoArea Blocks Player | ||
/UndoArea | /UndoArea Blocks * | ||
/UndoArea Time Player | |||
/UndoArea Time * | |||
|cat=Moderation | |cat=Moderation | ||
|perm={{perm|UndoOthersActions}} | |perm={{perm|UndoOthersActions}} | ||
| Line 11: | Line 16: | ||
|v=0.600 | |v=0.600 | ||
|}} | |}} | ||
Reverses changes made by | Reverses changes made by given player(s) in the current world, in the given area. Asks for a selection to be made, similar to [[/Cuboid]]. Always asks for confirmation before undoing anything. If you'd like to look for changes on the whole map at once, use [[/UndoPlayer]] instead. | ||
==<code>/UndoArea PlayerName | ==<code>/UndoArea BlockCount PlayerName [AnotherName...]</code>== | ||
:Reverses the given number of block changes made by the player in the area. | :Reverses the given number of block changes made by the player in the area. | ||
==<code>/UndoArea PlayerName | ==<code>/UndoArea BlockCount *</code>== | ||
:Reverses the given number of block changes made ANY/ALL players in the area. Requires {{perm|UndoAll}} permission. | |||
==<code>/UndoArea TimeSpan PlayerName [AnotherName...]</code>== | |||
:Reserves block changes made by the given player in the area within a certain time interval. Accepts the [[Time_formatting|common time format]]. | :Reserves block changes made by the given player in the area within a certain time interval. Accepts the [[Time_formatting|common time format]]. | ||
==<code>/UndoArea TimeSpan *</code>== | |||
:Reserves block changes made by ANY/ALL players in the area within a certain time interval. Requires {{perm|UndoAll}} permission. | |||
==Related Commands== | ==Related Commands== | ||
:[[/UndoPlayer]] | :[[/UndoPlayer]] | ||
:[[/BlockDB]] | |||
{{LastUpdated| | {{LastUpdated|1650}} | ||
Revision as of 06:07, 21 August 2012
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 * |
| Category | Moderation |
| Required permissions | UndoOthersActions |
| Usable from console? | No |
| Introduced in | fCraft 0.600 |
Reverses changes made by given player(s) in the current world, in the given area. Asks for a selection to be made, similar to /Cuboid. Always asks for confirmation before undoing anything. 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 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 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. Requires UndoAll permission.