FEATURES
+ ReportGUI
+ Plugin GUI Management
+ Player reports Amount
+ Clickable Message.
+ Custom permissions.Click to expand...
- /sr help/about ____________________ - Help/Info
- /sr manage _____________________ - Open plugin management GUI.
- /sr toggle _______________________ - Toggle modules of the plugin.
- /sr reload ______________________ - Reload the plugin.
- /sr changelog ___________________| - Check plugin changelogClick to expand...
Spoiler: Screenshots
Messages
Management GUI
Messages GUI
Management GUI
Messages GUI
Spoiler: Default config.yml
# ###########################################
# # _____ _ _ #
# # / ___| __| |__ (_) #
# # \ `--. |__| |__| _ __ _ __ __ #
# # `--. \ | | | '_/ | | \ \/ / #
# # /\__/ / | |_ | | | | |> <| #
# # \____/ \___| |_| |_| /_/\_\ #
# # #
# # Developer: Sliide_ #
# ###########################################
#
# StrixReport 1.4.0 configuration file
#
# check_updates: <true/false>
# Should StrixReport check if there are any updates available on Spigot and inform ops there is an update available.
#
#
# Cooldown
# If you want to disable cooldown write "0" in cooldown !
#
# Toggle
# Here you can toggle every setting for the config.
#
# Permissions
# All permissions are customizable but there can't be empty permissions.
#
# Click Teleport
# This is a clickable message for the staff,
# this message can be used with placeholders also "\n".
# Avaiable placeholders for click teleport:
# %player% who used the command.
# %target% who was reported.
# %reason% the report message.
#
# Report GUI configuration layout:
# GUI:
# name: '&cStrix&4Report &7GUI'
# rows: 1
# items:
# example:
# name: '&eExample' // *Necessary
# id: 35 // The id can be numbers and text. *Necessary
# slot: 1 // *Necessary
# amount: 1
# data: 14 // If the item need use data this can be added.
# lore:
# - ''
# - '&6Example lore'
# - ''
#
# ###########################################
#
check_updates : true
cooldown : 30
toggle :
report-gui :
enabled : false
reminder :
enabled : true
self-report :
enabled : false
prefix :
enabled : true
click-teleport :
enabled : true
reported :
enabled : true
permissions :
report :
main : report.use
receive : report.receive
admin : report.admin
toggle : report.toggle
no-permissions : "%prefix% &cYou can't perform this command."
prefix : "&8[&cStrix&4Report&8] &7\xbb&r "
reported : "%prefix% &aYou successfully reported &c%target% &afor &c%reason%"
reminder : "%prefix% &aYour report has been sent to all online staff.."
not-found : "%prefix% &cThe player &7%player% &cwas not found."
self-report : "%prefix% &cYou can't report yourself."
on-cooldown : "&cYou need wait another &f%seconds% &cseconds to report again."
click-teleport :
message : "&7\xbb &cClick to Teleport &7\xab"
hover : "&7Teleport to &f\xbb &c%target%"
command : "/teleport %target%"
toggle-report :
usage : "%prefix% &cUsage: /%command%"
enabled : "&eYour report messages has been &aEnabled"
disabled : "&eYour report messages has been &cDisabled"
usage :
- ""
- "%prefix% &cUsage: /%command% &7<player> <reason>"
- ""
report :
- ""
- "&4&m-----&c&m-----&4&m-----&c&m-----&4&m-----&c&m-----&4&m-----"
- ""
- " &a%player% &7has reported &c%target% &7(%amount%)"
- " &7Reason : &c%reason%"
- ""
- "&4&m-----&c&m-----&4&m-----&c&m-----&4&m-----&c&m-----&4&m-----"
- ""
GUI :
name : "&cStrix&4Report &7GUI"
rows : 1
items : [ ]
Code (YAML):
# ###########################################
# # _____ _ _ #
# # / ___| __| |__ (_) #
# # \ `--. |__| |__| _ __ _ __ __ #
# # `--. \ | | | '_/ | | \ \/ / #
# # /\__/ / | |_ | | | | |> <| #
# # \____/ \___| |_| |_| /_/\_\ #
# # #
# # Developer: Sliide_ #
# ###########################################
#
# StrixReport 1.4.0 configuration file
#
# check_updates: <true/false>
# Should StrixReport check if there are any updates available on Spigot and inform ops there is an update available.
#
#
# Cooldown
# If you want to disable cooldown write "0" in cooldown !
#
# Toggle
# Here you can toggle every setting for the config.
#
# Permissions
# All permissions are customizable but there can't be empty permissions.
#
# Click Teleport
# This is a clickable message for the staff,
# this message can be used with placeholders also "\n".
# Avaiable placeholders for click teleport:
# %player% who used the command.
# %target% who was reported.
# %reason% the report message.
#
# Report GUI configuration layout:
# GUI:
# name: '&cStrix&4Report &7GUI'
# rows: 1
# items:
# example:
# name: '&eExample' // *Necessary
# id: 35 // The id can be numbers and text. *Necessary
# slot: 1 // *Necessary
# amount: 1
# data: 14 // If the item need use data this can be added.
# lore:
# - ''
# - '&6Example lore'
# - ''
#
# ###########################################
#
check_updates : true
cooldown : 30
toggle :
report-gui :
enabled : false
reminder :
enabled : true
self-report :
enabled : false
prefix :
enabled : true
click-teleport :
enabled : true
reported :
enabled : true
permissions :
report :
main : report.use
receive : report.receive
admin : report.admin
toggle : report.toggle
no-permissions : "%prefix% &cYou can't perform this command."
prefix : "&8[&cStrix&4Report&8] &7\xbb&r "
reported : "%prefix% &aYou successfully reported &c%target% &afor &c%reason%"
reminder : "%prefix% &aYour report has been sent to all online staff.."
not-found : "%prefix% &cThe player &7%player% &cwas not found."
self-report : "%prefix% &cYou can't report yourself."
on-cooldown : "&cYou need wait another &f%seconds% &cseconds to report again."
click-teleport :
message : "&7\xbb &cClick to Teleport &7\xab"
hover : "&7Teleport to &f\xbb &c%target%"
command : "/teleport %target%"
toggle-report :
usage : "%prefix% &cUsage: /%command%"
enabled : "&eYour report messages has been &aEnabled"
disabled : "&eYour report messages has been &cDisabled"
usage :
- ""
- "%prefix% &cUsage: /%command% &7<player> <reason>"
- ""
report :
- ""
- "&4&m-----&c&m-----&4&m-----&c&m-----&4&m-----&c&m-----&4&m-----"
- ""
- " &a%player% &7has reported &c%target% &7(%amount%)"
- " &7Reason : &c%reason%"
- ""
- "&4&m-----&c&m-----&4&m-----&c&m-----&4&m-----&c&m-----&4&m-----"
- ""
GUI :
name : "&cStrix&4Report &7GUI"
rows : 1
items : [ ]
Spoiler: Reviews
Forge37gamer StrixReport
[1.0]
English
If you want to make a review of the plugin do it and put your video in the comments on spigot.
Español
Si quieres hacer una revisión del plugin hazlo y pon tu video en los comentarios de la Spigot.Click to expand...
TO-DO Your suggestions
Please leave a rating and a comment below!
Found a bug or have suggestions? Please let me know in the discussion section or PM me on either Spigot.
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.
StrixReport is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 1,108 times (via Spigot). Download it and open it directly in the game.