If you want to make a custom command for example a discord kit when someone joins your discord server!
In this example, the command will run in the minecraft server: /give {user} diamond 10
To create the custom command:
/custom type:create data:discordkit data2:give {user} diamond 10
✅ Successfully created command!
/custom type:run data:discordkit
Gave "Me" 10 diamonds.
You can get a list of accepted tags by running /variables.
To remove a custom command, you run:
/custom type:delete data:discordkit
✅ Successfully deleted command!
You can get a list of custom commands using the list option:
/custom type:list
Custom Commands:
discordkit: give {user} diamond 10
Support