Where can I find this public staff plugin???

Status
This thread has been locked.

Undo

Feedback score
0
Posts
128
Reactions
14
Resources
0
So I am looking for a plugin where if someone joins , every staff member online automatically says something
For example, if i join, all staff that are on automatically say "Welcome back! Feel free to ask any questions if you need help :)"

Just like sudo'ing the staff to chat everytime, please help i cant find it anywhere
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Grogu

Minecrafter
Supreme
Feedback score
5
Posts
87
Reactions
36
Resources
0
I'm sure someone can set up a skript for you. I've seen a few servers with what you're talking about. Someone help this young man?
 

Undo

Feedback score
0
Posts
128
Reactions
14
Resources
0
I'm sure someone can set up a skript for you. I've seen a few servers with what you're talking about. Someone help this young man?
Thank you, someone help me out!!!!
 

Blowns

Premium
Feedback score
1
Posts
1,014
Reactions
526
Resources
0
Code:
    @EventHandler
    public void onJoin(PlayerJoinEvent e) {
        for (Player player : Bukkit.getOnlinePlayers()) {
            if (player.hasPermission("me.staff")) {
                player.chat("Welcome " + e.getPlayer().getName() + "! Fuck off!");
            }
        }
    }
 

Undo

Feedback score
0
Posts
128
Reactions
14
Resources
0
Code:
    @EventHandler
    public void onJoin(PlayerJoinEvent e) {
        for (Player player : Bukkit.getOnlinePlayers()) {
            if (player.hasPermission("me.staff")) {
                player.chat("Welcome " + e.getPlayer().getName() + "! Fuck off!");
            }
        }
    }

I have no idea what to do with this, is there any way you can just send a link of a plugin you can upload
 

Undo

Feedback score
0
Posts
128
Reactions
14
Resources
0
What color do you want them to say it in, I can do it right now
Just no color, because i have default color for each staff position and its differne,t just sudo them to talk
 

Undo

Feedback score
0
Posts
128
Reactions
14
Resources
0
That didnt work, im still looking for one that works! Please! one with a config[DOUBLEPOST=1439323027,1439322990][/DOUBLEPOST]Also, I'd appreciate if it has 2 diff settings, where staff welcome players when they join for the FIRST TIME and where staff welcomes back players that come back
 

Tom

Premium
Feedback score
9
Posts
754
Reactions
481
Resources
0
I'm sure someone can set up a skript for you. I've seen a few servers with what you're talking about. Someone help this young man?
Like he said.

I can do this in skript for you if you want, Won't be done till tomorrow though.
 
Status
This thread has been locked.
Top