Skip to content

Instantly share code, notes, and snippets.

View timraay's full-sized avatar

Tim Raaymakers timraay

  • The Netherlands
View GitHub Profile
@timraay
timraay / HLL RCON Documentation.md
Last active July 4, 2024 12:50
Documentation of HLL's RCON protocol and all available commands

Protocol

HLL servers open up a RCON port that lets people connect via TCP. All communication is and should be encrypted with a XOR cipher, of which the key will be sent upon opening the socket connection.

A few implementations can be found here:

Executing commands

@timraay
timraay / get_bm_logs.py
Last active October 9, 2022 21:53
Battlemetrics log extraction script
"""
Battlemetrics log extraction script
Last updated October 9th 2022
The intention of this script is to allow pulling large number of log lines
from the Battlemetrics API and convert them to a text format that looks like
that of the Community RCON Tool. For the sake of simplicity and since
Battlemetrics doesn't store the same amount of information this may mean that
some events are ignored (eg. votekicks, bans) or have placeholder values
(Steam64ID in chat events).
@timraay
timraay / BedrockNewExecute.md
Created August 15, 2022 21:45
Guide to understanding the new Bedrock /execute command syntax

Complete /execute tutorial


As of Bedrock v1.19.10 a new /execute command is now available through the Additional Creator Features experimental toggle. Just like when Java edition first got this new syntax back in the Aquatic Update, it caused some trouble, because it introduces some new concepts and changes the way you should be using /execute.

This guide aims to explain these concepts to you, allowing you to easily adapt to the changes and use them to their fullest potential. Readers are expected to have some basic knowledge of the old /execute syntax.


DISCLAIMER: The new /execute syntax is currently an experimental feature and will likely be expanded in future updates. This guide on the other hand might not. This guide was last updated at 15/08/2022.

HLL RCON Wishlist

Last updated: 06/04/2023 - Changelog

Maintainer: Abu

Contributors:

  • (WTH) Abu
  • [HLL Fr] Dr.WeeD / Maresh
  • NoodleArms[BEER] / emathey
  • [1.Fjg] FlorianSW