#This file is for disabling features. Disabling features can only be done on start up, so you will need to restart (reload also probably works) for disabling a feature. #If you wish to disable a feature, get one of it's FULL patterns or the Class Name of the feature. #This is if you want Skript to send a console message if a feature is disabled. Default is false. DEBUG: false #Add a node in the format of : to disable that feature. #If you don't know the Class Name you should make the to Feature. Remember don't put the same Feature. #If you know the Class Name you don't need the pattern, so you should set the to "null" #Take note that you can only disable Expressions, Effects, Conditions or Events. You can't disable Classinfos and similar. #If you need more info. Ask me (Mirreducki not Njol) about anything on this, or make an issue report at https://github.com/bensku/Skript/issues features: #Examples #ExprChatRecipients: null #Feature1: [chat][( |-)]recipients #Feature2: [the] (attacked|damaged|victim) [<(.+)>] #ExprChatRecipients: [chat][( |-)]recipients ExampleWhatever: null #You can also alter a pattern if put inside "alterSyntax:" #It should be put in the following format: : alterSyntax: #This pattern: "inventory of %inventorytype%" conflicts with Skript's pattern "inventor(y|ies) of %inventoryholder%". #So we want to alter it instead of disabling the whole feature. #inventory of %inventorytype%: new inventory of %inventorytype% ExampleASDSADSAD: ExampleLOL #Never alter this. Version: V8