From 4d59548028228078946f3cd1bcd45ba3cb2f1215 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Sat, 13 Jun 2020 22:55:55 -0400 Subject: [PATCH] Updated SubCreator (markdown) --- SubCreator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SubCreator.md b/SubCreator.md index 6e6e693..cc4a4ba 100644 --- a/SubCreator.md +++ b/SubCreator.md @@ -20,7 +20,7 @@ SubCreator is the program that creates SubServers for you. This page goes over h SubCreator Templates are pre-made server folders with some special properties. To create a template, all you need to do is create a new folder inside the Templates directory and drop whatever files you need inside. On the SubCreator side of things, below is documentation on an optional file you can use to customize the installation.

## /template.yml -This is a YAML file on the root folder, used to modify SubCreator's default configuration. This is it's full contents:
+This is a YAML file on the root folder, used to modify SubCreator's default configuration. This is its full contents:
```yml Template: Enabled: true @@ -94,7 +94,7 @@ That's great, you may be thinking to yourself, but how do you opt-in a file? Wel > `%`: Select using a Regular Expression (Advanced)
> `/`: Select a full file path, not just the end of one -Inclusion statement modifiers. Use these at the beginning of a statement to determine how it's contents will be used when selecting files.

+Inclusion statement modifiers. Use these at the beginning of a statement to determine how its contents will be used when selecting files.

> `\`: Used to escape a character with special meaning
> `[A-Z]`: Used to select a single character in the specified range (RegEx style)