Installation
[DAFTAR=1]
[*]Download
OnyxAnticheat.jar
[*]Tempatkan di dalam folder
/plugins/ server Anda
[*]Mulai ulang server
[*]Config file akan auto-generated di
plugins/OnyxAnticheat/
[/DAFTAR]
[HR][/HR]
⁇ ️ Perintah
[TABEL]
Command
Description
/oac helpTampilkan semua perintah
/oac alertsToggle alert notifications
/oac reloadReload configuration
/oac check <player>Lihat pelanggaran pemain
/oac clear <player|all>Clear violation data
/oac kick <player>Kick a player
/oac ban <player>Ban a player
/oac freeze <player>Freeze a player
/oac guiOpen management GUI
/oac logsView log info
/oac log <player>Aktivitas pemain pencarian hari ini
/oac logs guiOpen Admin Log GUI
/oac checksDaftar semua check dan status
/oac setcheck <check> <true/false>Toggle a specific check
/oac statsViolation statistics
[/TABEL]
[HR][/HR]
Permissions
[KODE]
oac.admin — Akses admin penuh (termasuk semua di bawah)
oac.admin.logs — Akses Sistem Log Admin & pemberitahuan
oac.admin.gui — Open GUI
oac.admin.freeze — Freeze/unfreeze pemain
oac.admin.kick — Use /oac kick
oac.admin.ban — Use /oac ban
oac.admin.clear — Clear violation data
oac.alerts — Receive anticheat alerts in chat
oac.bypass — Bypass all checks (default: false)
oac.debug — Toggle debug mode
oac.reload — Reload config
oac.verbose — Receive verbose check details
[/CODE]
[HR][/HR]
Log File Structure
Code (Text):
plugins/OnyxAnticheat/
├── config.yml
├── messages.yml
└── logs/
├── activity/
│ └── activity_2026-06-04.log ← Farming, building, crafting, chat
├── admin/
│ └── admin_2026-06-04.log ← Admin actions & AC alerts
├── clients/
│ └── clients_2026-06-04.log ← Client brands & login info
└── system_2026-06-04.log ← Server start/stop, daily rotation
Example log entries:
Code (Text):
[10:23:41] [FARMING] Steve planted 1x Carrot @ world (10, 64, 20)
[10:24:05] [BREAK] Steve broke Diamond Ore @ world (8, 12, 44)
[10:24:30] [CONTAINER] Steve opened chest @ world (10, 65, 20)
[10:25:00] [CMD] Steve used: /home
2026-06-04 10:22:00 JOINED | Player: Steve | Client: feather | IP: 192.168.1.x
[HR][/HR]
⚙️ Configuration (config.yml)
Code (Text):
admin-log:
log-block-place: true
log-block-break: true
log-items: true
log-crafting: true
log-containers: true
log-commands: true
log-chat: true
farming-notify-every: 64 # Notify admins every 64 crops planted
notify-admins: true
checks:
KillAura:
enabled: true
A:
max-rotation-speed: 180.0
vl-threshold: 10
# ... and so on for all 40+ checks