dynmap/src/main/resources/plugin.yml

15 lines
639 B
YAML
Raw Normal View History

name: dynmap
2011-01-05 21:19:11 +01:00
main: org.dynmap.DynmapPlugin
2011-02-24 00:29:57 +01:00
version: 0.13
2011-02-21 22:39:21 +01:00
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.
/<command> fullrender world - (Attempts to) render entire world 'world'.