This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import lombok.AllArgsConstructor; | |
import lombok.Data; | |
import lombok.Getter; | |
import lombok.RequiredArgsConstructor; | |
import javax.net.ssl.HttpsURLConnection; | |
import java.awt.*; | |
import java.io.IOException; | |
import java.io.OutputStream; | |
import java.lang.reflect.Array; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local prefixes = { | |
['error'] = '^1[error] ^0', | |
['warn'] = '^3[warn] | ^0', | |
['info'] = '^2[info] | ^0', | |
['debug'] = '^5[debug] | ^0', | |
['verbose'] = '^6[verbose] | ^0' | |
} | |
log = {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$engine: 3 | |
$onesync: on | |
name: Qbox Project | |
version: 1.0.0 | |
author: The Community | |
description: A FiveM core with a load of bloat. | |
tasks: | |
# Download Base Files | |
- action: download_github |