Skip to content

Instantly share code, notes, and snippets.

View cameri's full-sized avatar
∞/21M

Ricardo Arturo Cabral Mejía cameri

∞/21M
View GitHub Profile
#
# These example files show you some of the basic attributes and
# skills MythicMobs can use. Far more is possible!
SkeletalKnight:
Type: WITHER_SKELETON
Display: '&4Skeletal Knight'
Health: 40
Damage: 8
Drops:
- gold_nugget 2 0.5
#
# This example file shows you how to set up a basic drop table.
# Drop tables can be used in both a mob's equipment and drops
# to have multiple items tied to a single table.
SkeletonKingDrops:
Drops:
- KingsCrown 1 0.01
- 371:0 32-64 1
- exp 100
- heroesexp 200
#
# These example files show you some VERY basic meta skills.
# You can copy and expand them however you'd like.
SmashAttack:
Cooldown: 8
Conditions:
- targetwithin 25
Skills:
- message{cooldown=30;m="<mob.name><&co> Hahahah! I will crush you, fool!"} @PlayersInRadius{r=40}
- teleport @target
#
# These example files show you some of the basic attributes and
# skills MythicMobs can use. Far more is possible!
SkeletalKnight:
Type: WITHER_SKELETON
Display: '&2Skeletal Knight'
Health: 40
Damage: 8
Drops:
- gold_nugget 2 0.5
{
"business_id": 385,
"name": "Asadero Los Argentinos Primario",
"currency": "DOP",
"no_tips": false,
"no_tax": false,
"no_calculator": false,
"no_prices": false,
"deleted": false,
"MenuTree": [
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>http://www.menu.com.do/#!/n/3mariachis</loc><lastmod>2014-08-18T14:51:44-04:00</lastmod><changefreq>weekly</changefreq><priority>1</priority><image:image><image:loc>http://res.cloudinary.com/menucomdo/image/upload/t_business_teaser_logo/h6vg2bpps1uxzyflhs1z.jpg</image:loc><image:caption>Logo de 3 Mariachis</image:caption><image:title>3 Mariachis</image:title></image:image><image:image><image:loc>http://res.cloudinary.com/menucomdo/image/upload/t_slideshow_widget_slide/hegg6nkkdlwkes2dvv2v.jpg</image:loc><image:title>Foto de3 Mariachis #1</image:title></image:image><image:image><image:loc>http://res.cloudinary.com/menucomdo/image/upload/t_slideshow_widget_slide/vjhmzv7gz63bcpjs5fc4.jpg</image:loc><image:title>Foto de3 Mariachis #2</image:title></image:image></url><url><loc>http://w
@cameri
cameri / runner.js
Last active August 29, 2015 14:15 — forked from anonymous/runner.js
var system = require('system'), fs=require('fs'), webpage=require('webpage');
var base_url = "http://www2.menu.com.do/#!/";
var base_output = "snapshots/";
var content = fs.read('businesses.json');
var content_obj = JSON.parse(content);
var businesses = content_obj.result;
var pages = [
{ url: '', output: 'index.html' },
{ url: 'intersticial', output: 'intersticial.html' },
{ url: 's/a:*', output: 's/a:_.html' },
protected function setResponse($code, $response = null, $headers = null) {
if (!is_array($response)) {
throw new InvalidArgumentException('Second argument only accepts arrays.');
}
$keys = array_keys($response);
$this->_keys = array_merge($this->_keys, $keys);
$this->set($response);
$this->set('_serialize', $this->_keys);
$modal.open({
controller: function($modalInstance) {
},
templateUrl: '/modals/new-reservation',
});
@cameri
cameri / config.yml
Last active August 29, 2015 14:11 — forked from anonymous/config.yml
GriefPrevention:
SeaLevelOverrides:
world: -1
world_nether: -1
world_the_end: -1
minijuegoslobby2: -1
peaceful: -1
minijuegoslobby1: -1
minijuegos1: -1
minijuegos2: -1