Skip to content

Instantly share code, notes, and snippets.

@DSH105
DSH105 / README.md
Last active August 29, 2015 14:20 — forked from oodavid/README.md

Deploy your site with git

This gist assumes:

  • you have a local git repo
  • with an online remote repository (github / bitbucket etc)
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by apache
  • apache's home directory is /var/www/
# +----------------------------------------------------+
# < EchoPet By DSH105 >
# < --------------------- >
# < Configuration for EchoPet 2 >
# < See the EchoPet Wiki before editing this file >
# +----------------------------------------------------+
commandString: pet
# If set to true, EchoPet will automatically download and install
### Keybase proof
I hereby claim:
* I am DSH105 on github.
* I am dsh105 (https://keybase.io/dsh105) on keybase.
* I have a public key whose fingerprint is 28CB 1366 5295 DEBE FC9E 76EB 8C93 6124 BBFE D6E4
To claim this, I am signing this object:
((Map) getPrivateStatic(EntityTypes.class, "c")).put(paramString, paramClass);
//Registers the name to the mob, this appears to be for saving nbt tags. Theoretically, this will turn all mobs in your world into your mob, so maybe you shouldn't touch it.
((Map) getPrivateStatic(EntityTypes.class, "d")).put(paramClass, paramString);
//Registers the name you provided. This appears to be used by stuff and not do anything wrong, so you should probably leave this one.
((Map) getPrivateStatic(EntityTypes.class, "e")).put(Integer.valueOf(paramInt), paramClass);
//Registers mob id to this mob, which, I believe, will cause it to become the default mob class for the id provided.
((Map) getPrivateStatic(EntityTypes.class, "f")).put(paramClass, paramInt);
//Registers the mob to the mob id. This is essentially the reverse of e, and, I believe, assigns how the mob will display to clients. I'm pretty sure the client crashes without this one.
((Map) getPrivateStatic(EntityTypes.class, "g")).put(paramString,
@DSH105
DSH105 / gist:11168125
Created April 22, 2014 07:10
filoghost's claim to a feature added to HoloAPI by request

Overview

  • A feature was requested that a "rainbow flashing color" feature be added to HoloAPI (http://dev.bukkit.org/bukkit-plugins/holoapi/), with the image provided originating from filoghost's Holographic Displays (http://dev.bukkit.org/bukkit-plugins/holographic-displays/). This feature existed in Holographic Displays prior to the comment requesting the feature being posted on HoloAPI's project page.
  • 7 hours later, the feature was added to HoloAPI
  • 2 hours after the feature was added, filoghost posted on the HoloAPI BukkitDev page claiming that the feature was "copied" from his plugin
  • What happens after this can be read below