mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
Added commands to plugin.yml.
This commit is contained in:
parent
8d0f509bfe
commit
0fbd0c0a44
@ -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…
Reference in New Issue
Block a user