From 0fbd0c0a44ab810e2b205a81d06b93c3b706f786 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Mon, 21 Feb 2011 22:39:21 +0100 Subject: [PATCH] Added commands to plugin.yml. --- src/main/resources/plugin.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 228eb52a..34595fca 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,3 +1,13 @@ name: dynmap main: org.dynmap.DynmapPlugin version: 0.1 +commands: + dynmap: + description: Controls Dynmap. + usage: | + / hide - hides the player from the map. + / hide TheDude - hides the player 'TheDude' from the map. + / show - shows the player from the map. + / show TheDude - shows the player 'TheDude' from the map. + / render - Renders the tile at your location. + / fullrender - (Attempts to) render entire world from your location.