This plugin make it possible to run commands when someone join, leave's and more! This is a light weight plugin! Just drag the file "AJoinCommands.jar" in your plugin folder customize the config and you are ready to go.
If you like this plugin please reate this plugin and give me a like.
✔ - Join Message
✔ - First Join Message
✔ - Leave Message
✔ - Ingame edit option
✔ - PleaceholderAPI intigration: Download it here
✔ - Delay function for the commands (In seconds)
✔ - For World Change Command, set commands for specific wolds
✔ - Disable wolds for the other Command Events
✔ - Enable or Disable every section
✔ - Add permissions to a command
✔ - Join Command (Player execute)
✔ - Join Command (Console execute)
✔ - Leave Command (Player execute)
✔ - Leave Command (Console execute)
✔ - Wold Change Command (Player execute)
✔ - Wold Change Command (Console execute)
✔ - First Join Command (Player execute)
✔ - First Join Command (Console execute)
Command Permission usage:
Set after the command ;permission: here.your.permission
Example:
- 'say Hello, you get this message because you have the correct permission;permission: my.own.permission'
Permission: ajoincommand.* for all the permissions once.
/ajoincommands
/ajoincommands help - (ajoincommands.help)
/ajoincommands reload - (ajoincommands.reload)
/ajoincommands set - (ajoincommands.set)
/ajoincommands add - (ajoincommands.add)
Spoiler: Config
# Version: 1.7
#
# Commands below are examples, don't forget to change them when using this plugin!
# This plugins has been updated to 1.12.2
# Lots of things are being added to this plugin so stay tuned and dont forget to submit
# a request for something you would like to be added.
#
# When you use the player run command and if the user does not have
# the correct permission, it will not run the command.
#
# This plugin is made by BlockCraft2 (https://goo.gl/DQrvUn) and strictly forbidden to copy!
# If you like this plugin, please rate it on spigotmc and please donate!
#
# For placeholders, install PlaceholderAPI https://www.spigotmc.org/resources/placeholderapi.6245/
#
# Set delay to 0 to ignore, delay in seconds! From 0 to 1000 seconds!
#
# Want to add a permission to a command? Do this - 'say Hello, you get this message because you have the permission;permission: my.own.permission'
#
# Set your custom join, firstjoin or leave message! (Set to "false" to disable)
settings :
update-checker : true
messages :
join : "&7[&6+&7] &6&lJoin Message!"
leave : "&7[&c-&7] &6&lLeave Message!"
first-join : "&7[&6+&7] &6&lFirst Join Message!"
commands :
world :
player :
enable : true
list :
world :
0 :
- 'say I teleported to %player_world%!;permission: my.own.permission'
- 'say Join me and come to this world!'
world_nether :
0 :
- 'say Oh, its hot in the nether!'
all :
0 :
- 'say This will be executed with all worlds!'
console :
enable : true
list :
world :
0 :
- 'say %player_name% teleported to %player_world%!'
world_nether :
0 :
- 'say Oh, its hot in the nether! %player_name% burned...'
- 'kill %player_name%'
all :
0 :
- 'say This will be executed with all worlds!'
join :
player :
enable : true
list :
0 :
- 'say I love this server so iam back!'
- 'say Oh nice, this server uses AJoinCommands!'
10 :
- 'say This command will be executed with a 10 second delay!'
disabled-worlds :
# - world
console :
enable : true
list :
0 :
- 'eco give %player_name% 100'
disabled-worlds :
# - world
first-join :
player :
enable : true
list :
0 :
- 'say Hi, iam new here!'
disabled-worlds :
# - world
console :
enable : true
list :
0 :
- 'eco give %player_name% 500'
disabled-worlds :
# - world
leave :
player :
enable : true
list :
0 :
- 'say Bye bye will be back soon ... '
disabled-worlds :
# - world
console :
enable : true
list :
0 :
- 'say : ( Nooo we will miss you %player_name%.'
disabled-worlds :
# - world
Code (YAML):
# Version: 1.7
#
# Commands below are examples, don't forget to change them when using this plugin!
# This plugins has been updated to 1.12.2
# Lots of things are being added to this plugin so stay tuned and dont forget to submit
# a request for something you would like to be added.
#
# When you use the player run command and if the user does not have
# the correct permission, it will not run the command.
#
# This plugin is made by BlockCraft2 (https://goo.gl/DQrvUn) and strictly forbidden to copy!
# If you like this plugin, please rate it on spigotmc and please donate!
#
# For placeholders, install PlaceholderAPI https://www.spigotmc.org/resources/placeholderapi.6245/
#
# Set delay to 0 to ignore, delay in seconds! From 0 to 1000 seconds!
#
# Want to add a permission to a command? Do this - 'say Hello, you get this message because you have the permission;permission: my.own.permission'
#
# Set your custom join, firstjoin or leave message! (Set to "false" to disable)
settings :
update-checker : true
messages :
join : "&7[&6+&7] &6&lJoin Message!"
leave : "&7[&c-&7] &6&lLeave Message!"
first-join : "&7[&6+&7] &6&lFirst Join Message!"
commands :
world :
player :
enable : true
list :
world :
0 :
- 'say I teleported to %player_world%!;permission: my.own.permission'
- 'say Join me and come to this world!'
world_nether :
0 :
- 'say Oh, its hot in the nether!'
all :
0 :
- 'say This will be executed with all worlds!'
console :
enable : true
list :
world :
0 :
- 'say %player_name% teleported to %player_world%!'
world_nether :
0 :
- 'say Oh, its hot in the nether! %player_name% burned...'
- 'kill %player_name%'
all :
0 :
- 'say This will be executed with all worlds!'
join :
player :
enable : true
list :
0 :
- 'say I love this server so iam back!'
- 'say Oh nice, this server uses AJoinCommands!'
10 :
- 'say This command will be executed with a 10 second delay!'
disabled-worlds :
# - world
console :
enable : true
list :
0 :
- 'eco give %player_name% 100'
disabled-worlds :
# - world
first-join :
player :
enable : true
list :
0 :
- 'say Hi, iam new here!'
disabled-worlds :
# - world
console :
enable : true
list :
0 :
- 'eco give %player_name% 500'
disabled-worlds :
# - world
leave :
player :
enable : true
list :
0 :
- 'say Bye bye will be back soon ... '
disabled-worlds :
# - world
console :
enable : true
list :
0 :
- 'say : ( Nooo we will miss you %player_name%.'
disabled-worlds :
# - world
✔ - Messages (Added in version 1.2)
✔ - Command Delay (Added in version 1.3)
✔ - Per world commands (Added in version 1.4)
✔ - Per command permissions (Added in version 1.5)
✔ - Multiple delays per section (Added in version 1.6)
? - Suggest below for what should be added.
Spoiler: Donators
Skype: desmettim
Discord: https://discord.gg/ef4wqp5
Website: https://knovosky.com
Email: info@knovosky.com
Are you using this plugin? And want your server here?
Send me a pm with the website URL or ip adress!
★ Goals ★
✔ - 10 Downloads
✔ - 25 Downloads
✔ - 50 Downloads
✔ - 100 Downloads
✔ - 200 Downloads
✘ - 500 Downloads
✘ - 1.000 Downloads
✘ - 2.000 Downloads
✘ - 5.000 Downloads
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
AJoinCommands [1.8 - 1.15.2] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,524 times (via Spigot). Download it and open it directly in the game.