Skip to content

Instantly share code, notes, and snippets.

buildscript {
repositories {
mavenCentral()
maven {
name = "forge"
url = "http://files.minecraftforge.net/maven"
}
maven {
name = "sonatype"
url = "https://oss.sonatype.org/content/repositories/snapshots/"
---- Minecraft Crash Report ----
// Sorry :(
Time: 12/3/15 11:04 PM
Description: Exception in server tick loop
java.lang.NoSuchMethodError: net.minecraft.block.Block.func_149694_d(Lnet/minecraft/world/World;III)Lnet/minecraft/item/Item;
at net.teamio.taam.util.TaamUtil.getItemStackFromWorld(TaamUtil.java:73)
at net.teamio.taam.util.TaamUtil.breakBlockToInventory(TaamUtil.java:64)
at net.teamio.taam.util.TaamUtil.breakBlockToInventory(TaamUtil.java:59)
---- Minecraft Crash Report ----
// You're mean.
Time: 12/1/15 3:54 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.teamio.taam.content.common.ItemWrench.func_77629_n_()Z
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration PUBLIC "-//APACHE//DTD LOG4J 1.2//EN"
"http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd">
<log4j:configuration>
<taam>
<level value="debug"/>
<AppenderRef ref="Console"/>
</taam>
</log4j:configuration>
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
import urllib2
while True:
opener = urllib2.build_opener(urllib2.HTTPHandler)
request = urllib2.Request('http://tim-fischer.ddns.net/send443/index.php/?group=11001&switch=01&action=0&delay=0')
url = opener.open(request)
request = urllib2.Request('http://tim-fischer.ddns.net/send443/index.php/?group=11001&switch=01&action=1&delay=0')
url = opener.open(request)
#!/bin/bash
# crontab -e
# 0 6 * * * /opt/scripts/backup_daily.sh > /var/backups/latest.log 2>&1
# thanks to founderio i was able to create this script
MYSQL_CONF=/etc/mysql/debian.cnf
# Ignore mysql system dbs and the cloud db, as that is backed up independently (to reduce downtime of owncloud)
IGNORE="cloud|phpmyadmin|mysql|information_schema|performance_schema|test"
BACKUP_DIR=/var/backups
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 11/4/15 8:09 PM
Description: Ticking screen
java.nio.BufferUnderflowException
at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:271)
at mapwriter.Texture.getRGB(Texture.java:78)
at mapwriter.BlockColourGen.getIconMapColour(BlockColourGen.java:31)
start on runlevel [3]
stop on runlevel [0126]
respawn
exec su minecraft_server -c "screen -D -m -S MINECRAFT -t MINECRAFT bash -c 'cd /opt/minecaft_server/1.7.10 && ./LaunchServer.sh'"
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 10/27/15 7:13 PM
Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
at io.endertech.handler.WorldEventHandler.performExchange(WorldEventHandler.java:215)
at io.endertech.handler.WorldEventHandler.checkAndPerformExchange(WorldEventHandler.java:198)