mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-26 20:55:41 +01:00
Version 1.3.1
This commit is contained in:
parent
980cdb9b9f
commit
d34caf6546
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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();
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user