From 0a790b6014fd924ceeeebd39d8a6b4dd793d57ea Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Wed, 23 Nov 2011 02:03:18 +0800 Subject: [PATCH] Fix typo --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 4737871a..261816e7 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -8,7 +8,7 @@ commands: description: Controls Dynmap. usage: | / hide - hides the player from the map. - / hide TheDude - hides the player 'TheDude' from the map. + / hide TheDude - hides the player 'TheDude' on the map. / show - shows the player on the map. / show TheDude - shows the player 'TheDude' on the map. / render - Renders the tile at your location.