/Import: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
|purpose=Imports ranks or bans | |purpose=Imports ranks or bans | ||
|aliases= | |aliases= | ||
|uses=/Import | |uses=/Import Bans MCSharp <File> | ||
/Import | /Import Bans CommandBook <File> | ||
/Import Ranks MCSharp <File> <Rank> | |||
|cat=Maintenance | |cat=Maintenance | ||
|perm=Import | |perm=Import | ||
| Line 17: | Line 19: | ||
:Imports a list of banned players and/or IP addresses from a file. One player name or IP address per line. [[/BanInfo]] for affected players will show the command caller's name, and "(import from MCSharp)" as the ban reason. | :Imports a list of banned players and/or IP addresses from a file. One player name or IP address per line. [[/BanInfo]] for affected players will show the command caller's name, and "(import from MCSharp)" as the ban reason. | ||
==<code>/Import Bans CommandBook | ==<code>/Import Bans CommandBook <File></code>== | ||
:Imports ban data from the [http://dev.bukkit.org/server-mods/commandbook/ CommandBook bukkit plugin]. Player name, ban date, and ban memo/reason are imported. | :Imports ban data from the [http://dev.bukkit.org/server-mods/commandbook/ CommandBook bukkit plugin]. The file is usually named "bans.csv". Player name, ban date, and ban memo/reason are imported. | ||
==<code>/Import Ranks MCSharp <File> <Rank></code>== | ==<code>/Import Ranks MCSharp <File> <Rank></code>== | ||
Revision as of 08:52, 5 July 2012
| Command | |
| Import Imports ranks or bans | |
|---|---|
| Usage |
/Import Bans MCSharp <File> /Import Bans CommandBook <File> /Import Ranks MCSharp <File> <Rank> |
| Category | Maintenance |
| Required permissions | Import |
| Usable from console? | Yes |
| Introduced in | fCraft 0.421 |
Imports data from formats used by other servers. Currently only files from MCSharp-related software are supported (MCSharp, MCZall, MCLawl, MCForge, MCStorm, etc).
/Import Bans MCSharp <File>
- Imports a list of banned players and/or IP addresses from a file. One player name or IP address per line. /BanInfo for affected players will show the command caller's name, and "(import from MCSharp)" as the ban reason.
/Import Bans CommandBook <File>
- Imports ban data from the CommandBook bukkit plugin. The file is usually named "bans.csv". Player name, ban date, and ban memo/reason are imported.
/Import Ranks MCSharp <File> <Rank>
- Imports a list of players from a file, and assigns them the given rank. One player name per line. /Info for affected players will show the command caller's name, and "(import from MCSharp)" as the promotion/demotion reason.