# Monitoring and Responding

### Actively Monitor the Server

<div class="cl-preview-section" id="bkmrk-keep-logs-of-chat%2C-c">- Keep logs of chat, commands, and player actions.

</div>### Addressing Violations

<div class="cl-preview-section" id="bkmrk-warnings-for-minor-i">1. **Warnings**
    
    
    - For minor infractions, give a verbal or written warning.
    - Use commands like `/warn <player>` (if supported by your plugin).
2. **Temporary Actions**
    
    
    - Use **LiteBans** for temporary bans or mutes. Example:
        
        ```
        /tempban <player> 1d Griefing  
        ```
3. **Permanent Bans**
    
    
    - Use **LiteBans** for consistent enforcement of permanent bans across your servers:
        
        ```
        /ban <player> Rule violation  
        ```

</div>### Communication with Offenders

<div class="cl-preview-section" id="bkmrk-be-polite-but-firm-w">- Be polite but firm when discussing issues with players.
- Provide evidence for your actions when possible.

</div>