Skip to content

Instantly share code, notes, and snippets.

View willies952002's full-sized avatar
💻
Working on Code

willies952002 willies952002

💻
Working on Code
View GitHub Profile
(__)
(oo)
/------\/
/ | ||
* /\---/\
~~ ~~
..."Have you mooed today?"...
[08:52:29] [Server thread/WARN]: net.minecraft.server.v1_10_R1.ReportedException: Loading NBT data
[08:52:29] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.NBTTagCompound.a(NBTTagCompound.java:394)
[08:52:29] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.NBTTagCompound.load(NBTTagCompound.java:46)
[08:52:29] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.NBTTagCompound.a(NBTTagCompound.java:386)
[08:52:29] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.NBTTagCompound.load(NBTTagCompound.java:46)
[08:52:29] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84)
[08:52:29] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53)
[08:52:29] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:23)
[08:52:29] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.PersistentCollection.get(Persisten
tcp 0 0 localhost:mysql *:* LISTEN 11766/mysqld
unix 2 [ ACC ] STREAM LISTENING 35615 11766/mysqld /var/run/mysqld/mysqld.sock
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Multiverse-Core 2.5.0-SNAPSHOT-custom
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Multiverse-Core ---
[INFO] Deleting /home/willies952002/EmpireMC/Multiverse-Core/target
[INFO]
NAME TYPE SIZE USED PRIO
/swapfile file 4G 36K -1
/swapfile2 file 6G 0B -2
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
#and also agreeing that tacos are tasty.
#and also agreeing that dragons are awesome!
#Thu Jun 23 00:21:29 EDT 2016
eula=false
#!/bin/bash
SUCCESS="$1"
USERNAME="$2"
HOSTNAME="$3"
DIR="$4"
RED="$(tput setaf 1)"
GREEN="$(tput setaf 2)"
BLUE="$(tput setaf 4)"
total 8
drwxr-xr-x 2 root root 4096 Apr 28 18:27 .
drwxr-xr-x 8 root root 4096 Apr 28 00:15 ..
lrwxrwxrwx 1 root root 36 Apr 21 21:21 access_compat.load -> ../mods-available/access_compat.load
lrwxrwxrwx 1 root root 30 Apr 28 18:27 actions.conf -> ../mods-available/actions.conf
lrwxrwxrwx 1 root root 30 Apr 28 18:27 actions.load -> ../mods-available/actions.load
lrwxrwxrwx 1 root root 28 Apr 21 21:21 alias.conf -> ../mods-available/alias.conf
lrwxrwxrwx 1 root root 28 Apr 21 21:21 alias.load -> ../mods-available/alias.load
lrwxrwxrwx 1 root root 33 Apr 21 21:21 auth_basic.load -> ../mods-available/auth_basic.load
lrwxrwxrwx 1 root root 33 Apr 21 21:21 authn_core.load -> ../mods-available/authn_core.load
<IfModule mod_fastcgi.c>
AddHandler php5-fcgi .php
Action php5-fcgi /php5-fcgi
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi /var/run/php5-fpm.sock -pass-header Authorization
<Directory /usr/lib/cgi-bin>
Require all granted
Require env REDIRECT_STATUS
</Directory>
</IfModule>
* Restarting web server apache2
...fail!
* The apache2 configtest failed.