aboutsummaryrefslogtreecommitdiff
path: root/assets/manual.html.LyXconv
diff options
context:
space:
mode:
authorywang <yw05@forksworld.de>2021-05-30 12:16:09 +0200
committerywang <yw05@forksworld.de>2021-11-05 20:28:38 +0100
commit22994705235dfcdfbdc9966a9ba037d657188b5a (patch)
tree72006d8f6e2569de30b97526ab129d1ce85588dc /assets/manual.html.LyXconv
parent8793c8bd48eb37f7807f9f1df942ed7226b934e8 (diff)
downloadadvtrains-22994705235dfcdfbdc9966a9ba037d657188b5a.tar.gz
advtrains-22994705235dfcdfbdc9966a9ba037d657188b5a.tar.bz2
advtrains-22994705235dfcdfbdc9966a9ba037d657188b5a.zip
round speed limit if needed
Diffstat (limited to 'assets/manual.html.LyXconv')
0 files changed, 0 insertions, 0 deletions
span class="hl str"> users (for example, anticheat mods). ## Chat commands The mod provides the following chat commands. All commands require the `ban` privilege. ### `xban` Bans a player permanently. **Usage:** `/xban <player_or_ip> <reason>` **Example:** `/xban 127.0.0.1 Some reason.` ### `xtempban` Bans a player temporarily. **Usage:** `/xtempban <player_or_ip> <time> <reason>` The `time` parameter is a string in the format `<count><unit>` where `<unit>` is one of `s` for seconds, `m` for minutes, `h` for hours, `D` for days, `W` for weeks, `M` for months, or `Y` for years. If the unit is omitted, it is assumed to mean seconds. For example, `42s` means 42 seconds, `1337m` 1337 minutes, and so on. You can chain more than one such group and they will add up. For example, `1Y3M3D7h` will ban for 1 year, 3 months, 3 days and 7 hours. **Example:** `/xtempban Joe 3600 Some reason.` ### `xunban` Unbans a player. **Usage:** `/xunban <player_or_ip> <reason>` **Example:** `/xunban Joe has promised not to grief again` ### `xnote` Adds a note to a player's record **Usage:** `/xnote <player_or_ip> <note>` **Example:** `/xunban Joe has behaved suspiciously ### `xkick` Same as `xban`, only that it kicks the player instead of banning.` ### `xban_record` Shows the ban record on chat. **Usage:** `/xban_record <player_or_ip>` This prints one ban entry per line, with the time the ban came into effect, the expiration time (if applicable), the reason, and the source of the ban. The record is printed to chat with one entry per line. **Example:** `/xban_record Joe` ### `xban_wl` Manages the whitelist. **Usage:** `/xban_wl (add|del|get) <player_or_ip>` Whitelisted players are allowed on the server even if it's otherwise marked as banned. This is useful to only allow certain users from shared computers, for example. The `add` subcommand adds the player to the whitelist. The `del` subcommand removes the player from the whitelist. The `get` subcommand checks if the player is in the whitelist, and prints the status to chat. **Example:** `/xban_record add Jane` ### `xban_gui` Shows a form to consult the database interactively. **Usage:** `/xban_gui` ## Administrator commands The following commands require the `server` privilege, so they are only available to server administrators. ### `xban_dbi` Imports ban entries from other database formats. **Usage:** `/xban_dbi <importer>` The `importer` argument specifies from which database to import. These are the supported import plugins at the time of writing: * `minetest`: Import entries from Minetest's ban list (`ipban.txt`).