JoinCommandPlugin
Easily run configurable commands when a player joins your server. Supports player name placeholders and reloadable config.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
JoinCommandPlugin
JoinCommandPlugin allows server owners to execute customizable commands whenever a player joins the server. All commands can be defined in the config.yml file, and you can use {player_name} as a placeholder that automatically gets replaced with the joining player's real username.
The plugin also supports a convenient /joincommand or /jc command with a reload subcommand, letting you reload the configuration without restarting the server. Perfect for welcome messages, giving items, or running any other console commands upon player join.
Features:
Run any console command when a player joins.
Supports {player_name} placeholder.
Reload the configuration using /jc reload.
Tab completion for commands.
Easy to configure in config.yml.
Installation:
Place the JoinCommandPlugin .jar file into your server’s plugins folder.
Start the server once to generate the default config.yml.
Edit config.yml to add your commands.
Reload with /jc reload or restart the server.
Use Cases:
Send welcome messages to new or returning players.
Give starter items or bonuses automatically.
Trigger any other console command when a player joins.