mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-18 13:21:54 +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>
|
<groupId>world.bentobox</groupId>
|
||||||
<artifactId>bentobox</artifactId>
|
<artifactId>bentobox</artifactId>
|
||||||
<version>1.4.0-SNAPSHOT</version>
|
<version>1.3.1</version>
|
||||||
|
|
||||||
<name>BentoBox</name>
|
<name>BentoBox</name>
|
||||||
<description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description>
|
<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}.
|
* Handles {@link world.bentobox.bentobox.lists.Flags#LEAF_DECAY}.
|
||||||
* @author Poslovitch
|
* @author Poslovitch
|
||||||
* @since 1.4.0
|
* @since 1.3.1
|
||||||
*/
|
*/
|
||||||
public class DecayListener extends FlagListener {
|
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();
|
public static final Flag ITEM_FRAME = new Flag.Builder("ITEM_FRAME", Material.ITEM_FRAME).build();
|
||||||
/**
|
/**
|
||||||
* Prevents players from interacting with the Dragon Egg.
|
* Prevents players from interacting with the Dragon Egg.
|
||||||
* @since 1.4.0
|
* @since 1.3.1
|
||||||
* @see BlockInteractionListener
|
* @see BlockInteractionListener
|
||||||
* @see BreakBlocksListener
|
* @see BreakBlocksListener
|
||||||
*/
|
*/
|
||||||
@ -272,7 +272,7 @@ public final class Flags {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* If {@code false}, prevents leaves from disappearing.
|
* If {@code false}, prevents leaves from disappearing.
|
||||||
* @since 1.4.0
|
* @since 1.3.1
|
||||||
* @see DecayListener
|
* @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();
|
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.
|
# 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.
|
# 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.
|
# However, it is a better practice to edit this file while the server is offline.
|
||||||
|
Loading…
Reference in New Issue
Block a user