Version 1.3.1

This commit is contained in:
Florian CUNY 2019-03-01 21:14:44 +01:00
parent 980cdb9b9f
commit d34caf6546
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
<name>BentoBox</name>
<description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description>

View File

@ -12,7 +12,7 @@ import java.util.Optional;
/**
* Handles {@link world.bentobox.bentobox.lists.Flags#LEAF_DECAY}.
* @author Poslovitch
* @since 1.4.0
* @since 1.3.1
*/
public class DecayListener extends FlagListener {

View File

@ -106,7 +106,7 @@ public final class Flags {
public static final Flag ITEM_FRAME = new Flag.Builder("ITEM_FRAME", Material.ITEM_FRAME).build();
/**
* Prevents players from interacting with the Dragon Egg.
* @since 1.4.0
* @since 1.3.1
* @see BlockInteractionListener
* @see BreakBlocksListener
*/
@ -272,7 +272,7 @@ public final class Flags {
/**
* If {@code false}, prevents leaves from disappearing.
* @since 1.4.0
* @since 1.3.1
* @see DecayListener
*/
public static final Flag LEAF_DECAY = new Flag.Builder("LEAF_DECAY", Material.OAK_LEAVES).type(Type.SETTING).listener(new DecayListener()).defaultSetting(true).build();

View File

@ -1,4 +1,4 @@
# BentoBox Configuration 1.3.0
# BentoBox Configuration 1.3.1
# This config file is dynamic and is updated right after BentoBox loaded its settings from it.
# You can edit it while the server is online and you can do '/bbox reload' to take the changes into account.
# However, it is a better practice to edit this file while the server is offline.