Guide to administering your Minecraft server

Procédure

Welcome Minecraft players and thank you for choosing LWS for your adventure! We understand that every step in setting up and managing your server is crucial, and that's precisely why we've created this guide. Here's what you'll find:

  1. Sharing and managing access: Find out how to allow your friends to join your world and navigate the nuances of access management.

  2. Commands: Learn how to manipulate game behaviour using commands - from the basics to advanced functions.

  3. Operators/Moderators: Find out how to give special privileges to certain players, allowing them to carry out administrative tasks.

  4. Blacklist and Whitelist: Understand how to restrict or allow access to your server according to your preferences.

  5. In-game communication: Facilitate communication between players using practical commands.

  6. Changing game settings: Whether it's switching between game modes, adjusting the difficulty or changing the climate, this guide has it all.

  7. Day/night cycle: Control the cycle of day and night to suit your needs.

Dear Minecraft adventurers, this guide has been designed to be your reliable companion throughout your Minecraft journey with LWS. Whether you're a novice or an experienced player, there's always something to learn and explore. With resources such as our dedicated Minecraft server offering and our Minecraft VPS solution, you'll now be armed with the knowledge you need to handle your Minecraft VPS with flying colours! We hope you've found this guide useful and that it will help you forge unforgettable moments in this vast pixelated universe.

Remember, every block you build, every dungeon you explore, every creature you tame is a reflection of your imagination and determination. And with the tools you now have at hand, the possibilities are endless! ✨

If you ever encounter any pitfalls or have any questions, don't hesitate to come back to us. LWS is by your side every step of the way.

So dive into this guide, don your armour, brandish your pickaxe and set off to conquer new horizons! Enjoy the game, and may the cubes always be in your favour!

Sharing and managing access to your Minecraft server

Now that your server is active and online, if you want to play with friends, here's how to give them access to the server:

  • You'll need to provide them with the server's IP address.
  • Your friends will have to add the server to their list of servers from the multiplayer menu of their Minecraft game on the computer they use to play.

If your friends don't know how to add a server from the multiplayer menu, follow Help III at this link

I Commands

We're going to use commands to manage our friends' access to the server. Commands in Minecraft are used to change the behaviour of the game. You can use them from the console on GameAP or in-game by pressing "T" or "/ ". Commands must start with a slash and take several arguments. Commands allow you to change the way the server authorises access, as well as the game itself (day/night cycle or climate). Commands can only be run by multiplayer operators or from the GameAP console. Minecraft allows in-game commands to be autocompleted when you type one in the chat bar. Simply press tab to see the suggestions made. You can also use the help section by using /help desired_command to get help on the desired command.

For the examples I will use a fictitious player whose nickname will be : John_Doe, the optional arguments to the commands will be in brackets (you won't have to put them in a real command).

II. Operators / moderators: how to become one, how to appoint one, how to remove someone from the rank of operator

First go to the GameAP console if no player is an operator. Then use these commands:

Managing the operator role
Command Explanation Example
/op pseudo_player (grade) Allows you to give the listed player the operator grade: authorises him/her to use commands. It is possible to create operator grades with different permissions for advanced server management. This will not be detailed here /op Jonh_Doe
/deop pseudo_player Removes the operator status of the named player. /deop Jonh_Doe

III. Blacklist

Working with a blacklist, you allow anyone with the server's IP address to connect to the server and use a blacklist to allow people to connect. This may be more convenient for letting friends invite their friends, but as a precaution you need to have promoted trusted people as operators to ban players with problematic behaviour.
The blacklist is active by default. To add a player or a player's ip, use the following commands:

Access management commands with a blacklist
Command Explanation Example
/list lists players connected to the server
/kick player (reason) Eject a player from the server /kick John_Doe you're not one of my friends, delete this server or I'll ban you
/banlist (ips / players) Display the list of the banned ip the list of the nicknames of the banned players. By specifying ips or players after banlist you will only see one of the two lists
/ban pseudo_player (ban_reason) Used to ban a player from the server. The banned player is ejected from the server, will not be able to connect to the server and will be able to see the reason why they were banned when they are ejected and when they try to reconnect to the server. /ban John_Doe Moved comments
/ban-ip player_ip Allows you to ban a player's ip from the server. The effects are the same as for /ban, but even if the player creates a second account, if his ip hasn't changed, he still won't be able to connect to the serverBannit a specific IP address. You can select a player's specific IP address by entering their name. /ban-ip 135.169.45.12
/pardon pseudo_player Re-authorises a player to connect to the server /pardon John_Doe
/pardon-ip ip_of_player Re-authorise an ip to connect to the server /pardon-ip 135.169.45.12

IV. Whitelist

You can also activate the whitelist. In this case, only players whose nickname is in the whitelist and who have the server IP will be able to connect to it. The commands you need to use from the game or from the GameAP console are as follows:

Managing the whitelist
Command Explanation Example
/whitelist on Activate the whitelist
/whitelist list Lists the players in the whitelist
/whitelist off Deactivate whitelist
/whitelist add pseudo_Player Add the player to the whitelist. /whitelist add John_Doe
/whitelist reload Reload/update whitelist
/whitelist remove pseudo_Player Removes a player from the whitelist (similar to a /ban). Removes the player's permission to connect to the server, but it is not possible to specify the reason for removing connection rights to the server. /whitelist remove John_Doe

V. In-game communication

To communicate in-game :

In-game communication
Command Explanation Example
/say message_a_tous Sends the message to everyone "message_a_tous" in the chatroom /say Bonjour tout le monde : sends "Bonjour tout le monde" to everyone
/msg pseudo_joueur message Sends the message "message" to the player mentioned. /msg John_Doe Can you pass me some torches please?

VI. Changing other game settings

  • Game Mode:

Minecraft offers 4 game modes:

  1. Survival Mode: In Survival mode, players must collect resources, build shelters, explore the world and battle enemies. You must manage your health, hunger and resources, while avoiding dangers such as monsters and traps. Survival Mode offers a more realistic, survival-based gaming experience.

  2. Creative mode: In Creative mode, players have unlimited access to all the resources and blocks in the game. You can steal, build freely and let your creativity run wild without worrying about health, hunger or enemies. It's an ideal mode for players who want to build large structures, create artistic projects or simply explore without restrictions.

  3. Adventure mode: Adventure mode is designed for players who want to experience adventures and play custom maps created by the community. In this mode, players can interact with specific objects, solve puzzles and follow pre-established scenarios. Adventure mode can offer unique challenges and captivating stories, created by players or map developers.

  4. Spectator mode: Spectator mode allows players to freely explore the world without any restrictions. You can move through the blocks, observing players and creatures without being seen or affected. This mode is ideal for exploring, observing buildings or recording videos. It offers a different perspective and the chance to admire the world without constraints.

These four modes offer distinct gameplay experiences, allowing players to choose the one that best suits their preferences and play style.

Change game mode
/gamemode game_mode (pseudo_player) Change the game mode of the player using the command (the player mentioned if there is one) to the desired value: survival, creative, adventure and spectate.

/creative mode: activates creative mode for the player who issued the command

/gamemode survival John-Doe: activates survival mode for the player John_Doe

/defaultgamemode game_mode Change the game mode for all players
  • Difficulty :

Minecraft offers four difficulty levels:

  1. Peaceful Mode: In Peaceful mode, there are no hostile enemies. Your health regenerates automatically and you don't need to worry about hunger (hunger won't kill you, but it will damage you until you're half-hearted). This allows players to concentrate on exploring, building and being creative without being bothered by enemy creatures. This is the ideal mode for beginners or those who prefer a more leisurely experience.

  2. Easy mode: Easy mode presents a lighter challenge than Peaceful mode. You will encounter hostile enemies such as monsters, but they will inflict less damage and be easier to defeat. Hunger is still managed, but you'll have to worry about health regeneration. Easy mode offers a balance of exploration, construction and combat.

  3. Normal mode: Normal mode represents a medium difficulty level. Enemies deal normal damage and can be a challenge for less experienced players. You'll need to watch your health and hunger, as well as prepare for more intense battles with monsters. Normal mode offers a balanced gameplay experience for intermediate players.

  4. Hard mode: Hard mode is for experienced players or those looking for an intense challenge. Enemies inflict more damage and are more resistant. Hunger needs to be watched closely, and you'll need to prepare strategically for battle. Difficult mode will test your skills and require careful planning to survive.

The different difficulty levels allow players to choose the gaming experience that best suits their skills and preferences.

To change the difficulty :

Change difficulty
/difficulty_level Change the difficulty to peaceful, easy, normal or hard. /difficulty hard
  • Climate:

To change the weather in minecraft you can use the following commands:

Depending on the biome (ecosystem) you're in, the rain may not fall (desert) or it may turn to snow (taiga), for example.

Change the weather
/weather desired_climate Changes the climate to the desired climate: clear, rain, thunderstorm and thunder. /weather clear: changes the climate to clear weather

  • Day/night cycle:

Change the weather
/time set moment_journee Changes the time of day: day for morning, noon for midday, night for nightfall and midnight for midnight. /time set day: it will now be daylight/you will find yourself at sunrise
  • Advanced:

Find out about /gamerule to change aspects of the game such as losing inventory on death, immediate respawn, deactivating or reactivating fall damage, etc...

Conclusion

Well dear Minecraft adventurers, you are now armed with the knowledge you need to handle your Minecraft VPS brilliantly thanks to LWS! We hope you've found this guide useful and that it will help you forge unforgettable moments in this vast pixelated universe.

Remember, every block you lay, every dungeon you explore, every creature you tame is a reflection of your imagination and determination. And with the tools you now have at hand, the possibilities are endless! ✨

If you ever encounter any pitfalls or have any questions, don't hesitate to come back to us. LWS is by your side every step of the way.

So don your armour, brandish your pickaxe and set off to conquer new horizons! Enjoy the game, and may the cubes always be in your favour!

Rate this article :

This article was useful to you ?

Article utileYes

Article non utileNo

Vous souhaitez nous laisser un commentaire concernant cet article ?

Si cela concerne une erreur dans la documentation ou un manque d'informations, n'hésitez pas à nous en faire part depuis le formulaire.

Pour toute question non liée à cette documentation ou problème technique sur l'un de vos services, contactez le support commercial ou le support technique

MerciMerci ! N'hésitez pas à poser des questions sur nos documentations si vous souhaitez plus d'informations et nous aider à les améliorer.


Vous avez noté 0 étoile(s)

Similar articles

23mn reading

How to create, launch and change the version of your Minecraft LWS server


Ask the LWS team and its community a question