This is a fairly simple plugin that allows you to run commands when a player joins your server.
With this example, the command /warp a will be executed by the player, and the command /say Welcome to the server! will be executed by console.Warning, you cannot put a '/' in front of the commands. They have to be like if you're sending them from console.Code (Text):commands:
player:
- warp A
console:
- say Welcome to the server!
![]()
{PLAYER} - replaced with the name of the player that toggles the event (joins). You can use this in both sections of the configuration.
I'd appreciate it if when you use it, you give the plugin an honest review!
- Console commands
- Commands when a player quits
- Able to put '/' in commands
- {player} variable
- Execute commands after a set amount of time (Thanks, @Traumkraft)
- Any ideas you guys have!
--
All of my plugins utilize the All Rights Reserved license. This means that you cannot modify or redistribute without my permission.
If you give my plugin a bad review because you want something added, the review will be reported and I will not add the requested feature to the plugin.

onJoinCommands 1.2.1
Run commands when a player joins!
Recent Updates
- Bug Fix - v1.2.1 Apr 11, 2015
- {PLAYER} variable - v1.2 Apr 2, 2015
- Console Commands! - v1.1 Apr 1, 2015