Compare commits
No commits in common. "85337291f15bc64befa3b5fd3fd0fe77c40a83c7" and "8dcdce2b392a98ba7d25e2cd169c5737734d78f1" have entirely different histories.
85337291f1
...
8dcdce2b39
74
README.md
74
README.md
@ -1,72 +1,2 @@
|
|||||||
minetest-mod-essentials
|
# essentials
|
||||||
=========================
|
Essentials — Minetest mod with many-many useful console commands!
|
||||||
|
|
||||||
Mod with many-many useful console commands and api functions!
|
|
||||||
|
|
||||||
Information
|
|
||||||
-----------
|
|
||||||
|
|
||||||
This mod attempts to be an improvement usefully essentials commands
|
|
||||||
as a light version of some other tools like names-per-ip, global messages, hacks,
|
|
||||||
biome/stuffs management, player management etc etc etc
|
|
||||||
|
|
||||||
This mod has some UI menues but almost all the tasks are done using
|
|
||||||
commands.
|
|
||||||
|
|
||||||
## Technical info
|
|
||||||
-----------------
|
|
||||||
|
|
||||||
This mod must be named `essentials` and provides administrarion tools and
|
|
||||||
procedures to manage server using a bunch of commands some already provided
|
|
||||||
by other mods some already new but similar to other mods.
|
|
||||||
|
|
||||||
#### Configurations
|
|
||||||
|
|
||||||
| config param | type | value | req | default/min/mx | observations and examples |
|
|
||||||
| ---------------------------- | ------ | ---------- | --- | --------------- | -------------------------------- |
|
|
||||||
| secure.http_mods | string | essentials | yes | none set | geoip,governing,essentials |
|
|
||||||
| secure.trusted_mods | string | essentials | yes | none set | auth_rx,governingg,essentials |
|
|
||||||
| essentials_additional_privileges | bool | true | no | true | Enables extra refined privilegies for the commands, see privilege tables |
|
|
||||||
| essentials_changed_by | bool | true | no | true | Allows to see if a player property whas altered (by) when was made by some admin |
|
|
||||||
| essentials_killed_by | bool | true | no | true | Allows to see who a player was killed (by) when was killed by some admin |
|
|
||||||
| essentials_biome | bool | true | no | true | Allows to see for anyone request biome infos, otherwise only admins allows |
|
|
||||||
| essentials_seed | bool | false | no | false | Allows to see for anyone the seed of the world, otherwise only admins allows |
|
|
||||||
| essentials_ip_verified | bool | true | yes | true/singleplayer | On every join, if administrator verified ip user to only allows from those ip/name combination |
|
|
||||||
| essentials_check_for_updates | bool | false | no | false | check raw data of git repo by check of version file content |
|
|
||||||
|
|
||||||
#### Commands and privilegies
|
|
||||||
|
|
||||||
| command & format | mint/privs | Esse/privs | description function | observations |
|
|
||||||
| ---------------------- | ---------- | ---------- | ----------------------- | ----------------------- |
|
|
||||||
| `/ip <name>` | server | server | Show the IP of a player | |
|
|
||||||
| `/broadcast <message>` | bring | broadcast | Send GLOBAL message in chat | |
|
|
||||||
| `/speed <name>` | rollback | speed | Sets a speed for an any player. | |
|
|
||||||
| `/biome [<info_name>]` | rollback (& server) | biome (& server) | Shows the current(or provided name) biome info | If no assentials privs, any player wil be able, `biome` privilege works if confg params are set, otherwise admin only |
|
|
||||||
| `/seed` | rollback | seed | Shows the seed number of the server world | If no assentials privs, any player wil be able, `biome` privilege works if confg params are set, otherwise admin only |
|
|
||||||
| `/god [<name>]` | noclip | god_mode | Enable the god mode for current or given player | `enable_damage` enabled only of course |
|
|
||||||
| `/ban_menu` | ban | ban | Open the ban menu | Requires GUI sfind/ui |
|
|
||||||
| `/kick_menu` | kick | kick | Open the kick menu | Requires GUI sfind/ui |
|
|
||||||
| `/mute_menu` | mute | mute | Open the mute menu | Requires GUI sfind/ui |
|
|
||||||
| `/getpos <name>` | teleport | get_pos | Allows the player to find out the position of another player | |
|
|
||||||
| `/kill <name>` | protection_bypass | kill | Kill anyone with command. | | Check `essentials_killed_by` |
|
|
||||||
| `/heal [<name>]` | rollback | heal | Heals full health for a player. | Check `essentials_changed_by` |
|
|
||||||
|
|
||||||
|
|
||||||
## LICENSE
|
|
||||||
|
|
||||||
* MIT
|
|
||||||
|
|
||||||
Author and creator of the mod:
|
|
||||||
|
|
||||||
* Copyright (C) 2024 SkyBuilder1717 MIT
|
|
||||||
|
|
||||||
Contributors:
|
|
||||||
|
|
||||||
* Copyright (C) 2024 mckaygerhard
|
|
||||||
|
|
||||||
see [LICENSE](LICENSE) file.
|
|
||||||
|
|
||||||
Media:
|
|
||||||
|
|
||||||
* textures/*.png - Copyright (C) 2024 SkyBuilder1717
|
|
||||||
* sounds/*.png - Copyright (C) 2024 SkyBuilder1717
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user