#Plug-in for pinging LP Ranks
59 messages · Page 1 of 1 (latest)
@dire sapphire pinging in my technical aid ❤️
😅 not sure, i use cmi so we can ping people, i dont know if ranks themselves can be @ or not in game
Whats cmi?
I need help finding more plug-ins lol
Do you know of any way to create fake players for cmi to ping?
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?
does ESS have a ping option?
No it doesn't even have channels lol
Also ESS is essentials
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.
Cmi gives /spawn?
yup
Oh fr?
CMI does EVERY command ESS does. Plus adds about 20 more plugins worth of commands.
O.O
/sit /rtp /invsee /holograms, and on and on.
OK so here's another question.
/nv
/glow
And to put potion effects on armor like nv and jump boost.
How to?
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.
Idk how to code lmao
CMI and Skript can do everything.,
You don't have to. ChatGPT is fluent in Skript.
Oh
Here let me get an example for you.
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)
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.
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?
But I can't do something like "<Hey> @<rank> <message>"?
CMI can straight-up do a single player with "hey @bobby how are you?"
But not a group.
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 🤣
you can't re-write how CMI works. It's single player only.
Right but why not be able to ping a Prefix?
You could have skript search for @mods in all lines of text and have it ping them...
🤔
Pinging a prefix or a group is the same.
Oh
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.
Well yes
indeed!