Staff Tools icon

Staff Tools -----

Tools for staff to check warnings, reports, bans, a profile command and a staff mode for extra tools



ST-Header.png

My Plugins.png Discord.png Donate.png
features.png

Staff Mode:
  • Ban online players.
  • View active bans.
  • Issue warnings to players.
  • Review open reports.
  • View assigned and unassigned tickets.
Player Profiles:
  • View player's inventory and ender chest.
  • Access reports received and submitted by the player.
  • Check player's ban.
  • Ban or warn an online player.
  • View player's tickets and teleport to them.
Various Commands:
  • Vanish - Go invisible to players.
  • Invsee - View the inventory of another player.
  • Ecsee - View the ender chest of another player.
  • Freeze - Temporarily freeze a player.
  • Tempban - Temporarily ban a player.
  • Warn - Issue a warning to a player.
  • Report - Submit a report.
  • Ticket - Submit a ticket.
  • Chat commands - Includes subcommands like mute, clear, slowmode, censor, and staff chat.
Database
  • To store the bans, warns, reports and tickets you can use MySQL or SQLite
Multiple languges
  • English
  • Español
showcase.png
[​IMG] [​IMG]
com and perms.png
  • Permission: st.staffmode →
    • /staffmode
    • /staffchat
    • st.staffmode.vanish → /vanish
    • st.staffmode.invsee → /invsee <player> and /ecsee <player>
    • st.staffmode.freeze → /freeze <player>
    • st.staffmode.tempban → /tempban <player> <duration> (reason)
    • st.staffmode.warn → /warn <player> <reason>
    • st.staffmode.mute → /mute <player>
    • .st.staffmodeprofile → /profile <player>
    • st.staffmode.chat → /chat <clear|censure|slowmode>
  • Permission: st.admin →
    • Commands:
      • /stafftools <version|reload>
config.png
Code (YAML):
# This is the config version for reference.
# DO NOT EDIT VALUE.
configVersion
: 1

#Available languages
#en_US
#es_ES
locale
: en_US

# This is the en_US.yml version for reference.
# ONLY EDIT ONCE ALL LANGUAGE FILES HAVE BEEN UPDATED.
languageFile
: 1

database
:
  # You can choose between 'sqlite' or 'mysql'
  type
: "sqlite"
  host
: "localhost"
  port
: "3306"
  user
: "root"
  password
: ""
  db_name
: "db_name"

prefix
: "&5[Staff-Tools]"

paginatedGUI
: true

Code (YAML):
command:
  consoleError
: "You can not execute this command from the console"
  notOnline
: "%player% is not online"
  notUUID
: "Could not fetch %player% unique ID"
  issueSQL
: "There was an issue adding the %type% to the database. Contact with the server owner"
  reloaded
: "Configuration reloaded"
  vanish
:
    hidden
: "You are hidden"
    shown
: "Other player can see you"
  freeze
:
    frozen
: "You have been frozen"
    notFrozen
: "You are not frozen anymore"
  mute
:
    muted
: "You have been muted"
    notMuted
: "You are not muted anymore"
  tempban
:
    notValid
: "%date% not valid"
    banned
: "%player% has been banned for %duration%"
    pardon
: "Unbanned %player%"
  warn
:
    warned
: "You have been warned"
    warn
: "You warned %player%"
  report
:
    sent
: "Report sent"
    sentBy
: "%player% reported %target%. Report ID: %id%"
  ticket
:
    opened
: "Ticket opened"
    openedBy
: "%player% opened a ticket. Ticket ID: %id%"

staffMode
:
  staffMode
: "You are now on Staff Mode"
  notStaffMode
: "You are not on Staff Mode"
  check
: "Staffs on Staff-Mode/Staffs Online: "
  randomTP
:
    noTP
: "There are no players to teleport"
    tpTo
: "Teleport to %player%"
  items
:
    gui
: "Menu"
    randomPlayer
: "Teleport to a random player"
    staffPlayers
: "Staff Players"
    quit
: "Quit Staff-Mode"
    vanish
: "Vanish"

chat
:
  clear
: "The chat has been cleared"
  slowMode
:
    cooldown
: "Wait %seconds% seconds"
    notValid
: "%seconds% not valid"
    set
: "Cooldown set to %seconds%"

gui
:
  close
: "Close"
  back
: "Previous page"
  next
: "Next page"
  delete
: "Delete"
  done
: "Done"
  clickDelete
: "Click to delete"
  profile
:
    title
: "%player%'s Profile"
    invsee
: "See inventory"
    ecsee
: "See Ender Chest"
    reports
: "%player%'s Reports"
    reportBy
: "Reports made by %player%"
    bans
: "%player%'s Bans"
    warns
: "%player%'s Warnings"
    tickets
: "%player%'s Tickets"
    tp
: "Teleport to %player%"
  menu
:
    ban
: "Ban a player"
    banPlayer
: "Ban %player%"
    activeBan
: "Active bans"
    warn
: "Warn a player"
    warnPlayer
: "Warn %player%"
    report
: "Active reports"
    myTicket
: "Tickets assigned to you"
    unassignedTicket
: "Unassigned Tickets"
  titles
:
    report
: "Report"
    ban
: "Ban"
    warn
: "Warn"
    ticket
: "Ticket"
    menu
: "Menu"
  lore
:
    player
: "Player:"
    bannedBy
: "Banned by:"
    reporter
: "Reported by:"
    reason
: "Reason:"
    status
: "Status:"
    assigned
: "Assigned to:"
    time
: "Time:"
    duration
: "Duration:"
    created
: "Created:"
    expiration
: "Expiration:"
    edit
: "Click to edit"
  anvil
:
    reason
: "Write a reason"
    duration
: "Write a duration"

status
:
  open
: "Open"
  invalid
: "Invalid"
  valid
: "Valid"
  notAssigned
: "Not assigned"
  process
: "Processing"
  resolved
: "Resolved"
  invalidDesc
: "Marking invalid a report will delete it"
  resolvedDesc
: "Marking as resolved a ticket will delete it"
  changeStatus
: "The %type% changed status to %status%"
  deleted
: "The %type% has been deleted"

config
:
  update
: "Staff Tools has a new update"
  notUpdate
: "Staff Tools is up to date"

Found an issue? Report the issue on Discord
Resource Information
Author:
----------
Total Downloads: 6
First Release: Aug 16, 2023
Last Update: Aug 16, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings