Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Mar 1, 2019
1 parent 980cdb9 commit d34caf6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Handles {@link world.bentobox.bentobox.lists.Flags#LEAF_DECAY}.
* @author Poslovitch
* @since 1.4.0
* @since 1.3.1
*/
public class DecayListener extends FlagListener {

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/world/bentobox/bentobox/lists/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private 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
*/
Expand Down Expand Up @@ -272,7 +272,7 @@ private 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();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d34caf6

Please sign in to comment.