Skip to content

Instantly share code, notes, and snippets.

09-09 13:00:36 Borvic destroyed sign post [] [§bOFFICIAL TOWN] [§bUPSTAIRS!] [§b>>>>>>>>>>>] at -288:65:40
09-09 12:59:04 Borvic destroyed light blue wool at -219:67:42
09-09 12:59:02 Borvic destroyed light blue wool at -218:68:42
09-09 12:58:59 Borvic destroyed black wool at -217:68:42
09-09 12:58:52 Borvic destroyed light blue wool at -218:67:42
09-09 12:58:51 Borvic destroyed black wool at -217:67:42
09-09 12:58:49 Borvic destroyed black wool at -216:67:42
09-09 12:58:47 Borvic destroyed black wool at -215:67:42
09-09 12:58:44 Borvic destroyed black wool at -214:67:42
09-09 12:58:43 Borvic destroyed black wool at -213:67:42
09-14 17:49:14 Weemaniel718 destroyed grass at -1899:66:5319
09-14 17:49:12 Weemaniel718 created cobblestone at -1899:60:5319
09-14 17:49:05 Weemaniel718 destroyed dirt at -1899:65:5319
09-14 17:49:04 Weemaniel718 destroyed dirt at -1899:64:5319
09-14 17:48:59 Weemaniel718 created cobblestone at -1899:59:5319
09-14 17:48:59 Weemaniel718 created cobblestone at -1899:58:5319
09-14 17:48:53 Weemaniel718 destroyed dirt at -1899:63:5319
09-14 17:48:51 Weemaniel718 destroyed dirt at -1899:62:5319
09-14 17:48:50 Weemaniel718 destroyed stone at -1899:61:5319
09-14 17:48:27 Weemaniel718 created cobblestone at -1890:57:5323
@khobbits
khobbits / define.tcl
Created September 16, 2011 05:52
Lain - custom defined commands
setctx lains
bind pub - |custcmd custcmd
bind pub - |listcmd listcmd
bind pub - |setcmd setcmd
bind pub - |addalias aliascmd
bind pub - |appcmd appcmd
bind pub - |getcmd getcmd
bind pub - .custcmd custcmd
bind pub - .listcmd listcmd
bind pub - .setcmd setcmd
package com.earth2me.essentials.commands;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.User;
import com.earth2me.essentials.Util;
import java.util.*;
import org.bukkit.Server;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@khobbits
khobbits / gist:2137731
Created March 20, 2012 16:12
kittycannon
package com.earth2me.essentials.commands;
import com.earth2me.essentials.Mob;
import com.earth2me.essentials.User;
import java.util.Random;
import org.bukkit.Location;
import org.bukkit.Server;
import org.bukkit.entity.Ocelot;
@khobbits
khobbits / gist:2137853
Created March 20, 2012 16:23
depth command
package com.earth2me.essentials.commands;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.User;
import org.bukkit.Server;
public class Commanddepth extends EssentialsCommand
{
public Commanddepth()
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<div id="wrap">
<div class="border-left">
<div class="border-right">
<div class="border-top">
<div class="border-top-left">
<div class="border-top-right">
<div class="inside" style="direction: {S_CONTENT_DIRECTION}; ">
<a id="top" name="top" accesskey="t"></a>
<div id="page-header">
<div class="header-bar">
setctx lains
# <speechles> Scripts are like children. They grow up to take
# on lives of their own, along with all their parents time.
# <speechles> Bots are so obedient, like a wife you never need to slap.
#---------------------------------------------------------------#
# UNOFFICIAL incith:google v2.1x #
# January 8, 2012 #
setctx lains
global lastGoogleQuery
proc getGoogleJSON {url} {
set data [::http::data [http::geturl $url -timeout 2000]]
set dict [::json::json2dict $data]
return $dict
}