StaffChat icon

StaffChat -----

StaffChat with Redis



Useful and customizable staff chat plugin that redis uses to run and connect all the servers where the plugin is installed. Notice: You don't have to put the plugin on bungee cord, only on the servers you want it to communicate with.

Feautres:
  • Activate or deactivate staff chat
  • Pinned el staff chat
  • Support 1.8 - 1.18
  • Clean Code
  • Customizable format
  • Customizable message
  • Event API
Commands and Permissions:
  • /staffchat <message> - alias /sc - permission: staffchat.use
  • /staffchat reload - permission: staffchat.reload
  • /staffchat visibility - permission: staffchat.visibility
  • /staffchat - pinned or unpinned staff chat
Code (Java):
    @EventHandler
    public void onMessageSend (StaffChatSendMessageEvent event ) {
        System. out. println (event. getMessage ( ) ) ;
    }
   
    @EventHandler
    public void onMessageReceive (StaffChatReceiveEvent event ) {
        System. out. println (event. getSender ( ) ) ;
    }

Code (YAML):
redis:
  host
: "localhost"
  port
: 6379
  password
: ""
notification-sound
:
  enable
: false
  sound
: BURP

Code (YAML):
format : "[StaffChat] &f%player%&r: %message%"
help
: "/staffchat <message>"
pinned
: "StaffChat: Pinned"
un-pinned
: "StaffChat: Un-Pinned"
visibility-enable
: "StaffChat: Visibility Enable"
visibility-disable
: "StaffChat: Visibility Disable"
reload
: "Reload finish!"

If you have any questions about how to use the plugin, you can contact me, sorry for my bad English.
Resource Information
Author:
----------
Total Downloads: 106
First Release: Dec 21, 2021
Last Update: Dec 21, 2021
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings