> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.vibegames.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Enabling/Disabling PvP in a Minecraft Server on VibeGAMES Game Panel

## Introduction  
This guide will show you how to enable or disable PvP on your Minecraft server hosted on the VibeGAMES Game Panel.

## Steps to Modify PvP Settings  

### 1. Access File Management  
- Navigate to your server's **console page**.  
- Click on the `Files` tab located in the top menu.

![](https://storage.crisp.chat/users/helpdesk/website/ad38b4a7e4ed0000/image_309w7.png)


### 2. Edit `server.properties`  
- Locate and open the `server.properties` file.  
- Find the line starting with `pvp=`.  
- Change the value to:
  - `pvp=true` to **enable PvP**.  
  - `pvp=false` to **disable PvP**.

![](https://storage.crisp.chat/users/helpdesk/website/ad38b4a7e4ed0000/image_114g8qn.png)

### 3. Save Changes  
- Use the **Save File** option to ensure your modifications are recorded.

![](https://storage.crisp.chat/users/helpdesk/website/ad38b4a7e4ed0000/image_wjzibj.png)

### 4. Restart the Server  
- Return to the **dashboard**.  
- Click the **Restart** button to apply the changes.

![](https://storage.crisp.chat/users/helpdesk/website/ad38b4a7e4ed0000/image_119iqwd.png)

### 5. Confirm PvP Settings  
- Join your server to verify that the PvP settings are working as expected.

## Pro Tips  
- **Backup First**: Always back up your configuration files before editing. This helps you restore settings if something goes wrong.
- **Test Changes**: After making changes, thoroughly test them to ensure they function correctly.

---