Difference between revisions of "Moderator manual"
m (text was unreadable) |
|||
(16 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
Duties of moderators and general manual | Duties of moderators and general manual | ||
− | < | + | <span style="background: lime; padding: 5px;"> |
<b>Please note:</b> we are all here to have fun! | <b>Please note:</b> we are all here to have fun! | ||
− | </ | + | </span> |
− | + | == Responsibilities == | |
* look at the chat now and then | * look at the chat now and then | ||
* ban or warn offensive players | * ban or warn offensive players | ||
* If in doubt, let the [[User:admin]] know via [[Mail]] | * If in doubt, let the [[User:admin]] know via [[Mail]] | ||
− | + | == Benefits == | |
* Health insurance / Dental plan | * Health insurance / Dental plan | ||
+ | * Ability to join even if the server is full | ||
+ | == Useful commands == | ||
− | === | + | === Control room === |
− | + | There is a control room with some assorted server-related buttons an logbooks accessible via the '''/control''' command | |
− | The main ban mod on this server | + | |
+ | === xban2 commands === | ||
+ | The main ban mod on this server. | ||
Use this to ban players and their ip-address | Use this to ban players and their ip-address | ||
Line 23: | Line 27: | ||
Commands: | Commands: | ||
− | * Permaban: | + | * Permaban: '''/xban <player_or_ip> <reason>''' |
− | * Tempban: | + | * Tempban: '''/xtempban <player_or_ip> <time> <reason>''' (time: s=seconds, m=minutes, D=days) |
− | ** Example: | + | ** Example: '''/xtempban SomeDude 7D don't be a dick!''' (bans the player "SomeDude" for 7 days) |
− | * Unban: | + | * Unban: '''/xunban <player_or_ip>''' |
− | * List records: | + | * List records: '''/xban_record <player_or_ip>''' (shows the ban-records of the player) |
+ | |||
+ | Privs: | ||
+ | * Requires the '''ban''' priv | ||
+ | |||
+ | === Account creation toggle === | ||
+ | Disable/enable new account creation | ||
+ | (useful if some kid with a vpn account has fun with his "hacked" client) | ||
+ | |||
+ | Mod: | ||
+ | * Source: https://github.com/pandorabox-io/pandorabox_custom/blob/master/disallow_new_players.lua | ||
+ | |||
+ | Commands: | ||
+ | * '''/disallow_new_players''' disables the creation of new accounts (until the server restarts/crashes) | ||
+ | * '''/allow_new_players''' re-enables the creation of new accounts | ||
+ | |||
+ | Privs: | ||
+ | * Requires the '''staff''' priv | ||
− | === | + | === Geoip === |
Geoip-Lookup for players. | Geoip-Lookup for players. | ||
Shows from which country someone is (useful to see potential language-barriers) | Shows from which country someone is (useful to see potential language-barriers) | ||
Line 37: | Line 58: | ||
Commands: | Commands: | ||
− | * Geo-lookup: | + | * Geo-lookup: '''/geoip <playername>''' |
Privs: | Privs: | ||
− | * Requires the '''geoip''' or ''' | + | * Requires the '''geoip''' priv |
+ | |||
+ | === Spill removal (lava/chernobylite) === | ||
+ | Pretty handy for cleaning up lava- and chernobylite griefings: | ||
+ | |||
+ | Commands: | ||
+ | * '''/lavastone_remove''' removes all lava-generated stone in the area | ||
+ | * '''/chernobylite_remove''' removes all chernobylite nodes in the area | ||
+ | |||
+ | Mod: | ||
+ | * Source: https://github.com/pandorabox-io/spill_removal | ||
+ | |||
+ | Privs: | ||
+ | * Requires the '''lavastone_remove''' or '''chernobylite_remove''' priv | ||
+ | |||
+ | === beerchat commands === | ||
+ | The chat mod on this server. | ||
+ | * '''/force2channel channelName, playerName''' Moderators can force a player to join and make a channel their default. | ||
+ | |||
+ | === Voting bot setup for contests === | ||
+ | Remove old topics e.g.: | ||
+ | <syntaxhighlight> | ||
+ | #vote \remove_topic 3 | ||
+ | #vote \remove_topic 2 | ||
+ | #vote \remove_topic 1 | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | Add 3 new topics to: Cast 1 point, Cast 3 points, Cast 5 points | ||
+ | |||
+ | (In that order, even if there are fewer than 3 entries) | ||
+ | |||
+ | and add all entries as choices for each topic e.g.: | ||
+ | <syntaxhighlight> | ||
+ | #vote \add_topic Parkour - Cast 1 point : Wellss - Sky Jumping, lga - Force Field Race, FeXoR - Dark Hop, Infi_power - Bouldering Tower, Kermit - Easy Jump, El_Naso - The Scenic Route, SwissalpS - Mission Impossible, SoloSniper - The Lazarus Pit | ||
+ | #vote \add_topic Parkour - Cast 3 points : Wellss - Sky Jumping, lga - Force Field Race, FeXoR - Dark Hop, Infi_power - Bouldering Tower, Kermit - Easy Jump, El_Naso - The Scenic Route, SwissalpS - Mission Impossible, SoloSniper - The Lazarus Pit | ||
+ | #vote \add_topic Parkour - Cast 5 points : Wellss - Sky Jumping, lga - Force Field Race, FeXoR - Dark Hop, Infi_power - Bouldering Tower, Kermit - Easy Jump, El_Naso - The Scenic Route, SwissalpS - Mission Impossible, SoloSniper - The Lazarus Pit | ||
+ | </syntaxhighlight> | ||
+ | |||
[[Category:Moderation]] | [[Category:Moderation]] | ||
+ | [[Category:Tutorial]] |
Latest revision as of 14:16, 9 April 2024
Duties of moderators and general manual
Please note: we are all here to have fun!
Responsibilities
- look at the chat now and then
- ban or warn offensive players
- If in doubt, let the User:admin know via Mail
Benefits
- Health insurance / Dental plan
- Ability to join even if the server is full
Useful commands
Control room
There is a control room with some assorted server-related buttons an logbooks accessible via the /control command
xban2 commands
The main ban mod on this server. Use this to ban players and their ip-address
Mod:
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)
Privs:
- Requires the ban priv
Account creation toggle
Disable/enable new account creation (useful if some kid with a vpn account has fun with his "hacked" client)
Mod:
Commands:
- /disallow_new_players disables the creation of new accounts (until the server restarts/crashes)
- /allow_new_players re-enables the creation of new accounts
Privs:
- Requires the staff priv
Geoip
Geoip-Lookup for players. Shows from which country someone is (useful to see potential language-barriers)
Mod:
Commands:
- Geo-lookup: /geoip <playername>
Privs:
- Requires the geoip priv
Spill removal (lava/chernobylite)
Pretty handy for cleaning up lava- and chernobylite griefings:
Commands:
- /lavastone_remove removes all lava-generated stone in the area
- /chernobylite_remove removes all chernobylite nodes in the area
Mod:
Privs:
- Requires the lavastone_remove or chernobylite_remove priv
beerchat commands
The chat mod on this server.
- /force2channel channelName, playerName Moderators can force a player to join and make a channel their default.
Voting bot setup for contests
Remove old topics e.g.:
#vote \remove_topic 3
#vote \remove_topic 2
#vote \remove_topic 1
Add 3 new topics to: Cast 1 point, Cast 3 points, Cast 5 points
(In that order, even if there are fewer than 3 entries)
and add all entries as choices for each topic e.g.:
#vote \add_topic Parkour - Cast 1 point : Wellss - Sky Jumping, lga - Force Field Race, FeXoR - Dark Hop, Infi_power - Bouldering Tower, Kermit - Easy Jump, El_Naso - The Scenic Route, SwissalpS - Mission Impossible, SoloSniper - The Lazarus Pit
#vote \add_topic Parkour - Cast 3 points : Wellss - Sky Jumping, lga - Force Field Race, FeXoR - Dark Hop, Infi_power - Bouldering Tower, Kermit - Easy Jump, El_Naso - The Scenic Route, SwissalpS - Mission Impossible, SoloSniper - The Lazarus Pit
#vote \add_topic Parkour - Cast 5 points : Wellss - Sky Jumping, lga - Force Field Race, FeXoR - Dark Hop, Infi_power - Bouldering Tower, Kermit - Easy Jump, El_Naso - The Scenic Route, SwissalpS - Mission Impossible, SoloSniper - The Lazarus Pit