first commit

This commit is contained in:
2026-06-13 17:27:26 -04:00
commit b9601c9eb9
12 changed files with 238 additions and 0 deletions
Binary file not shown.
+12
View File
@@ -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}"
+17
View File
@@ -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
+5
View File
@@ -0,0 +1,5 @@
#Generated by Maven
#Sat Jun 13 17:09:45 EDT 2026
artifactId=DirtFirstJoin
groupId=com.dirt
version=1.0-SNAPSHOT
@@ -0,0 +1 @@
com/dirt/firstjoin/DirtFirstJoinPlugin.class
@@ -0,0 +1 @@
/home/bitnix/Desktop/DirtFirstJoin/src/main/java/com/dirt/firstjoin/DirtFirstJoinPlugin.java