SignEdit Configuration

Configuration

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
signedit:    
    ignorecreative: true
    
    invertmouse: false
    
    log:
        filename: signedit.log
        
    commands:
        logtofile: false
        logtoconsole: true  
    
    colorsonplace: 
        enabled: true
        usepermission: false
        
    locale: enUS

    metrics: true
    
    fireBlockBreak: true

The above is the config.yml that ships with SignEdit. Here, we'll go over all the directives and what they mean.

  • ignorecreative: true - When set to true, if someone in creative mode punches a sign with a pending request, the sign will not be destroyed.
  • invertmouse: false - When set to false, the default mouse button to perform edits will be a left click.
  • log.filename: signedit.log - Name of the file to log actions to (located in /plugins/SignEdit)
  • commands.logtofile: false - When set to false, commands will not be logged to your file
  • commands.logtoconsole: true - When set to true, commands will be logged to console
  • fireBlockBreak: true - When true, SignEdit fire a BlockBreakEvent prior to editing a sign.