SupportBE (English & Deutsch)

SupportBE (English & Deutsch) 1.2

SuprexDE

Supporter
SuprexDE submitted a new resource:

SupportBE - The plugin is a support system plugin. This allows players to write privately with a team member.

View attachment 699

SUPPORTBE

1.0



The plugin is a support system plugin. This allows players to write privately with a team member.
It is a easy Plugin.


Commands:

/support [Message] - Send a help message to a Staff-Member
/stafflist - List all online team members
/sa [Player] [Message] - For Staffs: Write privately with a player


Permissions:

supportpe.staff - Mark as employee...
Read more about this resource...
 
package de.suprexde.supportpe.listener;

import cn.nukkit.Player;
import cn.nukkit.event.EventHandler;
import cn.nukkit.event.Listener;
import cn.nukkit.event.player.PlayerJoinEvent;
import de.suprexde.supportpe.main.Main;

public class JoinEvent implements Listener {
@EventHandler
public void OnJoin(PlayerJoinEvent e) {
Player p = e.getPlayer();
if (p.getName().equalsIgnoreCase("SuprexDE"))
p.sendMessage(String.valueOf(Main.prefix) + "§cSupportBE §eist drauf! §7(§eVersion§7: §e1.2§7)");
}

}

Haha geil xd Erstma abchecken, auf welchen Servern das Plugin drauf is EHRE.
 
Top