Guides lead a user through a specific task they want to accomplish, often with a sequence of steps. Writing a good guide requires thinking about what your users are trying to do.
Introduction
This guide will walk you through the process of configuring the server.properties
file for your Minecraft Bedrock Edition server using Kiwi Hosting Panel. This file allows you to customize various settings to enhance your server's gameplay experience.
This guide is for Minecraft Bedrock Edition Version 1.21 but may work on older versions.
Prerequisites
- Access to the Kiwi Hosting Panel.
- A running Minecraft Bedrock Edition server managed through Kiwi Hosting Panel.
- Basic understanding of server management.
Steps to Configure Server Properties
1. Log in to the Kiwi Hosting Panel
- Open your web browser and go to the KiwiHosting Panel.
- Log in with your Kiwi Hosting Panel credentials.
2. Navigate to Your Server
- From the Kiwi Hosting Panel dashboard, select the Minecraft server you want to configure.
- Click on the server name to access its management page.
3. Access the File Manager
- In the server management interface, navigate to the File tab.
- Locate the
server.properties
file in the root directory of your server files.
4. Edit the server.properties
File
- Click on the
server.properties
file to open it in the editor. - Review and modify the following key properties as needed:
- server-name: Sets the name of the server.
- Example:
Dedicated Server
- Example:
- gamemode: Sets the game mode on the server.
- Options:
survival
,creative
,adventure
- Options:
- force-gamemode: Forces players to join in the default game mode.
- Options:
true
,false
- Options:
- difficulty: Sets the game difficulty.
- Options:
peaceful
,easy
,normal
,hard
- Options:
- allow-cheats: Enables or disables cheat commands.
- Options:
true
,false
- Options:
- max-players: Sets the maximum number of players on the server.
- Example:
10
- Example:
- online-mode: Ensures players are authenticated to Xbox Live.
- Options:
true
,false
- Options:
- allow-list: Enables or disables the allowlist.
- Options:
true
,false
- Options:
- view-distance: Sets the view distance for players.
- Example:
32
- Example:
- tick-distance: Sets how many chunks tick away from the player.
- Example:
4
- Example:
- player-idle-timeout: Sets how long a player can idle before being kicked (in minutes).
- Example:
30
- Example:
- max-threads: Sets the maximum number of threads the server can use.
- Example:
8
- Example:
- level-name: Sets the name of the world and folder save.
- Example:
Bedrock level
- Example:
- level-seed: Sets a world seed for generating the world.
- Example: ``
- default-player-permission-level: Sets the default permission level for new players.
- Options:
visitor
,member
,operator
- Options:
- texturepack-required: Prompts players to accept the server texture pack.
- Options:
true
,false
- Options:
- server-authoritative-movement: Controls player movement synchronization.
- Options:
client-auth
,server-auth
,server-auth-with-rewind
- Options:
- correct-player-movement: Enables corrections to player positions.
- Options:
true
,false
- Options:
- server-authoritative-block-breaking: Controls block mining synchronization.
- Options:
true
,false
- Options:
5. Save and Apply Changes
- After making the necessary changes, save the
server.properties
file. - Go back to the server management interface and restart the server to apply the new settings.
Conclusion
By customizing your server.properties
file through Kiwi Hosting Panel, you can control various aspects of your Minecraft server's gameplay experience. Whether you're setting up a small private server or a large public one, these configurations can help you create the perfect environment for your players