#Plug-in for pinging LP Ranks

59 messages · Page 1 of 1 (latest)

orchid rose
#

Want to get a plugging where I can @ LP ranks in Minecraft

#

@torpid quarry

torpid quarry
#

@dire sapphire pinging in my technical aid ❤️

dire sapphire
#

😅 not sure, i use cmi so we can ping people, i dont know if ranks themselves can be @ or not in game

orchid rose
#

Whats cmi?

orchid rose
#

I need help finding more plug-ins lol

orchid rose
pulsar schooner
#

CMI is awesome software. It can ping people, but I don't know if it can do groups. I can check that. However -- if you're not using CMI, what are you using for chat management?

orchid rose
#

Im using ESSx chat lol

#

Im not really good at setting up servers lol

pulsar schooner
#

does ESS have a ping option?

orchid rose
#

Also ESS is essentials

pulsar schooner
#

I know what ess is. I've been hosting plugin servers for over 10 years. 😄

#

I haven't used ess for years though. only CMI.

orchid rose
#

Cmi gives /spawn?

pulsar schooner
#

yup

orchid rose
#

Oh fr?

pulsar schooner
#

CMI does EVERY command ESS does. Plus adds about 20 more plugins worth of commands.

orchid rose
#

O.O

pulsar schooner
#

/sit /rtp /invsee /holograms, and on and on.

orchid rose
pulsar schooner
#

glow, and potion effects, with timers, and you can bind any command to an object, so you can make a wand of fireballs, or a sword that slows a player, or insta healing health kits... yada yada

#

Now, back to your question. if Ess doesn't notify, then there is no notify to LP ranks, because you have no notify.

#

CMI has a notify command, but it's to a player name only.

#

BUT

#

If you have Skript, you can easily make a command that notifies a specific group.

orchid rose
#

Idk how to code lmao

pulsar schooner
#

CMI and Skript can do everything.,

#

You don't have to. ChatGPT is fluent in Skript.

orchid rose
#

Oh

pulsar schooner
#

Here let me get an example for you.

orchid rose
#

Like I wanna go @ [admin] or @ Obsidian and have it ping a chat (idk if it would be possible to put a highlight on it)

pulsar schooner
#

command /notifyAdmins:
trigger:
loop all players:
if loop-player has permission "group.admin":
send "&aYou have received a notification!" to loop-player

#

That's a basic skript to initially send a message to all admins.

orchid rose
#

Huh

#

Interesting

pulsar schooner
#

You can change it so it takes a command line, and then sends it to all admins... like "/notifyadmins Dude, kill that spider horde!"

#

or simplify it to /@admins anyone want pizza?

orchid rose
#

But I can't do something like "<Hey> @<rank> <message>"?

pulsar schooner
#

CMI can straight-up do a single player with "hey @bobby how are you?"

#

But not a group.

orchid rose
#

Interesting

#

Could I not take the @ player code and copy it and make it ping roles that way?

#

Kind make it act like discord like @pulsar schooner help me 🤣

pulsar schooner
#

you can't re-write how CMI works. It's single player only.

orchid rose
#

Right but why not be able to ping a Prefix?

pulsar schooner
#

You could have skript search for @mods in all lines of text and have it ping them...

orchid rose
#

🤔

pulsar schooner
#

Pinging a prefix or a group is the same.

orchid rose
#

Oh

pulsar schooner
#

You're pinging the people that belong to it

#

It's much easier to put a permission in the group though, because they are plain text and not color coded or the like.

#

Asking for a permission check is easier than asking for a prefeix check, you'll additionally need PlaceholderAPI I believe to do the prefix.

orchid rose
#

And it's even worse if it's a gradient peefix

#

Prefix*

torpid quarry
#

Well yes

pulsar schooner
#

indeed!