UltraStaff [1.16 - 1.21] Staff Moderation Plugin icon

UltraStaff [1.16 - 1.21] Staff Moderation Plugin -----

Staff Moderation Plugin



INFO: dependency -> NBT API

ULTRASTAFF
  • This plugin is in beta (download)and there may be errors if you have one tell me so I can fix it
FEATURES
  • Multiversion (1.16-1.20).
  • StaffMode.
  • Vanish (enable/disable).
  • Fly.
  • InventorySee.
  • Teleport to random players.
  • Freeze.
  • Navigator.
  • Fully customizable messages.
  • Fully customizable items.
  • StaffChat.
  • Discord integration.
  • Report system (BETA)
  • Chat module
  • RBG support
  • More soon...
COMMANDS
  • /staffmode: Enable or disable staffmode
  • /vanish: Enable or disable vanish mode
  • /freeze (player): Freeze a player
  • /fly [player]: Enable or disable fly mode
  • /s (player): Teleport a player to your position
  • /invsee (player): Open inventory of player
  • /staffchat [message]: Enable or disable staffchat
  • /chat [clear/mute]: Mute or clear chat
  • /report: report a player
  • /reports (player/discard): Manage player or discard reports
PERMISSIONS
  • ultrastaff.staffmode
  • ultrastaff.vanish
  • ultrastaff.vanish.bypass
  • ultrastaff.staffchat
  • ultrastaff.invsee
  • ultrastaff.reports
  • ultrastaff.reports.alerts
  • ultrastaff.fly
  • ultrastaff.fly.others
  • ultrastaff.freeze
  • ultrastaff.s
  • ultrastaff.chat.mute
  • ultrastaff.chat.clear
  • ultrastaff.chat.mute.bypass
Code (YAML):

#
#  ██╗░░░██╗██╗░░░░░████████╗██████╗░░█████╗░░██████╗████████╗░█████╗░███████╗███████╗
#   ██║░░░██║██║░░░░░╚══██╔══╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝██╔══██╗██╔════╝██╔════╝
#   ██║░░░██║██║░░░░░░░░██║░░░██████╔╝███████║╚█████╗░░░░██║░░░███████║█████╗░░█████╗░░
#   ██║░░░██║██║░░░░░░░░██║░░░██╔══██╗██╔══██║░╚═══██╗░░░██║░░░██╔══██║██╔══╝░░██╔══╝░░
#   ╚██████╔╝███████╗░░░██║░░░██║░░██║██║░░██║██████╔╝░░░██║░░░██║░░██║██║░░░░░██║░░░░░
#   ░╚═════╝░╚══════╝░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚═╝╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░
#
#Plugin created by LostString
#UltraStaff: Version 1.7.1-SNAPSHOT
config
:
  updateMessage
: true
  lastUpdateMessage
: true
  staffchat_format
: "&7[&bStaffChat&7] &a%player_name% &7>> &9%message%"
  staffchat_format_discord
: "&7[&bStaffChat&7] &0(&3Discord&0) &a%player_name% &7>> &9%message%"
  execute_command_on_disconect_frozen
: true
  frozen_disconnect_command
: "ban %player% Refuse SS"
  freeze_cooldown
: 10 # cooldown to send "alertfrozen" message in seconds
  alerts
:
    disabled_worlds
:
     - "mines"
      - "spawn"
    # List of blocks that will alert the staff. You can get the blocks from: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    blocks
:
     - "DIAMOND_ORE"
      - "GOLD_ORE"
      - "IRON_ORE"
      - "EMERALD_ORE"
  # if is enabled, players in vanish can't break/place/drop/pickup blocks
  vanish_restrictions
: true
  report_system
: true
  staffmode
:
    # if is enabled, players in staffmode can't break/place/drop/pickup blocks
    restrictions
: true
    items
:
      invsee
:
        enabled
: true
        item
: "CHEST"
        name
: "&bInvsee"
        slot
: 0
        lore
:
         - "&bSee player inventory"
      freeze
:
        enabled
: true
        item
: "ICE"
        name
: "&bFreeze"
        slot
: 1
        lore
:
         - "&aFreeze a player"
      # Require world edit
      world_edit
:
        enabled
: true
        item
: "WOODEN_AXE"
        name
: "&cWorld edit"
        slot
: 2
        lore
:
         - "&cWorldEdit axe"
      navigator
:
        enabled
: true
        item
: "COMPASS"
        name
: "&bNavigator"
        slot
: 3
        lore
:
         - ""
      randomtp
:
        enabled
: true
        item
: "ENDER_PEARL"
        name
: "&9Random TP"
        slot
: 5
        lore
:
         - "&cTeleport to a random player"
      fly
:
        enabled
: true
        item
: "FEATHER"
        name
: "&3Fly"
        slot
: 6
        lore
:
         - "&aEnable &bor &cDisable &bfly"
      vanish
:
        enabled
: true
        item
: "GREEN_DYE"
        item_disabled
: "RED_DYE"
        name
: "&5Vanish"
        slot
: 7
        lore
:
         - "&aEnable &bor &cDisable &bvanish"
      cpscheck
:
        enabled
: true
        item
: "CLOCK"
        name
: "&aCPS Check"
        slot
: 8
        lore
:
         - "&bCheck the cps of a player"
      minertp
:
        enabled
: true
        item
: "GOLDEN_PICKAXE"
        name
: "&eMiner TP"
        slot
: 4
        layer
: 20 # the minimum y layer to register a player how a miner
        lore
:
         - "&bOpen a gui for a player in %y% layer"
  discord
:
    enabled
: false
    token
: "YourBotToken"
    status
: "ONLINE"
    activity
:
      name
: "Minecraft"
      ## types: DEFAULT, WATCHING, COMPETING, LISTENING
      type
: "DEFAULT"
    staffchat
: "CHANNEL ID"
    staffchat_discord_format
: "**STAFF** %player% >> %message%"
    logs_channel
: "CHANNEL ID"
    reports_channel
: "CHANNEL ID"
    send_logs
:
      commands
: true
      join
: true
      leave
: true
      report
: true
    Report
:
      title
: "New Report"
      description
: ""
      color
: "#FFFFF"
      footer
:
        text
: "Powered by: UltraStaff"
        icon_url
: "https://images-ext-2.discordapp.net/external/iSa8LgfhP5WXg3eMNgPpT3Dfy0zGuGsuC0wBYeh0cQM/https/cdn.discordapp.com/avatars/1087081180312109107/a499774dcbd4c15d7a735da8da505cce.png"
      fields
:
        - name
: "Player:"
          value
: "%player%"
          inline
: false
        - name
: "Reported:"
          value
: "%reported%"
          inline
: false
        - name
: "Reason:"
          value
: "%reason%"
          inline
: false
        - name
: "Date:"
          value
: "%date%"
          inline
: false
    Joinlog
:
      title
: "Join log"
      description
: ""
      color
: "#FFFFF"
      footer
:
        text
: "Powered by: UltraStaff"
        icon_url
: "https://images-ext-2.discordapp.net/external/iSa8LgfhP5WXg3eMNgPpT3Dfy0zGuGsuC0wBYeh0cQM/https/cdn.discordapp.com/avatars/1087081180312109107/a499774dcbd4c15d7a735da8da505cce.png"
      fields
:
        - name
: "Log:"
          value
: "%player% has joined to the server"
          inline
: false
    Leavelog
:
      title
: "Leave log"
      description
: ""
      color
: "#FFFFF"
      footer
:
        text
: "Powered by: UltraStaff"
        icon_url
: "https://images-ext-2.discordapp.net/external/iSa8LgfhP5WXg3eMNgPpT3Dfy0zGuGsuC0wBYeh0cQM/https/cdn.discordapp.com/avatars/1087081180312109107/a499774dcbd4c15d7a735da8da505cce.png"
      fields
:
        - name
: "Log:"
          value
: "%player% has leaved to the server"
          inline
: false
    Commandlog
:
      title
: "Command log"
      description
: ""
      color
: "#FFFFF"
      footer
:
        text
: "Powered by: UltraStaff"
        icon_url
: "https://images-ext-2.discordapp.net/external/iSa8LgfhP5WXg3eMNgPpT3Dfy0zGuGsuC0wBYeh0cQM/https/cdn.discordapp.com/avatars/1087081180312109107/a499774dcbd4c15d7a735da8da505cce.png"
      fields
:
        - name
: "Log:"
          value
: "%player% has used a command"
          inline
: false
        - name
: "Command:"
          value
: "%command%"
          inline
: false [/SIZE ] [/COLOR ]
[COLOR=rgb (64, 64, 64 ) ] [SIZE=5 ]


Code (YAML):
#
#  ██╗░░░██╗██╗░░░░░████████╗██████╗░░█████╗░░██████╗████████╗░█████╗░███████╗███████╗
#   ██║░░░██║██║░░░░░╚══██╔══╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝██╔══██╗██╔════╝██╔════╝
#   ██║░░░██║██║░░░░░░░░██║░░░██████╔╝███████║╚█████╗░░░░██║░░░███████║█████╗░░█████╗░░
#   ██║░░░██║██║░░░░░░░░██║░░░██╔══██╗██╔══██║░╚═══██╗░░░██║░░░██╔══██║██╔══╝░░██╔══╝░░
#   ╚██████╔╝███████╗░░░██║░░░██║░░██║██║░░██║██████╔╝░░░██║░░░██║░░██║██║░░░░░██║░░░░░
#   ░╚═════╝░╚══════╝░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚═╝╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░
#
#Plugin created by LostString
#UltraStaff: Version 1.7-BETA
messages
:
  # plugin prefix
  prefix
: "&c&lUltraStaff "
  # success message
  success
: "&aSuccess"
  # this message is sent when staffmode is enabled
  staffchat_enabled
: "&aStaffChat is enabled"
  # this message is sent when staffmode is disabled
  staffchat_disabled
: "&cStaffChat is disabled"
  # No permission message
  no_perms
: "&cYou don't have permission"
  # this message is sent when vanish is enabled
  vanish_actionbar
: "&aYou are in &lVANISH"
  vanish_enabled
: "&aVanish mode enabled"
  # this message is sent when vanish is disabled
  vanish_disabled
: "&cVanish mode disabled"
  # this message is sent when fly mode is enabled
  fly_enabled
: "&aFly mode enabled"
  # this message is sent when fly mode is disabled
  fly_disabled
: "&cFly mode disabled"
  other_fly_enabled
: "&aYour fly mode has been enabled by %player%"
  other_fly_disabled
: "&cYour fly mode has been disabled by %player%"
  no_player
: "&c%player% not found"
  teleported
: "&aYou have been teleported to %player%"
  invsee
: "&ainventory of &c%player% &awas opened"
  chat_mute
: "&aChat was muted by &c%player%"
  chat_unmute
: "&aChat was unmuted by &c%player%"
  chat_muted
: "&cChat are muted."
  chat_clear
: "&aChat was cleared by &c%player%"
  staffmode_enabled
: "&aStaffMode enabled"
  staffmode_disabled
: "&cStaffMode disabled"
  froze
: "&aYou have frozen %player%"
  unfroze
: "&aYou have unfrozen %player%"
  frozenbystaff
: "&cYou were frozen by %player%"
  unfrozenbystaff
: "&cYou were unfrozen by %player%"
  alertfrozen
:
   - "&cYou are frozen, follow the instructions of the staff"
  frozen_disconnect
: "&c%player% &bdisconnected while frozen!"
  randomtp
: "&aYou have been teleported to &c%player%"
  navigator
: "&aTeleported"
  cps_started
: "&aThe cps check of %player% has started"
  cps_ended
:
   - "&aThe cps check of %player% has ended"
    - "&bInformation:"
    - "&6CPS
: %cps%"
  no_players_totp
: "&cNo players to teleport"
  reports_of_player
: "&c%player% &bhas report &c%reported% &bwith the reason: &9%reason% &8(&5%date%&8)"
  cant_self_report
: "&cYou can't report you self"
  success_report
: "&bYou report has been send"
  no_reports
: "&cNo reports found"
  report_discarted
: "&cReport discarted"
  alerts_enabled
: "&bAlerts &a&nEnabled"
  alerts_disabled
: "&bAlerts &c&nDisabled"
  alert
: "&c&lALERT&7: &b%player% has broken &9%block% &8(&3%world% &aX:&2%x%&7,&aY:&2%y%&7,&aZ:&2%z%&8)"
  minerTp
:
    noPlayers
: "&cThere is no player in the layer %y%"
    inventoryTitle
: "&0Player in layer %y%"
    nextPage
: "&aNext Page"
    backPage
: "&cBack"
    userItemName
: "&eMiner"
    userItemLore
:
      - "&7Nickname
: &b%player%"
      - "&7Layer Y
: &b%y%"
  help_message
:
    - "&bCommands
: &9(&crequired&9) &9 [&coptional&9 ] "
    - "
&a/staffmode : &bEnable or disable staffmode "
    - "
&a/v or /vanish : &bEnable or disable vanish mode "
    - "
&a/freeze (player ) : &bFreeze a player "
    - "
&a/fly [player ] : &bEnable or disable fly mode "
    - "
&a/s (player ) : &bTeleport a player to your position "
    - "
&a/invsee (player ) : &bOpen inventory of player "
    - "
&a/staffchat [message ] : &bEnable or disable staffchat "
  report_registered:
    - "
&c&m -------------------------- "
    - "
"
    - "
&5New report registered by &b %player%"
    - "      &9Player
: &a%player%"
    - "      &9Reported
: &a%reported%"
    - "      &9Reason
: &3%reason%"
    - "      &9Date
: &7%date%"
    - ""
    - "&c&m--------------------------"
Resource Information
Author:
----------
Total Downloads: 3,810
First Release: Mar 29, 2023
Last Update: Aug 6, 2024
Category: ---------------
All-Time Rating:
12 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings