mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Added commands to plugin.yml.
This commit is contained in:
parent
8d0f509bfe
commit
0fbd0c0a44
@ -1,3 +1,13 @@
|
|||||||
name: dynmap
|
name: dynmap
|
||||||
main: org.dynmap.DynmapPlugin
|
main: org.dynmap.DynmapPlugin
|
||||||
version: 0.1
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user