Difference between revisions of "Moderator manual"
Jump to navigation
Jump to search
(Created page with "Duties of moderators ''' Please note:''' we are all here to have fun! === Responsibilities === * look at the chat now and then * ban or warn offensive players === Benefits...") |
|||
Line 1: | Line 1: | ||
Duties of moderators | Duties of moderators | ||
− | ''' | + | '''Please note:''' we are all here to have fun! |
− | Please note:''' we are all here to have fun! | ||
=== Responsibilities === | === Responsibilities === | ||
Line 10: | Line 9: | ||
=== Benefits === | === Benefits === | ||
* Health insurance / Dental plan | * Health insurance / Dental plan | ||
+ | |||
+ | === Useful commands === | ||
+ | |||
+ | ==== xban2 commands ==== | ||
+ | Mod: | ||
+ | * Source: https://github.com/minetest-mods/xban2 | ||
+ | |||
+ | Commands: | ||
+ | * Permaban: "/xban <player_or_ip> <reason>" | ||
+ | * Tempban: "/xtempban <player_or_ip> <time> <reason>" (time: s=seconds, m=minutes, D=days) | ||
+ | ** Example: "/xtempban SomeDude 7D don't be a dick!" (bans the player "SomeDude" for 7 days) | ||
+ | * Unban: "/xunban <player_or_ip>" | ||
+ | * List records: "/xban_record <player_or_ip>" (shows the ban-records of the player) | ||
+ | |||
+ | ==== geoip ==== | ||
+ | Mod: | ||
+ | * Source: https://github.com/pandorabox-io/geoip | ||
+ | |||
+ | Commands: | ||
+ | * Geo-lookup: "/geoip <playername>" | ||
+ | |||
+ | Privs: | ||
+ | * Requires the '''geoip''' or '''geoip_verbose''' priv | ||
[[Category:Moderation]] | [[Category:Moderation]] |
Revision as of 14:56, 16 May 2019
Duties of moderators
Please note: we are all here to have fun!
Responsibilities
- look at the chat now and then
- ban or warn offensive players
Benefits
- Health insurance / Dental plan
Useful commands
xban2 commands
Mod:
Commands:
- Permaban: "/xban <player_or_ip> <reason>"
- Tempban: "/xtempban <player_or_ip>
- Unban: "/xunban <player_or_ip>"
- List records: "/xban_record <player_or_ip>" (shows the ban-records of the player)
geoip
Mod:
Commands:
- Geo-lookup: "/geoip <playername>"
Privs:
- Requires the geoip or geoip_verbose priv