HomeJavaModsJoinWorldCommand
JoinWorldCommand
[​IMG]

A simple plugin that makes it possible to add commands that execute when a player joins a world and/or server.

Features

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
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!

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more