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.