18 lines
427 B
YAML
18 lines
427 B
YAML
name: DirtFirstJoin
|
|
version: 1.0-SNAPSHOT
|
|
main: com.dirt.firstjoin.DirtFirstJoinPlugin
|
|
api-version: '1.21'
|
|
authors: [Dirt]
|
|
description: Run configurable commands when a player joins for the first time.
|
|
|
|
commands:
|
|
dirtfirstjoin:
|
|
description: Main command for DirtFirstJoin
|
|
usage: /<command> reload
|
|
aliases: [dfj]
|
|
|
|
permissions:
|
|
dirtfirstjoin.admin:
|
|
description: Allows reloading DirtFirstJoin
|
|
default: op
|