Skip to content

Instantly share code, notes, and snippets.

View dangoor's full-sized avatar

Kevin Dangoor dangoor

View GitHub Profile
"define metadata";
({
"name": "hello",
"provides": [
{
"ep": "command",
"name": "hello",
"description": "Says hi",
"pointer": "#helloWorld"
}
/* Theme stuff follows */
{
"description": "Provides the standard Bespin theme",
"provides": [
{
"ep": "editorTheme",
"name": "standard",
"description": "The standard Bespin theme",
"pointer": "#theme"
"define metadata";
({
"provides": [
{
"ep": "keymapping",
states: {
start: [
{
name: 'Copy to clipboard',
regex: 'ctrl_c'
"define metadata";
({
"provides":
[
{
"ep": "command",
"name": "hello",
"description": "simple hello world",
"pointer": "#hello"
}
@dangoor
dangoor / server.cfg
Created January 14, 2015 01:08
Set for offline mode
;Sets whether to inform all of a Player's Achievement
announce-player-achievements=true
;Sets whether to allow items with enchantments to stack with non-enchanted items
allow-enchantment-stacking=false
;The default message to use for user bans
ban-default-message=You are banned from this server.
;The message to prefix to the timestamp of a tempban expiration
ban-expiration-date-message=Your Ban will be lifted at
;Valid default placeholders are:
;%prefix (player prefix), %name (player name), %group (main group)
@dangoor
dangoor / keybase.md
Created August 17, 2014 01:33
Keybase proof

Keybase proof

I hereby claim:

  • I am dangoor on github.
  • I am dangoor (https://keybase.io/dangoor) on keybase.
  • I have a public key whose fingerprint is 801D 606D 6BFD 88F3 56C1 2E4B 1B2B 8DCA E40F 312F

To claim this, I am signing this object:

/*
* Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*