
Added /invincible. Added up and down arguments to /excavate. Fixed inventory and performance issue with /excavate. Don't upload shell file for pushing jar.
11 lines
216 B
Java
11 lines
216 B
Java
package com.hyperling.minecraft.coderdojoevv;
|
|
|
|
import org.bukkit.entity.Player;
|
|
import org.bukkit.plugin.java.JavaPlugin;
|
|
|
|
public class Drop {
|
|
public Drop (JavaPlugin plugin, Player player, String[] args) {
|
|
|
|
}
|
|
}
|