Skip to content

Instantly share code, notes, and snippets.

@AndreAugustoDev
AndreAugustoDev / config.yaml
Created July 16, 2024 13:55
Mods Optmizer config
# This file was auto-generated by Mods Optimizer
#
# This file contains a list of known client and server side mods.
# Most of the mods in this list using the wrong signals or are not
# compatible with the dedicated server.
#
# If your mod is included in this list, please refer to the following documentation for guidance:
# This documentation will assist you in supporting automatic detection of the correct side:
# https://github.com/MarkusBordihn/BOs-Mods-Optimizer/wiki/Define-the-correct-environment-for-a-Mod
#
@AndreAugustoDev
AndreAugustoDev / build.yml
Created June 24, 2024 22:41
Minecraft mod build & release
name: Build project
on:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
@AndreAugustoDev
AndreAugustoDev / dotnet.editorconfig
Created March 1, 2024 22:52
EditorConfig for .NET / C#
# EditorConfig is awesome: https://EditorConfig.org
# Version: 1.0.0 (Using https://semver.org)
# Updated: 2024-03-01
# See https://editorconfig.org for more information about .editorconfig files.
# See for references used in this file:
# - https://github.com/RehanSaeed/EditorConfig
# - https://github.com/dotnet/runtime
# - https://learn.microsoft.com/pt-br/dotnet/fundamentals/code-analysis/overview
# - https://learn.microsoft.com/pt-br/dotnet/standard/design-guidelines
@AndreAugustoDev
AndreAugustoDev / Update-AUPackages.md
Last active April 16, 2024 05:19
Update-AUPackages Report #powershell #chocolatey
@AndreAugustoDev
AndreAugustoDev / Display Cleaner.sc
Created August 16, 2017 13:48
Display Cleaner v2 Source Code Script
SCRIPT_START
{
/*
Mod: Display Cleaner
Versão: 2.0
Autor: André Craft
*/
NOP
//Comando DISPLAY_TIMER_BARS não funciona, mas está presente (Para caso funcionar no futuro).
@AndreAugustoDev
AndreAugustoDev / Display Cleaner.sc
Created July 3, 2017 15:36
Display Cleaner Source Script
SCRIPT_START
{
NOP
//Comando DISPLAY_TIMER_BARS não funciona, mas está presente (Para caso funcionar no futuro).
////////// Variáveis //////////
LVAR_INT sall scarn szonen sradar shud stimerbars //Vars Mostrar
LVAR_INT hall hcarn hzonen hradar hhud htimerbars //Vars Esconder
//////////////////////////////