diff --git a/README.md b/README.md index f6c8b2ded..d96e3b0c1 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ And these include some of the official Addons that are bringing incredible new f * [**IslandFly**](https://github.com/BentoBoxWorld/IslandFly): allows your players to fly on their islands. * [**Limits**](https://github.com/BentoBoxWorld/addon-limits): limits blocks and entities that your players can place on their islands. * [**Greenhouses**](https://github.com/BentoBoxWorld/greenhouses): enables players to make mini biome glass houses on their island. +* [**TwerkingForTrees**](https://github.com/BentoBoxWorld/TwerkingForTrees): twerk to make trees grow faster on your island. And there are plenty of other official or community-made Addons you can try and use for your server! diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 3614e65e6..ea09e5be5 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,4 +1,4 @@ -# BentoBox v1.9.0-SNAPSHOT-LOCAL configuration file. +# BentoBox v1.9.0 configuration file. # # This configuration file contains settings that mainly apply to or manage the following elements: # * Data storage @@ -123,8 +123,8 @@ island: # Smaller values will help reduce noticeable lag but will make pasting take slightly longer. # On the contrary, greater values will make pasting take less time, but this benefit is quickly severely impacted by the # resulting amount of chunks that must be loaded to fulfill the process, which often causes the server to hang out. - paste-speed: 128 - # Number of chunks per world to regenerate per second. + paste-speed: 64 + # Island deletion: Number of chunks per world to regenerate per second. # If there is a nether and end then 3x this number will be regenerated per second. # Smaller values will help reduce noticeable lag but will make deleting take longer. # A setting of 0 will leave island blocks (not recommended). diff --git a/src/main/resources/locales/hu.yml b/src/main/resources/locales/hu.yml new file mode 100644 index 000000000..51468defa --- /dev/null +++ b/src/main/resources/locales/hu.yml @@ -0,0 +1,5 @@ +# +# This is a YML file. Be careful when editing. Check your edits in a YAML checker like # +# the one at http://yaml-online-parser.appspot.com # +meta: + banner: "WHITE_BANNER:1:STRIPE_TOP:RED:STRIPE_BOTTOM:LIME"