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

Summary


Disable-Updater

Disable the "update available" join message if an update is available


Language-File

Set the language, view all available lang files here


Settings

Basic Plugin settings that can be disabled/changed

  • MinimumWords

    The minimum amount of words a ticket must be to allow submitting

  • MessageCutOff

    The maximum characters allowed until a line is cutoff

      MessageCutOff:
        Max: 32  
        Suffix: '...'
  • Importance

    Enable the importance system?

      Importance:
        Enabled: true
  • Rating

    • 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

    Filter system to filter out foul language
    The rest is self explanatory...

    Settings:
      Filter:
        Enabled: true  
        Submitting:  
          AllowSubmitting: true  
          Substitute: '***'  
        Blacklist:  
        - dumb
        - stupid
        - crap
  • Debug

    Enable the debugger, allowing in-depth errors or loading procedures


Notifications

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/'

Economy

Make a ticket cost some cash to create a submission

  • Enabled

    Enable the Economy system?
  • Price

    The price of a ticket submission

Category

Tickets can have a category type to organize situations

  • Enabled

    Enable the Categories system?

  • Categories

    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]

Template

Tickets can have a category type to organize situations

  • Enabled

    Enable the Templates system?

  • Templates

    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
⚠️ **GitHub.com Fallback** ⚠️