/UndoPlayer: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
|v=0.600 | |v=0.600 | ||
|}} | |}} | ||
Reverses changes made by | Reverses changes made by given player(s) in the current world. Unlike [[/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 {{perm|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 within a certain time interval. Requires {{perm|UndoAll}} permission. | |||
==Related Commands== | ==Related Commands== | ||
:[[/UndoArea]] | :[[/UndoArea]] | ||
:[[/BlockDB]] | |||
{{LastUpdated|1201}} | {{LastUpdated|1201}} | ||
Revision as of 06:02, 21 August 2012
| Command | |
| UndoPlayer Undoes block changes in a world. | |
|---|---|
| Aliases | /UP, /UndoX |
| Usage |
/UndoPlayer PlayerName Blocks /UndoPlayer PlayerName 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. 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 within a certain time interval. Requires UndoAll permission.