Khaoz
June 22, 2018, 8:25am
1
just looking for a basic plugin that’ll let me run a cmd on a player when they join the server; then run another cmd on player when they leave the server.
Try this:
KtSkript is a plugin which allows you to write scripts for your server. It is ideal for very custom modifications for your server.
Kt means Kotlin , the programming language used for scripts.
Skript, well the old Bukkit plugin, I just wanted people to know what this plugin does.
[Banner]
Download (not on Ore yet, plugin jar is too large)
Wiki (a must read)
------- Example scripts -------
===> Get quick help on my Discord server <===
And then some code, here is an example for when players join the server: Example script
Then copy and modify it for the leave event too: Source code