This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
Hyperling 9bcfc1e0e6 v0.2.0
Added /invincible.
Added up and down arguments to /excavate.
Fixed inventory and performance issue with /excavate.
Don't upload shell file for pushing jar.
2018-12-30 13:02:26 -06:00

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) {
}
}