Tags
Creators
Details
5.4.0
Compatibility
Changes
Update Log Version 5.4.0:
-
Đã sửa phần auto xoá dữ liệu nạp của player (sửa để tương thích với MySQL và SQLite), bây giờ Paybot đã có thể clear dữ liệu cũ (tuỳ vào setting) trong MySQL và SQLite
-
Hoàn thiện hơn MySQL và SQLite
-
Thêm setting chọn giữa MySQL và SQLite
-
Fix bug chặn server khởi động
-
Thêm note hướng dẫn (có hơi ngu tí) cho mysql.yml
-
Sửa lỗi thiếu dependence
-
Tối ưu cơ chế tạo QR/nội dung CK tuỳ biến (trong config.yml)
-
Sửa bug nhỏ: có khả năng trùng nội dung chuyển khoản (khó xảy ra)
-
Max kí tự được đẩy từ 30 -> 70 (trong ngưỡng ngân hàng cho phép)
-
Thêm include-date-prefix: false/true sẽ tạo QR chuyển tiền có ngày tháng năm chuyển, an toàn hơn, gần như không thể trùng đơn, nếu bật cái này ko nên bật check ở dưới, tốn tài nguyên máy hơn
-
Thêm check-duplicate-orders: true/false check xem đơn có trùng hay không, nếu trùng thì tạo lại, nếu bật config ở trên rồi không nên bật cái này, tốn tài nguyên
-
Và nhiều hơn nữa...
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:mLgal5cH:9qWdJe8d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mLgal5cH:9qWdJe8d"
}

