Core version: 2.0.004
Supported version of Geometry Dash: 1.0 - 1.3
Required version of PHP: 5.4+ (tested up to 7.4)
- Upload the files on a webserver
- Import
database.sqlinto a MySQL/MariaDB database - Modify your database connection details in a
config/database.phpfile - Configure the core in files in the
config/folder
- Загрузите файлы на веб-сервер
- Загрузите
database.sqlдо базы данных MySQL/MariaDB - Измените занчения для подключения к базе данных в файле
config/database.php - Настройте ядро в файлах папки
config/
- Replace all folders except
data - Update the database using the files in the
__updatesfolder. Follow the version carefully for correct updates
- Замените все папки, кроме
data - Обновите базу данных с помощью файлов в папке
__updates. Внимательно следите за версией для правильного обновления
- !delete
This command deletes the level - !rate <difficulty> <featured>
This command rates the level- Values for
<difficulty>: na, easy, normal, hard, harder, insane - Values for
<featured>: 0 or 1 Exapmle 1: !rate easyExapmle 2: !rate hard 1
- Values for
- !unrate
This command unrates the level - !featured
This command toggle featured at the level - !rename <levelName>
This command renames the level- The value
<levelName>can be written in Latin letters, numbers and spaces Exapmle 1: !rename itsBestExapmle 2: !rename Unreal Level
- The value
Developer: DeXotik