Skip to content

Instantly share code, notes, and snippets.

View DereC4's full-sized avatar
🇹🇼
coding

Derek Chen DereC4

🇹🇼
coding
View GitHub Profile
@DereC4
DereC4 / Why_MCreator_Doesnt_Suck
Created June 3, 2026 07:31
Why_MCreator_Doesnt_Suck.txt
To quote my little post from a year or two ago
While MCreator often gets critiqued for being too simplistic and lazy shortcuts for mass produced mods, I think it's important to recognize that it serves a very specific purpose for its target audience: young people interested in diving into the world of Minecraft modding. Its drag-and-drop interface is incredibly approachable, especially for beginners, and it functions much like Scratch does in computer science classrooms, introducing users to the basic principles of programming and mod creation without overwhelming them with complexity. Disclaimer edit - If you just stay at that level for like 10 years though without learning, yes I agree that is a problem.
I’m sure many of us can relate to the nostalgia of the early YouTube days in the 2010s, where we’d watch creators like DanTDM showcase all the wacky mods, for me, it was a very specific but typical "new dimension" mod that added a teleporter, end bows, etc. Or see a youtuber enter completely new dimensions
@DereC4
DereC4 / CoreProtect Blacklist
Last active May 6, 2026 21:38
CoreProtect Blacklist for Survival Servers [derex smp]
#dispenser
#hopper
#guardian
#cramming
DerexXD
#bonemeal
; --- FALL DAMAGE (Drop Farms) ---
minecraft:glow_squid@#fall
minecraft:slime@#fall
@DereC4
DereC4 / UTGuest Wifi Script
Created February 2, 2026 22:24
Autoconnect to UT Guest Wifi and skip the pesky login screen, every time! Tampermonkey JavaScript
// ==UserScript==
// @name UT Guest Wi-Fi Auto-Accept
// @namespace http://tampermonkey.net/
// @version 1.1
// @description Clicks the checkbox to trigger events, then clicks "Accept" on the UT Guest Wi-Fi login page.
// @author You
// @match http://login.utguest.org/login.html*
// @grant none
// ==/UserScript==
War. War never changes. The Romans waged war to gather slaves and wealth.
Spain built an empire from its lust for gold and territory. Hitler shaped a battered Germany into an economic superpower.
But war never changes. In the 21st century, war was still waged over the resources that could be acquired.
Only this time, the spoils of war were also its weapons: Petroleum and Uranium.
For these resources, China would invade Alaska, the US would annex Canada, and the European Commonwealth...
... would dissolve into quarreling, bickering nation-states, bent on controlling the last remaining resources on Earth.
In 2077, the world war had come again. In two brief hours, most of the planet was reduced to cinders.
And from the ashes of nuclear devastation, a new civilization would struggle to arise.
A few were able to reach the relative safety of the large underground Vaults.
Your family was part of that group that entered Vault 13.
@DereC4
DereC4 / UT Registration Plus Links.txt
Created November 5, 2025 19:16
UT Registration Plus Links
@DereC4
DereC4 / linkedin-auto-connect.js
Created August 15, 2025 03:13
Linkedin Automated Connection
// If the script does not work, you may need to allow same site scripting https://stackoverflow.com/a/50902950
// @author (former) phpenterprise
Linkedin = {
config: {
scrollDelay: 3000,
actionDelay: 1000,
nextPageDelay: 1000,
// set to -1 for no limit
maxRequests: -1,
@DereC4
DereC4 / discordsrv
Last active August 4, 2025 07:11
Discord SRV Alerts.yml for whitelist detection (example) by DerexXD
# Simple whitelist denial alert
- Trigger: com.destroystokyo.paper.event.profile.ProfileWhitelistVerifyEvent
Channel: shields
Conditions:
- "#event.isWhitelistEnabled()"
- "!#event.isWhitelisted()"
Embed:
Color: "#ff6b6b"
Title: "Denied."
Description: |