Cleans the config file, and properly migrates existing configurations #16
All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
This commit is contained in:
18
src/main/resources/config-migrations.txt
Normal file
18
src/main/resources/config-migrations.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
Options.Language=language
|
||||
Options.Title-Author_Separator=separator.titleAuthor
|
||||
Options.Lore_line_separator=separator.loreLine
|
||||
Options.Price_to_create_book.Item_type=bookPrice.itemType
|
||||
Options.Price_to_create_book.Required_quantity=bookPrice.quantity
|
||||
Options.Author_Only_Copy=authorRestricted.copy
|
||||
Options.Author_Only_Unsign=authorRestricted.unsign
|
||||
Options.Author_Only_Save=authorRestricted.save
|
||||
Options.Books_for_new_players=firstJoin.booksToGive
|
||||
Options.Message_for_new_players=firstJoin.welcomeMessage
|
||||
Options.Admin_Auto_Decrypt=encryption.allowAdminBypass
|
||||
Options.Use_Real_Encryption=encryption.useRealEncryption
|
||||
Options.Allow_Prevent_Admin_Decryption=encryption.allowAdminBypassBlocking
|
||||
Options.Max_Number_of_Duplicates=limit.maxDuplicates
|
||||
Options.Format_Book_After_Signing=functionality.formatBookOnSigning
|
||||
Options.Change_Generation_On_Copy=functionality.changeBookGenerationOnCopy
|
||||
Options.Enable_Book_Peeking=functionality.enableBookPeeking
|
||||
Options.Save_Books_in_Yaml_Format=
|
Reference in New Issue
Block a user