1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-26 16:04:27 +02:00

Merge branch 'refs/heads/master' into 3.0

This commit is contained in:
snowleo
2012-01-13 00:23:39 +01:00
5 changed files with 29 additions and 1 deletions

View File

@@ -59,6 +59,10 @@ public final class Enchantments
ENCHANTMENTS.put("silktouch", Enchantment.SILK_TOUCH);
ENCHANTMENTS.put("waterworker", Enchantment.WATER_WORKER);
ENCHANTMENTS.put("aquaaffinity", Enchantment.WATER_WORKER);
ENCHANTMENTS.put("firearrow", Enchantment.ARROW_FIRE);
ENCHANTMENTS.put("arrowdamage", Enchantment.ARROW_DAMAGE);
ENCHANTMENTS.put("arrowknockback", Enchantment.ARROW_KNOCKBACK);
ENCHANTMENTS.put("infinitearrows", Enchantment.ARROW_INFINITE);
}
public static Enchantment getByName(final String name) {

View File

@@ -54,7 +54,7 @@ import org.yaml.snakeyaml.error.YAMLException;
public class Essentials extends JavaPlugin implements IEssentials
{
public static final int BUKKIT_VERSION = 1597;
public static final int BUKKIT_VERSION = 1713;
private static final Logger LOGGER = Logger.getLogger("Minecraft");
private transient ISettings settings;
private final transient TNTExplodeListener tntListener = new TNTExplodeListener(this);

View File

@@ -2429,6 +2429,30 @@ glisteringmelon,382,0
shiningmelon,382,0
gmelon,382,0
smelon,382,0
creeperegg,383,50
skeletonegg,383,51
spideregg,383,52
giantegg,383,53
zombieegg,383,54
slimeegg,383,55
ghastegg,383,56
zombiepigmanegg,383,57
pigmanegg,383,57
endermanegg,383,58
cavespideregg,383,59
silverfishegg,383,60
blazeegg,383,61
lavaslimeegg,383,62
magmacubeegg,383,63
pigegg,383,90
sheepegg,383,91
cowegg,383,92
chickenegg,383,93
squidegg,383,94
wolfegg,383,95
mooshroomegg,383,96
mushroomcowegg,383,96
villageregg,383,120
goldmusicrecord,2256,0
goldmusicdisk,2256,0
goldmusiccd,2256,0
1 #version: TeamCity
2429 shiningmelon,382,0
2430 gmelon,382,0
2431 smelon,382,0
2432 creeperegg,383,50
2433 skeletonegg,383,51
2434 spideregg,383,52
2435 giantegg,383,53
2436 zombieegg,383,54
2437 slimeegg,383,55
2438 ghastegg,383,56
2439 zombiepigmanegg,383,57
2440 pigmanegg,383,57
2441 endermanegg,383,58
2442 cavespideregg,383,59
2443 silverfishegg,383,60
2444 blazeegg,383,61
2445 lavaslimeegg,383,62
2446 magmacubeegg,383,63
2447 pigegg,383,90
2448 sheepegg,383,91
2449 cowegg,383,92
2450 chickenegg,383,93
2451 squidegg,383,94
2452 wolfegg,383,95
2453 mooshroomegg,383,96
2454 mushroomcowegg,383,96
2455 villageregg,383,120
2456 goldmusicrecord,2256,0
2457 goldmusicdisk,2256,0
2458 goldmusiccd,2256,0

Binary file not shown.

Binary file not shown.