Added commands to plugin.yml.
This commit is contained in:
parent
8d0f509bfe
commit
0fbd0c0a44
1 changed files with 10 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue