Skip to content

Commit ec06cf1

Browse files
committed
update reference.conf
1 parent ad97218 commit ec06cf1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/main/resources/reference.conf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,19 @@ aliases {
172172
volume = [ vol ]
173173
}
174174

175+
176+
// Transforms are used to modify specific play inputs and convert them to different kinds of inputs
177+
// These are quite complicated to use, and have limited use-cases, but in theory allow for rough
178+
// whitelists or blacklists, roundabout loading from some sources, and customization of how things are
179+
// requested.
180+
//
181+
// These are NOT EASY to set up, so if you want to use these, you'll need to look through the code
182+
// for how they work and what fields are needed. Also, it's possible this feature might get entirely
183+
// removed in the future if I find a better way to do this.
184+
185+
transforms = {}
186+
187+
175188
// If you set this to true, it will enable the eval command for the bot owner. This command
176189
// allows the bot owner to run arbitrary code from the bot's account.
177190
//

0 commit comments

Comments
 (0)