Skip to content

Configuration

Syrent edited this page Oct 1, 2022 · 1 revision

settings.yml

default_language

Default value: en_US

There is a languages folder that you can use to add your own custom language files. You can use the language name that you write before .yml to use that language.

velocity_support

Default value: false

If you want to enable this feature use Velocity features like report data sync.
Note: Follow Installation wiki page If you want to enable this feature.

sounds

command

Default value: ENTITY_EXPERIENCE_ORB_PICKUP

This sound plays whenever a player uses a report command

book

Default value: ITEM_BOOK_PAGE_TURN

This sound plays whenever a player opens a VelocityReport book

new_report

Default value: ENTITY_EXPERIENCE_ORB_PICKUP

This sound plays to moderators whenever a new report created

report

cooldown

Default value: 60

/report command cooldown in second(s)

send_new_report_message

Default value: true

The plugin sends a message to moderators when a new report is created if this option is enabled

staff_actionbar

enabled

Default value: true

Send a actionbar to moderators that shows current pending reports count

send_zero

Default value: false

Prevent send actionbar when pending reports count is zero

prevent_self

Default value: true

Don't allow players to report themselves

custom_reason

Default value: false

Allow custom report reasons

auto_done

enabled

Default value: true

Mark old reports as done automatically

time

Default value: 3600 How much a report should be old in the second(s) to mark as done?

commands

accept

enabled

Default value: false

Run a list of commands that will run every time someone accepts a report

commands

Default value: false

Commands to run

done

enabled

Default value: false

Run a list of commands that will run every time someone done a report

commands

Default value: false

Commands to run

reasons

Put all default reasons that should available in report book gui and via commands when custom_reason options is on.

Default format:

<report id>:
    enabled: <true/false>
    displayname: <report displayname>
    description: <report description>

Example:

killaura:
    enabled: true
    displayname: "<blue>Killaura"
    description: "Killaura is a cheat that allows you to attack players without looking at them."

Clone this wiki locally