ModsJava
Staff - Reworked | Chat Manager | Staff Mode | Alerts | Reports and more!
Diamond Finder: Whenever a player mines a diamond, it would instantly alert Staff that have the correct permission, smartly coded to check amount of diamonds.
High CPS: Completely configurable MAX CPS Value, it would alert Staff whenever a player has more than the configurable cps value.
Chat Manager: Manage your chat, toggle it or untoggle it, slow it, clear it, completely spam free and doesn't cause console logs bugs.
Staff Chat: Simple feature to guarantee the constant communication between your staff members without having to use TS, Skype, or Discord etc..
Freeze: Freeze or unfreeze players, frozen players will not be able to do anything, not even look around, so you can be certain they cannot escape the frozen state.
Staff Mode: Highly efficient staff mode, gives you a bunch of useful items when toggled, completely safe, saves Inventory then restores it up on retoggling.
Reports: Custom Reports system with a file database, easy to use, manual, configurable cooldown, and completely handy, you can get the registered reports using commands.
StaffMode:
Compass: Launches you towards the location you're facing (Requires: WorldEdit )
Book: Inspects Inventory of the player you're facing.
Wooden Axe: WorldEdit Wand, (Requires: WorldEdit )
Carpet: Just for the better look, Used by Youtubers a lot.
Skull: Displays All online Staff Members.
Eye of Ender: Randomly teleport to an online player, smartly coded to never teleport to you.
Clock: Same as the carpet, just for the better look, will probably implement a feature to it.
Effects: Staff Members that join Staff Mode will not be able to Interact, pvp, place blocks, break blocks, pickup blocks or drop blocks and will be vanished.
Chat Manager:
Clear Chat: Clearing chat but more optimized, and console spam free.
Toggle Chat: Smartly coded, and would never get confused, booleans are on point, guaranteed not to fail.
Slow Chat: Ability to set Chat Delay in-game, and displays current Delay, does not accept incorrent number formats.
Freeze:
Effects: Players that are frozen will not be able to Move, look around, break blocks, place blocks, interact, pvp, drop items or pickup items.
Potions Effects: Players that are frozen will get MAX Slowness and Jump boost, so they cannot move anywhere.
Diamond Finder:
Amount: In case Diamonds amount is less than 2 it will broadcast a different message, to make sure all messages look professional.
Code (Text):
############################################################
# +------------------------------------------------------+ #
# | Staff | #
# +------------------------------------------------------+ #
############################################################
# Please do not claim ownership of the plugin, any plugin blatantly using one of Staff's methods will get reported.
# If you are new to using Color Codes, you can find a detailed list here: http://bit.ly/1cmAsDQ
Options:
Notifications: true
Values:
# Staff will alert you if a player has a great value than Max/Super CPS.
MaxCPS: 16
SuperCPS: 20
Reports:
# Cooldown between each report, only supports seconds.
Cooldown: 60
StaffMode:
# Should a Staff Member not have a Join/Quit Message when joining/quitting?
SilentJoin: true
SilentQuit: true
# If this is set to true Staff with the correct permission will go into StaffMode when they login
onJoin: true
# Which Gamemode should players have while in StaffMode, Remember, all Invs get reset so there's no worry about Abuse.
GameMode: CREATIVE
ChatManager:
# How Many Lines should ClearChat clear.
Lines: 150
# Chat Delay, You can modify this value in-game using /chat slow {seconds}
Slow: 3
Messages:
Prefix: "&7[&cStaff&7] "
StaffChatPrefix: "&7[&cStaffChat&7] "
StaffChat: "&c{player}&7: &c"
NoPermission: "&cYou do not have enough permission to run this command."
ClearChat: "&7Chat has been cleared by &c{player}&7."
ChatON: "&7Chat has been locked by &c{player}&7."
ChatOFF: "&7Chat has been unlocked by &c{player}&7."
StaffChatON: "&7You are now talking in StaffChat."
StaffChatOFF: "&7You are no longer talking in StaffChat."
ChatLocked: "&7Chat is currently Locked."
Frozen: "&7You have been frozen by &c{player}&7."
Unfrozen: "&7You have been unfrozen by &c{player}&7."
NoLogout: "&7Leaving will result in a &cPermanent &7Ban."
Logout: "&7You are now permitted to log out safely."
# +------------------------------------------------------+ #
# | Staff | #
# +------------------------------------------------------+ #
############################################################
# Please do not claim ownership of the plugin, any plugin blatantly using one of Staff's methods will get reported.
# If you are new to using Color Codes, you can find a detailed list here: http://bit.ly/1cmAsDQ
Options:
Notifications: true
Values:
# Staff will alert you if a player has a great value than Max/Super CPS.
MaxCPS: 16
SuperCPS: 20
Reports:
# Cooldown between each report, only supports seconds.
Cooldown: 60
StaffMode:
# Should a Staff Member not have a Join/Quit Message when joining/quitting?
SilentJoin: true
SilentQuit: true
# If this is set to true Staff with the correct permission will go into StaffMode when they login
onJoin: true
# Which Gamemode should players have while in StaffMode, Remember, all Invs get reset so there's no worry about Abuse.
GameMode: CREATIVE
ChatManager:
# How Many Lines should ClearChat clear.
Lines: 150
# Chat Delay, You can modify this value in-game using /chat slow {seconds}
Slow: 3
Messages:
Prefix: "&7[&cStaff&7] "
StaffChatPrefix: "&7[&cStaffChat&7] "
StaffChat: "&c{player}&7: &c"
NoPermission: "&cYou do not have enough permission to run this command."
ClearChat: "&7Chat has been cleared by &c{player}&7."
ChatON: "&7Chat has been locked by &c{player}&7."
ChatOFF: "&7Chat has been unlocked by &c{player}&7."
StaffChatON: "&7You are now talking in StaffChat."
StaffChatOFF: "&7You are no longer talking in StaffChat."
ChatLocked: "&7Chat is currently Locked."
Frozen: "&7You have been frozen by &c{player}&7."
Unfrozen: "&7You have been unfrozen by &c{player}&7."
NoLogout: "&7Leaving will result in a &cPermanent &7Ban."
Logout: "&7You are now permitted to log out safely."
Main Commands:
- /chat - Main Chat Help Command. (Aliases: /c)
- /chat toggle - Toggle the chat.
- /chat clear - Clear the chat
- /chat slow - Slow the chat.
- /freeze - Freeze/Unfreeze a Player. (Aliases: /ss)
- /staff - Toggle Staff Mode. (Aliases: /h, /s)
- /staffchat - Toggle Staff Chat. (Aliases: /sc)
- /report - Report a Player. (Aliases: /rep)
- /reports - Get the list of Reports. (Aliases: /reps)
- /reports clear - Clear the registered reports.
- staff.help - /chat
- staff.clearchat - /chat clear
- staff.togglechat - /chat toggle
- staff.slowchat - /chat slow
- staff.freeze - /freeze
- staff.staffmode - /staff, Player with this permissions will have access to a lot of features from the StaffMode feature itself.
- staff.chat - /staffchat
- staff.report - /reports
- staff.notify - Players with this permissions will get notified in both Diamonds Found & HighCPS cases.
- You are not allowed to Sell the plugin.
- You are not allowed to Decompile the plugin.
- You are not allowed to Claim Ownership of the plugin.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Staff - Reworked | Chat Manager | Staff Mode | Alerts | Reports and more! is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10. Downloaded 8,832 times (via Spigot). Download it and open it directly in the game.