mirror of
https://github.com/barkeser2002/pterodactyl-addons.git
synced 2026-09-25 02:19:54 +03:00
19 lines
328 B
JSON
Executable File
19 lines
328 B
JSON
Executable File
{
|
|
"./filetoedit.txt": [
|
|
{
|
|
"type": "above",
|
|
"where": "ABOVE",
|
|
"add": "THIS TEXT IS ABOVE"
|
|
},
|
|
{
|
|
"type": "under",
|
|
"where": "UNDER",
|
|
"add": "THIS TEXT IS UNDER"
|
|
},
|
|
{
|
|
"type": "replace",
|
|
"where": "REPLACE",
|
|
"add": "THIS TEXT REPLACE THE OLD TEXT"
|
|
}
|
|
]
|
|
} |