mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-07 02:35:20 +01:00
Try to fix list indentation
This commit is contained in:
@@ -5050,7 +5050,6 @@ provided by the Minetest engine and can be used by mods:
|
|||||||
* `interact`: can modify the world by digging, building and interacting
|
* `interact`: can modify the world by digging, building and interacting
|
||||||
with the nodes, entities and other players. Players without the `interact`
|
with the nodes, entities and other players. Players without the `interact`
|
||||||
privilege can only travel and observe the world.
|
privilege can only travel and observe the world.
|
||||||
|
|
||||||
* Advanced privileges allow bypassing certain aspects of the gameplay:
|
* Advanced privileges allow bypassing certain aspects of the gameplay:
|
||||||
* `fast`: can use "fast mode" to move with maximum speed.
|
* `fast`: can use "fast mode" to move with maximum speed.
|
||||||
* `fly`: can use "fly mode" to move freely above the ground without falling.
|
* `fly`: can use "fly mode" to move freely above the ground without falling.
|
||||||
@@ -5062,7 +5061,6 @@ provided by the Minetest engine and can be used by mods:
|
|||||||
in the game to oneself or others.
|
in the game to oneself or others.
|
||||||
* `settime`: can use `/time` command to change current in-game time.
|
* `settime`: can use `/time` command to change current in-game time.
|
||||||
* `debug`: can enable wireframe rendering mode.
|
* `debug`: can enable wireframe rendering mode.
|
||||||
|
|
||||||
* Security-related privileges:
|
* Security-related privileges:
|
||||||
* `privs`: can modify privileges of the players using `/grant[me]` and
|
* `privs`: can modify privileges of the players using `/grant[me]` and
|
||||||
`/revoke[me]` commands.
|
`/revoke[me]` commands.
|
||||||
@@ -5074,7 +5072,6 @@ provided by the Minetest engine and can be used by mods:
|
|||||||
to manage players' passwords.
|
to manage players' passwords.
|
||||||
* `protection_bypass`: can bypass node protection. Note that the engine does not act upon this privilege,
|
* `protection_bypass`: can bypass node protection. Note that the engine does not act upon this privilege,
|
||||||
it is only an implementation suggestion for games.
|
it is only an implementation suggestion for games.
|
||||||
|
|
||||||
* Administrative privileges:
|
* Administrative privileges:
|
||||||
* `server`: can use `/fixlight`, `/deleteblocks` and `/deleteobjects`
|
* `server`: can use `/fixlight`, `/deleteblocks` and `/deleteobjects`
|
||||||
commands. Can clear inventory of other players using `/clearinv` command.
|
commands. Can clear inventory of other players using `/clearinv` command.
|
||||||
|
|||||||
Reference in New Issue
Block a user