Skip to content

Instantly share code, notes, and snippets.

View an1by's full-sized avatar
🇷🇺
Russian programmer

An1by an1by

🇷🇺
Russian programmer
View GitHub Profile
@an1by
an1by / donation-alerts-donate-event.html
Last active February 22, 2026 19:17
Donation Alerts (Donate event listener)
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- DonationAlerts -->
#!/bin/bash
# Простой скрипт для конвертации изображений в WebP
# Проверка ffmpeg
if ! command -v ffmpeg &> /dev/null; then
echo "Ошибка: ffmpeg не установлен!"
exit 1
fi
// Самый простой автоматизатор вставки запрещенных слов в блек-лист вашего DonationAlerts
// 1. Заходите на страницу: https://www.donationalerts.com/dashboard/donations-settings/blacklist
// 2. Открываете инструменты разработчка -> Консоль
// 3. Копируете этот скрипт, вставляете его в окошко ввода и нажимаете Enter
// P.S. Если скрипт не вставляется - ручками прописываете "allow pasting" (без "") и нажимаете Enter.
const response = await fetch("https://raw.githubusercontent.com/bars38/Russian_ban_words/refs/heads/master/words.txt");
const words = (await response.text()).replaceAll("\n", " ");
var encodedData = encodeURIComponent(`main_currency=RUB&timezone=Europe%2FMoscow&language=ru_RU&remove_links=1&black_list_words=${words}&words=&email_news=0`);
[13May2024 22:58:03.684] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.17, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, nogui]
[13May2024 22:58:03.692] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.9 by Amazon.com Inc.; OS Windows 11 arch amd64 version 10.0
[13May2024 22:58:04.123] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
[13May2024 22:58:04.260] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/An1by/Desktop/auramods/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
[13May2024 22:58:05.037] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\An1by\Desktop\auram
[13May2024 21:11:11.298] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.8, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, nogui]
[13May2024 21:11:11.306] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.9 by Amazon.com Inc.; OS Windows 11 arch amd64 version 10.0
[13May2024 21:11:11.621] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
[13May2024 21:11:11.756] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/An1by/Desktop/auramods/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
[13May2024 21:11:12.274] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\An1by\Desktop\auramo
@an1by
an1by / gist:7db8a332a040fd42566d0f6f397fa727
Created February 22, 2024 21:11
smth wrong with replayvoicechat
Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Replace mod 'Replay Voice Chat' (replayvoicechat) 1.20.1-1.3.3 with any version that is compatible with:
- voicechat 1.20.1-2.5.0
Unmet dependency listing:
- Mod 'Replay Voice Chat' (replayvoicechat) 1.20.1-1.3.3 is incompatible with version 1.20.1-2.5.0 or later of mod 'Simple Voice Chat' (voicechat), but a matching version is present: 1.20.1-2.5.0!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:192)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:148)
cd ~
rm g.sh
rm gStandart.sh
rm us.sh
rm GHelp.sh
rm -r Geyser
rm -r Geyser116
rm grmall.sh
echo "Запуск Geyser[1.15.2] на Termux..."
cd Geyser
java -jar Geyser.jar
pkg install -y proot wget
mkdir ~/ubuntu_directory
cd ~/ubuntu_directory
wget https://raw.githubusercontent.com/Neo-Oli/termux-ubuntu/master/ubuntu.sh
sed -i 's/disco/focal/g' ubuntu.sh
bash ubuntu.sh
sed -i 's/#command+=" -b \/data/command+=" -b \/data/g' start-ubuntu.sh
echo "Запуск UbuntuOS - ./us.sh"
echo "Запуск Geyser для 1.16(в Ubuntu) - ./g.sh"
echo "Запуск Geyser для 1.15.2(в Ubuntu) - ./gStandart.sh"
echo "Удалить все файлы Geyser - ./grmall.sh"
echo "Официальный сайт Geyser - geysermc.org"
echo "Создатель скрипта - vk.com/anibyty"