mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-09-21 17:04:00 +00:00
Remove the warning system
Warnings were a moderator tool layered on top of reports and had no callers left outside their own command and the player list button. The legacy module, its config and locale, the exp_scenario command and its permissions, the discord alert block and the player list button are all removed. Reporting from the player list no longer depends on whether the player could give warnings, anyone can report a player who is not immune.
This commit is contained in:
@@ -26,25 +26,20 @@ const definitions: Definition[] = [
|
||||
["exp_scenario.command.clear_blueprints_surface", "/clear-blueprints-surface", "Clear all blueprints on the current surface."],
|
||||
["exp_scenario.command.clear_ground_items", "/clear-ground-items", "Clear all items on the ground."],
|
||||
["exp_scenario.command.clear_inventory", "/clear-inventory", "Clear a player's inventory, moving all items to spawn."],
|
||||
["exp_scenario.command.clear_last_warnings", "/clear-last-warnings", "Clears the last warning from a player."],
|
||||
["exp_scenario.command.clear_pollution", "/clear-pollution", "Clear pollution from your current surface, or another surface."],
|
||||
["exp_scenario.command.clear_reports", "/clear-reports", "Clears all reports from a player or just the report from one player."],
|
||||
["exp_scenario.command.clear_script_warnings", "/clear-script-warnings", "Clears all script warnings from a player."],
|
||||
["exp_scenario.command.clear_warnings", "/clear-warnings", "Clears all warnings (and script warnings) from a player."],
|
||||
["exp_scenario.command.collectdata", "/collectdata", "Collect data for RCON usage."],
|
||||
["exp_scenario.command.commands", "/commands", "List and search all commands for a keyword.", true],
|
||||
["exp_scenario.command.connect", "/connect", "Connect to another server.", true],
|
||||
["exp_scenario.command.connect_all", "/connect-all", "Connect all players to another server."],
|
||||
["exp_scenario.command.connect_player", "/connect-player", "Connect a player to a different server."],
|
||||
["exp_scenario.command.create_report", "/create-report", "Reports a player and notifies moderators.", true],
|
||||
["exp_scenario.command.create_warning", "/create-warning", "Gives a warning to a player; may lead to automatic script action."],
|
||||
["exp_scenario.command.data_preference", "/data-preference", "Allows you to set/get your data saving preference.", true],
|
||||
["exp_scenario.command.debug", "/debug", "Opens the debug gui."],
|
||||
["exp_scenario.command.follow", "/follow", "Start following a player in spectator."],
|
||||
["exp_scenario.command.get_home", "/get-home", "Returns your current home location."],
|
||||
["exp_scenario.command.get_reports", "/get-reports", "List the reports against a player, or against every player."],
|
||||
["exp_scenario.command.get_roles", "/get-roles", "Get all roles that a player has, if no player provided it lists all roles.", true],
|
||||
["exp_scenario.command.get_warnings", "/get-warnings", "List the warnings against a player, or against every player."],
|
||||
["exp_scenario.command.goto", "/goto", "Teleports you to a player."],
|
||||
["exp_scenario.command.home", "/home", "Teleports you to your home location."],
|
||||
["exp_scenario.command.jail", "/jail", "Puts a player into jail, which suppresses all of their other roles."],
|
||||
|
||||
Reference in New Issue
Block a user