LoginTasks
About
After the unexpected success of LoginEcho I decided the plugin needed a more open principle. So instead of giving of providing a command or message you may provide a task list which will be performed in the given order.
Usage
Config.yml
config.yml acts a the task list and will contain two arrays which can be filled up with a batch-like language I'm providing below.
Config.yml
OnJoin: - broadcast Welcome back +client ! - cheat client DaRules OnLeave: - broadcast +client left the game :( - cheat server save-all
Tasklist Language
- broadcast
- cheat server/client command
- Cheat: Executes a command
- server: Executes as server</t>
- client: Executes as joining/leaving player
- command:Command to execute
Not yet finished