v3 of TwosideKeeper plugin. Compatible with Minecraft v1.9.2. Now being retired. A Bukkit Plugin designed to improve the server experience for other players while adding in new conveniences and features.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TwosideKeeper/src/sig/plugin/TwosideKeeper/HelperStructures/Utils/DirtBlockReply.java

8 lines
159 B

package sig.plugin.TwosideKeeper.HelperStructures.Utils;
public enum DirtBlockReply {
HOLDING5DIRT,
NOTENOUGHDIRT,
TOOMUCHDIRT,
NOTEMPTYINVENTORY
}