JoinCommand

JoinCommand 1.0.1

Compatible API Versions
1.0.0
Contributors
Pigeon2333,LT_Name
Execute commands when the player enters server.

YAML:
#Delay of executing commands. If the command works abnormally, adjust the delay.
# 20tick=1s
delay: 0
#The command when the player enters server.
#@p is preceded by "" to support player names with Spaces.
#Add &con to represent console permissions to execute.
command:
  - tell "@p" Welcome!&con
  - say Player "@p" joins the server!&con
  - me Hello!
  - give "@p" 264:0 1&con
  • Like
Reactions: DimBoy
Author
Pigeon2333
Downloads
1,012
Views
1,799
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Pigeon2333

Latest updates

  1. Corrected description

    Corrected language description.
Top