A simple plugin that makes it possible to add commands that execute when a player joins a world and/or server.
Features
- Send command when joining world and/or server
- Module based
- Control which command is being executed with custom permissions
- Color code support
- Player placeholder (%player%)
- Send commands as Console or Player
- Json support in form of tellraw command
- Create join message with link!
Example usage when used alone or together with other plugins:
Join world messages
Join server messages
Force world on join
Force spawn point
Random teleport on join
etc.
The possibilities are endless!
Spoiler: config.yml
############################################################
# +------------------------------------------------------+ #
# | JoinWorldCommand | #
# +------------------------------------------------------+ #
##################Thanks for downloading!###################
#
#
#world_commands:
# world: #This is the name of your world. Permission to trigger command is jwc.world.<world-name>
# command: hello #This is the command you want to execute. Use %player% for the name of the player that joins the world.
# executor: player #Who executes the command, player or console.
# Example to create a join message: tellraw @a {"text":"%player% joined the world!", "color":"gold"}
#
enable_world_commands: true
world_commands:
world:
command: hello
executor: player
world_the_end:
command: hello
executor: console
#server_commands:
# first_command: #This can be anything you want and is the last part in the permission to trigger the command. In this example jwc.server.first_command
# command: hello #This is the command you want to execute. Use %player% for the name of the player that joins the world.
# executor: player #Who executes the command, player or console.
enable_server_commands: false
server_commands:
first_command:
command: hello
executor: player
Code (Text):
############################################################
# +------------------------------------------------------+ #
# | JoinWorldCommand | #
# +------------------------------------------------------+ #
##################Thanks for downloading!###################
#
#
#world_commands:
# world: #This is the name of your world. Permission to trigger command is jwc.world.<world-name>
# command: hello #This is the command you want to execute. Use %player% for the name of the player that joins the world.
# executor: player #Who executes the command, player or console.
# Example to create a join message: tellraw @a {"text":"%player% joined the world!", "color":"gold"}
#
enable_world_commands: true
world_commands:
world:
command: hello
executor: player
world_the_end:
command: hello
executor: console
#server_commands:
# first_command: #This can be anything you want and is the last part in the permission to trigger the command. In this example jwc.server.first_command
# command: hello #This is the command you want to execute. Use %player% for the name of the player that joins the world.
# executor: player #Who executes the command, player or console.
enable_server_commands: false
server_commands:
first_command:
command: hello
executor: player
Commands:
/jwc reload
/jwc world
/jwc server
/hello
Permissions:
jwc.admin
jwc.hello
Specific permission for executing the command:
jwc.world.<worldname>
jwc.server.<server_command_name>
Please report any bugs and suggestions in the Discuss This Resource section!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.13, 1.14, 1.15
- 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.
JoinWorldCommand is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15. Downloaded 571 times (via Spigot). Download it and open it directly in the game.