- For PocketMine-MP:
- Alpha 1.4
![]()
JoinCommands allows you to set a certain command that will be executed everytime a player joins your server or on some other events. The command(s) can be changed in the config file here:
Code:# JoinCommands by PixelGuy75 Config File; ############################################################################ # {player} = the player that command will be executed towards; # Command executed when player joins the game; enablejoin: true JoinCommand: - give {player} 50 1 - tell {player} You are awesome! # Command executed when player dies; enabledeath: true DeathCommand: - say {player} Died again... # Command executed when player does /spawn or respawns into the game; enablespawn: true RespawnCommand: - tell {player} Welcome to spawn! # Command executed when player leaves the game; enableleave: true LeaveCommand: - say {player} ragequit from the server!
- Alternate Categories:
- Informational
- Plugin Access:
- Commands

JoinCommands 1.4.1
Execute commands when a player joins, or on other events
Recent Updates
- Fixed player death bug. Jun 18, 2015
- Added support for multiple commands on events, cleaner config May 26, 2015
- Fixed small bug Mar 23, 2015
Advertisement