Added commands to plugin.yml.

This commit is contained in:
FrozenCow 2011-02-21 22:39:21 +01:00
parent 8d0f509bfe
commit 0fbd0c0a44

View File

@ -1,3 +1,13 @@
name: dynmap
main: org.dynmap.DynmapPlugin
version: 0.1
commands:
dynmap:
description: Controls Dynmap.
usage: |
/<command> hide - hides the player from the map.
/<command> hide TheDude - hides the player 'TheDude' from the map.
/<command> show - shows the player from the map.
/<command> show TheDude - shows the player 'TheDude' from the map.
/<command> render - Renders the tile at your location.
/<command> fullrender - (Attempts to) render entire world from your location.