Skip to content

Instantly share code, notes, and snippets.

making all in crypto...
make[1]: Entering directory `/home/simplyianm/openssl/openssl-1.0.0l/crypto'
making all in crypto/objects...
make[2]: Entering directory `/home/simplyianm/openssl/openssl-1.0.0l/crypto/objects'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/simplyianm/openssl/openssl-1.0.0l/crypto/objects'
making all in crypto/md4...
make[2]: Entering directory `/home/simplyianm/openssl/openssl-1.0.0l/crypto/md4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/simplyianm/openssl/openssl-1.0.0l/crypto/md4'
blacklist:
commands:
- spawn
depth: 40
ignore-creative: true
message: '&4You can''t use this command this far underground.'
cave-in:
NETHER_BRICK:
transform-extent: 4
transform-percentage: 1.0

MattUnstuck

This plugin will do several things. But the main picture is a 1v1 arena plugin

There will be a lobby defined by a region flag (/setlobby region name). And within the lobby, you will have certain items signifying what type of fight you can do. (When entering the lobby, your inventory saves and cleares, and is given back to you when you exit the arena). When you right click a player with the designated item you wish to fight them with (stick, blazerod, soup.. etc) it will aware them that you wish to fight them with that fight type. If they click

import org.apache.tools.ant.filters.ReplaceTokens
apply plugin: 'java'
ext.pluginName = 'MattArena'
ext.desc = 'A 1v1 arena plugin for OG-MC.'
ext.author = 'AlbireoX'
ext.url = 'http://og-site.net'
ext.groupName = 'net.og_mc'
// Do not modify
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.myplugin</groupId>
<artifactId>myplugin</artifactId>
<name>MyPlugin</name>
<version>0.1.0-SNAPSHOT</version>
<inceptionYear>2012</inceptionYear>
<!-- Repository locations -->
ScoreboardManager sm = Bukkit.getScoreboardManager();
Scoreboard s = p.getScoreboard();
if (s.getObjective("mattlog") == null) {
s = sm.getNewScoreboard();
p.setScoreboard(s);
}
Objective o = s.getObjective("mattlog");
if (o == null) {
o = s.registerNewObjective("mattlog", "dummy");
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package net.og_mc.mattlog;
import com.massivecraft.factions.FPlayer;
import com.massivecraft.factions.FPlayers;
import com.massivecraft.factions.struct.Relation;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package net.og_mc.mattsponge;
import com.google.common.base.Stopwatch;
import java.util.HashSet;
import java.util.Set;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package net.og_mc.mattsponge;
import com.google.common.base.Stopwatch;
import java.util.HashSet;
import java.util.Set;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package net.og_mc.mattsponge;
import java.util.Comparator;
import java.util.HashMap;
import java.util.HashSet;