first commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
settings:
|
||||
run-delay-ticks: 40
|
||||
mark-before-running: true
|
||||
debug: false
|
||||
|
||||
messages:
|
||||
reload: "&aDirtFirstJoin config reloaded."
|
||||
no-permission: "&cYou do not have permission."
|
||||
usage: "&eUsage: /dirtfirstjoin reload"
|
||||
|
||||
commands:
|
||||
- "rtp {player}"
|
||||
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user