minetest.get_ban_description - Uberi/MineTest-API GitHub Wiki

minetest.get_ban_description

Description

Gets the text explaining why a player was banned.

Syntax

[string](../type/string.html) get_ban_description([string](../type/string.html) ip_or_name)

Examples

print("foobar was banned because: " .. minetest.get_ban_description("foobar"))
⚠️ **GitHub.com Fallback** ⚠️