Skip to content

Instantly share code, notes, and snippets.

View BlueAnanas's full-sized avatar

Blue Ananas BlueAnanas

  • München, Germany
View GitHub Profile
@MrBlobman
MrBlobman / Sounds.java
Last active June 24, 2021 21:07
A pre 1.9 to post 1.9 spigot sound enum mapping to use sound names across both versions.
// The following license should allow reuse, redistribution, with or without edits and with or without attribution.
// Do what you want with it!
/*
* The MIT License (MIT)
*
* Copyright (c) 2018 MrBlobman
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@peterix
peterix / 1.8.9.json
Last active October 3, 2019 19:46
liteloader devel 1.8, 1.8.9, 1.9 and 1.9.4 for MultiMC
{
"+libraries": [
{
"name": "com.mumfrey:liteloader:1.8.9",
"MMC-absoluteUrl": "http://jenkins.liteloader.com/view/1.8.9/job/LiteLoader%201.8.9/lastSuccessfulBuild/artifact/build/libs/liteloader-1.8.9-SNAPSHOT-release.jar",
"MMC-depend": "hard",
"insert": "prepend"
},
{
"name": "net.minecraft:launchwrapper:1.12"
@cedricziel
cedricziel / update-typo3.sh
Created August 2, 2013 09:53
Update TYPO3
# !/bin/sh -e
# Remove old
rm $1.tgz
# get new Package
wget get.typo3.org/$1 -O $1.tgz
# Extract
tar xzvf $1.tgz
# File: /etc/nginx/sites-enabled/site1.conf
# Could be easy duplicated for several installations
# F.e. /home/cziel/src/project1;
# ... /home/cziel/src/project2;
# Minimum requirements like this:
server {
root /home/cziel/src/site1;
# Tweak your /etc/hosts