/UndoPlayer: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{notice|Prior to fCraft 0.630, order of parameters was reversed: <code>/UndoPlayer PlayerName BlockCount</code> and <code>/UndoPlayer PlayerName TimeSpan</code>}} | |||
{{CommandBox | {{CommandBox | ||
|name=UndoPlayer | |name=UndoPlayer | ||
|purpose=Undoes block changes in a world. | |purpose=Undoes block changes in a world. | ||
|aliases=/UP, /UndoX | |aliases=/UP, /UndoX | ||
|uses=/UndoPlayer | |uses=/UndoPlayer Blocks Player | ||
/UndoPlayer | /UndoPlayer Blocks * | ||
/UndoPlayer Time Player | |||
/UndoPlayer Time * | |||
|cat=Moderation | |cat=Moderation | ||
|perm={{ | |perm={{rperm|UndoOthersActions}} | ||
|console=No | |console=No | ||
|v=0.600 | |v=0.600 | ||
|}} | |}} | ||
Reverses changes made by | Reverses changes made by given player(s) in the current world. One or more player name can be listed, separated by spaces. Always asks for confirmation before undoing anything. Unlike {{cmd|UndoArea}}, this command does NOT ask for a selection. Instead it looks for block changes on the whole map. | ||
==<code>/UndoPlayer PlayerName | ==<code>/UndoPlayer BlockCount PlayerName [AnotherName...]</code>== | ||
:Reverses the given number of block changes made by the player. | :Reverses the given number of block changes made by the player. | ||
==<code>/UndoPlayer PlayerName | ==<code>/UndoPlayer BlockCount *</code>== | ||
:Reverses the given number of block changes made by ANY/ALL players on this map. Requires {{rperm|UndoAll}} permission. | |||
==<code>/UndoPlayer TimeSpan PlayerName [AnotherName...]</code>== | |||
:Reserves all changes made by the given player within a certain time interval. Accepts the [[Time_formatting|common time format]]. | :Reserves all changes made by the given player within a certain time interval. Accepts the [[Time_formatting|common time format]]. | ||
==<code>/UndoPlayer TimeSpan *</code>== | |||
:Reserves all changes made by ANY/ALL players within a certain time interval. Requires {{perm|UndoAll}} permission. | |||
==Related Commands== | ==Related Commands== | ||
*{{cmd|UndoPlayerNot}} | |||
*{{cmd|UndoArea}} | |||
*{{cmd|UndoAreaNot}} | |||
*{{cmd|BlockInfo}} | |||
{{LastUpdated| | {{LastUpdated|1650}} | ||
Latest revision as of 04:21, 26 August 2012
Prior to fCraft 0.630, order of parameters was reversed: /UndoPlayer PlayerName BlockCount and /UndoPlayer PlayerName TimeSpan
|
| Command | |
| UndoPlayer Undoes block changes in a world. | |
|---|---|
| Aliases | /UP, /UndoX |
| Usage |
/UndoPlayer Blocks Player /UndoPlayer Blocks * /UndoPlayer Time Player /UndoPlayer 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. One or more player name can be listed, separated by spaces. Always asks for confirmation before undoing anything. Unlike /UndoArea, this command does NOT ask for a selection. Instead it looks for block changes on the whole map.
/UndoPlayer BlockCount PlayerName [AnotherName...]
- Reverses the given number of block changes made by the player.
/UndoPlayer BlockCount *
- Reverses the given number of block changes made by ANY/ALL players on this map. Requires UndoAll permission.
/UndoPlayer TimeSpan PlayerName [AnotherName...]
- Reserves all changes made by the given player within a certain time interval. Accepts the common time format.
/UndoPlayer TimeSpan *
- Reserves all changes made by ANY/ALL players within a certain time interval. Requires UndoAll permission.