Add /helpop from Essentials as a channel
SDpyro opened this issue · 7 comments
It would be very helpful if you could add support for the /helpop command from Essentials
Exactly how dynmap has its channel.
Thanks!
Just saying it's possible to do this with a slight modification in the alerts.yml section of the plugin
Trigger: /helpop
Channel: helpop
Conditions:
- '#player.hasPermission("essentials.helpop") == true'
Embed:
Color: "#00ff00"
Author:
ImageUrl: "{embedavatarurl}"
Name: "{name} >> ${#allArgs}"
so this works if i copy and paste?
You’d have to set the channel to either the channel id or define a “helpop” one in the Channels section of config.yml
cant get thats to work....
Alerts:
Trigger: /helpop
Channel: 1182988210842894406
Conditions:
'#player.hasPermission("essentials.helpop") == true'
Embed:
Color: "#00ff00"
Author:
ImageUrl: "{embedavatarurl}"
Name: "{name} >> ${#allArgs}"
Use #alerts in the discord server. https://discord.discordsrv.com
Just saying it's possible to do this with a slight modification in the alerts.yml section of the plugin
- Trigger: /helpop
Channel: helpop
Conditions:- '#player.hasPermission("essentials.helpop") == true'
Embed:
Color: "#00ff00"
Author:
ImageUrl: "{embedavatarurl}"
Name: "{name} >> ${#allArgs}"
- '#player.hasPermission("essentials.helpop") == true'