Skip to content

Instantly share code, notes, and snippets.

View mbax's full-sized avatar
🐱

Matt Baxter mbax

🐱
View GitHub Profile
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 5/27/14 9:58 PM
Description: Rendering entity in world
java.lang.ArrayIndexOutOfBoundsException: 1337
at akn.a(SourceFile:149)
at ach.b_(SourceFile:19)
at ada.j(SourceFile:407)

Keybase proof

I hereby claim:

  • I am mbax on github.
  • I am mbaxter (https://keybase.io/mbaxter) on keybase.
  • I have a public key whose fingerprint is 665B 176E 91EF 4D37 870E DF27 3A30 640E F08A 8416

To claim this, I am signing this object:

@mbax
mbax / gist:7243388
Created October 31, 2013 02:05
secret code
2.223
2.114
2.109
2.147
2.149
2.171
2.172
2.24
2.175
2.195
@mbax
mbax / pom.xml
Created January 7, 2013 19:22
Example maven things
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- Above this line, here be dragons -->
<!-- Here, I specify the unique identifying information maven will use.
groupId is sort of like a package name, a degree of ownership
artifactId is the unique name within that groupId for this project -->
<groupId>org.kitteh</groupId>
<artifactId>notched</artifactId>
@mbax
mbax / example.xml
Created January 7, 2013 19:21
Example maven things
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- Here, I specify the unique identifying information maven will use.
groupId is sort of like a package name, a degree of ownership
artifactId is the unique name within that groupId for this project -->
<groupId>org.kitteh</groupId>
<artifactId>notched</artifactId>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- Here, I specify the unique identifying information maven will use.
groupId is sort of like a package name, a degree of ownership
artifactId is the unique name within that groupId for this project -->
<groupId>org.kitteh</groupId>
<artifactId>notched</artifactId>
name: AholaVanish
main: com.aholacraft.lololmaker.aholavanish.AholaVanish
author: lololmaker
version: 1.0
commands:
vanish:
usage: /vanish
aliases: v
description: Vanish or unvanish
permissions:
package com.aholacraft.lololmaker.aholavanish;
import java.util.HashSet;
import org.bukkit.ChatColor;
import org.bukkit.Server;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
@mbax
mbax / gist:2650491
Created May 10, 2012 02:06
VanishNoPacket 3.9 changelog
Features:
IMPORTANT: CHANGED PERMISSION NODES FOR EFFECTS
New nodes:
vanish.effects.smoke
vanish.effects.explode
vanish.effects.lightning
Added ability to toggle effects. Command is /vanish effects
Functions the same as /vanish toggle for usage.
Permission nodes:
vanish.effects.toggle.smoke