Skip to content

Instantly share code, notes, and snippets.

View Aresiel's full-sized avatar
💭
Sleeping.

Aresiel Aresiel

💭
Sleeping.
View GitHub Profile
@Aresiel
Aresiel / carry-mobs.sk
Created March 4, 2025 00:27
A Skript to enable carrying mobs. Carry a mob by shift-clicking it with a lead, click to place it down again or punch to throw it. See what happens if you try to carry another while you're already carrying one :3
function CARRYMOBapplyEffect(e: entity, effect: potioneffecttype, min_tier: number, duration: timespan):
set {_flag} to false
loop potion effects of {_e}:
type of loop-value is {_effect}
set {_duration} to {_duration} - (potion duration of loop-value)
{_duration} > 0 seconds
potion tier of loop-value > {_min_tier}
set {_flag} to true
@Aresiel
Aresiel / index.html
Created August 12, 2020 21:01
OwOifier
<div id="eldritchhorror" contenteditable></div>
<button id="eldritchgod" onclick="owo()">OwOify</button>