Config - SuperRonanCraft/AdvancedModreq GitHub Wiki
Here's the full config file and it's description of each section! Need the default file? Get it here
Disable the "update available" join message if an update is available
Set the language, view all available lang files here
Basic Plugin settings that can be disabled/changed
-
The minimum amount of words a ticket must be to allow submitting
-
The maximum characters allowed until a line is cutoff
MessageCutOff: Max: 32 Suffix: '...'
-
Enable the importance system?
Importance: Enabled: true
-
- Enabled: Enable the Ratings system? (A system to allow players to rate how good a tickets service was after it's resolved)
- AllowNotResolved: Allow to rate when a ticket is not resolved allows players to rate tickets once it's closed
Rating: Enabled: true AllowNotResolved: false
-
Filter system to filter out foul language
The rest is self explanatory...Settings: Filter: Enabled: true Submitting: AllowSubmitting: true Substitute: '***' Blacklist: - dumb - stupid - crap
-
Enable the debugger, allowing in-depth errors or loading procedures
Enable a notification when the specified ticket event happens, and what sound to play
Notifications:
<Type>:
Enabled: true
Sound: 'Any sound at https://www.spigotmc.org/wiki/cc-sounds-list/'
Make a ticket cost some cash to create a submission
- Enable the Economy system?
- The price of a ticket submission
Tickets can have a category type to organize situations
-
Enable the Categories system?
-
Create a custom category with it's name as the section
Example:Categories: - <CUSTOMCATEGORYNAME>: Description: - 'A description of category, viewable with /modreq categories' # Can have multiple lines Importance: 5 # Optional if you don't want players chosing an importance level for this category! Item: 'bedrock' # Any item name - <CUSTOMCATEGORYNAME2>: Description: - '&aCool Category &7- &fMake a report based off coolness' Importance: 0 # If an importance level is zero, players can chose their own importance level! Item: 'wool:1:5' # Format <item>:[damage]:[amount]
Tickets can have a category type to organize situations
-
Enable the Templates system?
-
Create a custom template with it's name as the section
Example:Templates: - Grief: Message: 'I just witnessed a griefer, please come help! Using a template' Importance: 0 #An importance level of 0 or NONE will allow the player to choose an importance level Item: 'diamond_pickaxe' Category: 'Griefing' #Forced category to put this template in - <CUSTOMTEMPLATENAME2>: Message: 'I just witnessed a robbery, bob help!' Item: 'beacon' #No category will allow the player to choose a category