From 54a303652b6bed5e219f7e3a86d582825f9843c8 Mon Sep 17 00:00:00 2001 From: SX <50966843+S-S-X@users.noreply.github.com> Date: Wed, 15 Jul 2020 23:44:02 +0300 Subject: [PATCH] Update documentation for tools --- README.md | 5 +++++ sharetool/README.md | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24816da..3f4fb7f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ Basic functionality for tools come as two primary functions: copy and paste. * Sneak+left click for optional "info" function which might not be available for all nodes. If third function is not implemented then sneak+left click triggers copy function. +Privileged tools without recipe will be given by using special `/metatool:give` command. +* `/metatool:give` does not require `give` privs. +* `/metatool:give` without arguments will list tools player can get. +* Each tool can have custom required privilege, for example sharetool requires `ban` by default. + For more complete and tool specific documentation go see README.md files in subdirectories. * Metatool API [API_REFERENCE.md](API_REFERENCE.md) diff --git a/sharetool/README.md b/sharetool/README.md index c1574b0..bf6100e 100644 --- a/sharetool/README.md +++ b/sharetool/README.md @@ -34,9 +34,6 @@ Pointed node is now owned by shared account and node is marked as shared. * travelnet:travelnet * travelnet:travelnet_private * locked_travelnet:travelnet - -Planned but not yet added (https://github.com/S-S-X/metatool/issues/16): - * Mission block * Mapserver POI * Mapserver markers