MinetestEDU/Protect areas on the server

From Minetest
Revision as of 03:04, 7 January 2020 by >Twoelk (cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Procédure de protection d'une zone de votre monde (mod Areas)

Spécifiez les positions des coins de la zone que vous souhaitez protéger. Pour cela, utilisez l'une des commandes suivantes:

   /area_pos set and punch the two corner nodes to set them.
   /area_pos set1/set2 and punch only the first or second corner node to set them one at a time.
   /area_pos1/2 to set one of the positions to your current position.
   /area_pos1/2 X Y Z to set one of the positions to the specified coordinates.

Ensuite protégez la zone sélectionnée en exécutant l'une des commandes suivantes:

   /set_owner <OwnerName> <AreaName> -- If you have the areas privilege.
   /protect <AreaName> -- If you have the areas privilege or the server administrator has enabled area self-protection.

Source : https://github.com/minetest-mods/areas