DiscordSRV

DiscordSRV

86.8k Downloads

Add /helpop from Essentials as a channel

SDpyro opened this issue · 7 comments

commented

It would be very helpful if you could add support for the /helpop command from Essentials
Exactly how dynmap has its channel.

Thanks!

commented

how? do you just put 1182988210842894406 for example in the channel line?

commented

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?

commented

You’d have to set the channel to either the channel id or define a “helpop” one in the Channels section of config.yml

commented

Yes. If you need more help please open a thread in #alerts in the discord server

commented

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}"

commented

Use #alerts in the discord server. https://discord.discordsrv.com

commented

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}"