Skip to content

Instantly share code, notes, and snippets.

View airone01's full-sized avatar
❄️
I love nix

Erwann Lagouche airone01

❄️
I love nix
View GitHub Profile
@airone01
airone01 / apps.md
Last active March 7, 2026 15:56
List of apps to package
  • durdraw
  • junit_5
  • searchix
  • c_formatter_42
@airone01
airone01 / file_bee.txt
Created March 17, 2025 13:57
Testing files
Scripts.com
Bee Movie
By Jerry Seinfeld
NARRATOR:
(Black screen with text; The sound of buzzing bees can be heard)
According to all known laws
of aviation,
:
there is no way a bee
@airone01
airone01 / main.lua
Last active November 21, 2021 00:15
Tests for Client:Send functions
function Initialize(Plugin)
Plugin:SetName("SendTests")
cPluginManager.BindCommand("/sendblockbreak", "permissionnode", CmdBlockBreak, " - Show a block break packet to the block below you")
cPluginManager.BindCommand("/sendcollect", "permissionnode", CmdCollectEntity, " - Send a collect packet for items near you")
cPluginManager.BindCommand("/senddestroy", "permissionnode", CmdDestroyEntity, " - Send a destroy packet for (non-players) entities near you")
cPluginManager.BindCommand("/senddestroyplayer", "permissionnode", CmdDestroyEntityPlayer, " - Send a destroy packet for your entity")
cPluginManager.BindCommand("/senddetach", "permissionnode", CmdDetachEntity, " - Send a detach packet for your player")
cPluginManager.BindCommand("/sendeditsign", "permissionnode", CmdEditSign, " - Send a sign edit packet")
cPluginManager.BindCommand("/sendleashentity", "permissionnode", CmdLeashEntity, " - Send leash packets for entities near you")