What is RhinoStaff?
RhinoStaff is an affordable moderation tool developed to make the life of your server's staff members easier. To purchase RhinoStaff, please join our discord: https://discord.gg/QcbxhaH.
Features
- Custom events (StaffChatEvent, StaffJoinEvent, StaffQuitEvent. This is easy for developers to use.)
- CommandSpy (See all the commands players are executing, can be toggled by using /commandspy)
- ChatFilter & CommandFilter (The settings.yml file has a string list with all the filtered words, you can add and remove words.)
- Staff join & Staff quit messages (Prevents staff abuse, global if you are using redis)
- Helpop & report (Global if you are using redis)
- Staff Chat (Global if you are using redis)
- Fully configurable (There are two files, settings.yml and messages.yml file)
Permissions
- rhinostaff.staff (Main permission, to see staff chat, reports etc..)
- rhinostaff.command.helpop (Permission to use the /helpop command)
- rhinostaff.command.report (Permission to use the /report command)
- rhinostaff.command.staffchat (Permission to use the /staffchat command)
- rhinostaff.command.commandspy (Permission to use the /commandspy command)
Configuration
Screenshots
Proof of ownership
https://gyazo.com/90b3372061394961cc83c45f233a0bb4
In-game screenshots
http://prntscr.com/m1laps
http://prntscr.com/m1lasn
http://prntscr.com/m1lavr
http://prntscr.com/m1laxl
http://prntscr.com/m1lb02
http://prntscr.com/m1lb9n
http://prntscr.com/m1lbcf
Additional information
This plugin was made by thread however, I do have rights from 7x6 to sell this.
Contact Info:
Discord:Switches#0001
Tele
IDKSwitches
Discord Server: https://discord.gg/uac2d5d
Price: 5$ (Will be 10$ after the sale expires) Price src: 25$
Ownership: $50
RhinoStaff is an affordable moderation tool developed to make the life of your server's staff members easier. To purchase RhinoStaff, please join our discord: https://discord.gg/QcbxhaH.
Features
- Custom events (StaffChatEvent, StaffJoinEvent, StaffQuitEvent. This is easy for developers to use.)
- CommandSpy (See all the commands players are executing, can be toggled by using /commandspy)
- ChatFilter & CommandFilter (The settings.yml file has a string list with all the filtered words, you can add and remove words.)
- Staff join & Staff quit messages (Prevents staff abuse, global if you are using redis)
- Helpop & report (Global if you are using redis)
- Staff Chat (Global if you are using redis)
- Fully configurable (There are two files, settings.yml and messages.yml file)
Permissions
- rhinostaff.staff (Main permission, to see staff chat, reports etc..)
- rhinostaff.command.helpop (Permission to use the /helpop command)
- rhinostaff.command.report (Permission to use the /report command)
- rhinostaff.command.staffchat (Permission to use the /staffchat command)
- rhinostaff.command.commandspy (Permission to use the /commandspy command)
Configuration
SERVER_NAME: "Lobby"
#REDIS CACHE
redis:
enabled: true
host: "localhost"
port: 6379
auth: true
password: "dev"
#COOLDOWNS IN SECONDS
HELPOP_COOLDOWN: 60
REPORT_COOLDOWN: 45
#FILTER
FILTERED_WORDS:
- "fucking"
- "fuck"
- "cunt"
#REDIS CACHE
redis:
enabled: true
host: "localhost"
port: 6379
auth: true
password: "dev"
#COOLDOWNS IN SECONDS
HELPOP_COOLDOWN: 60
REPORT_COOLDOWN: 45
#FILTER
FILTERED_WORDS:
- "fucking"
- "fuck"
- "cunt"
INSUFFICIENT_PERMISSIONS: "&cInsufficient permissions."
ON_COOLDOWN: "&cYou are currently on cooldown for &l%REMAINING% &c."
USAGE: "&cIncorrect Usage: \nUsage: %LABEL%"
PLAYER_NOT_FOUND: "&cPlayer, %PLAYER% cannot be found, please make sure they are online!"
#HELPOP AND REPORT
REPORT_SUCCESFULLY_SENT: "&aYour report has been sent to the online staff members."
REPORT_STAFF: "&9&l[REPORT] &7(%SERVER%) &f%PLAYER% &9has reported &f%REPORTED% &9for: \n&9- Reason: &f%REASON%"
HELPOP_SUCCESFULLY_SENT: "&aYour request has been sent to the online staff members."
HELPOP_STAFF: "&9&l[HELPOP] &7(%SERVER%) &f%PLAYER% &9has requested assistance: \n&9- Reason: &f%REASON%"
#CHAT FILTER
FILTER_CHAT_MESSAGE_STAFF: "&9[Chat Filter] &9&l%PLAYER% &9-> %FILTERED%"
FILTER_CHAT_MESSAGE_PLAYER: "&9Your message contained a &9&lfiltered &9word, your message has been removed."
#COMMAND FILTER
FILTER_COMMAND_STAFF: "&9[Command Filter] &9&l%PLAYER% &9-> %FILTERED%"
FILTER_COMMAND_PLAYER: "&9Your command contained a &9&lfiltered &9word, your command has been removed."
#COMMAND SPY
COMMAND_SPY_TOGGLED: "&9Your &9&lcommand spy&9 has been &9&l%BOOLEAN%&9."
COMMAND_SPY: "&7[&9COMMAND SPY&7] &f%PLAYER%: &9%COMMAND%"
#STAFFCHAT
STAFFCHAT_TOGGLED: "&9Your &9&lstaffchat &9has been &9&l%BOOLEAN%&9."
STAFFCHAT_MESSAGE: "&9&l[STAFFCHAT] &7(%SERVER%) &9&l%PLAYER%&f: %MESSAGE%"
#STAFF JOIN
STAFF_JOIN_MESSAGE: "&9&l[STAFF] &f%PLAYER% &9has joined &9&l%SERVER%"
STAFF_LEAVE_MESSAGE: "&9&l[STAFF] &f%PLAYER% &9has left &9&l%SERVER%"
ON_COOLDOWN: "&cYou are currently on cooldown for &l%REMAINING% &c."
USAGE: "&cIncorrect Usage: \nUsage: %LABEL%"
PLAYER_NOT_FOUND: "&cPlayer, %PLAYER% cannot be found, please make sure they are online!"
#HELPOP AND REPORT
REPORT_SUCCESFULLY_SENT: "&aYour report has been sent to the online staff members."
REPORT_STAFF: "&9&l[REPORT] &7(%SERVER%) &f%PLAYER% &9has reported &f%REPORTED% &9for: \n&9- Reason: &f%REASON%"
HELPOP_SUCCESFULLY_SENT: "&aYour request has been sent to the online staff members."
HELPOP_STAFF: "&9&l[HELPOP] &7(%SERVER%) &f%PLAYER% &9has requested assistance: \n&9- Reason: &f%REASON%"
#CHAT FILTER
FILTER_CHAT_MESSAGE_STAFF: "&9[Chat Filter] &9&l%PLAYER% &9-> %FILTERED%"
FILTER_CHAT_MESSAGE_PLAYER: "&9Your message contained a &9&lfiltered &9word, your message has been removed."
#COMMAND FILTER
FILTER_COMMAND_STAFF: "&9[Command Filter] &9&l%PLAYER% &9-> %FILTERED%"
FILTER_COMMAND_PLAYER: "&9Your command contained a &9&lfiltered &9word, your command has been removed."
#COMMAND SPY
COMMAND_SPY_TOGGLED: "&9Your &9&lcommand spy&9 has been &9&l%BOOLEAN%&9."
COMMAND_SPY: "&7[&9COMMAND SPY&7] &f%PLAYER%: &9%COMMAND%"
#STAFFCHAT
STAFFCHAT_TOGGLED: "&9Your &9&lstaffchat &9has been &9&l%BOOLEAN%&9."
STAFFCHAT_MESSAGE: "&9&l[STAFFCHAT] &7(%SERVER%) &9&l%PLAYER%&f: %MESSAGE%"
#STAFF JOIN
STAFF_JOIN_MESSAGE: "&9&l[STAFF] &f%PLAYER% &9has joined &9&l%SERVER%"
STAFF_LEAVE_MESSAGE: "&9&l[STAFF] &f%PLAYER% &9has left &9&l%SERVER%"
Screenshots
Proof of ownership
https://gyazo.com/90b3372061394961cc83c45f233a0bb4
In-game screenshots
http://prntscr.com/m1laps
http://prntscr.com/m1lasn
http://prntscr.com/m1lavr
http://prntscr.com/m1laxl
http://prntscr.com/m1lb02
http://prntscr.com/m1lb9n
http://prntscr.com/m1lbcf
Additional information
This plugin was made by thread however, I do have rights from 7x6 to sell this.
Contact Info:
Discord:Switches#0001
Tele
Discord Server: https://discord.gg/uac2d5d
Price: 5$ (Will be 10$ after the sale expires) Price src: 25$
Ownership: $50
Last edited:

