Skip to content

Commit bcccb81

Browse files
committed
Merge branch 'develop'
Conflicts: pom.xml
2 parents b5849b2 + f4cf8b4 commit bcccb81

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5248
-4272
lines changed

.gitignore

+120-15
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,134 @@
1-
# Compiled class file
2-
*.class
1+
### Others ###
2+
*.cmd
3+
*.sh
4+
*.prefs
5+
6+
### Maven ###
7+
/mvn
8+
/target/lib
9+
/target/maven-archiver
10+
/target/classes
11+
/target/maven-status
12+
pom.xml.tag
13+
pom.xml.releaseBackup
14+
pom.xml.versionsBackup
15+
pom.xml.next
16+
release.properties
17+
dependency-reduced-pom.xml
18+
buildNumber.properties
19+
.mvn/timing.properties
20+
out/
321

4-
# Log file
5-
*.log
622

7-
# BlueJ files
8-
*.ctxt
23+
### Java ###
24+
*.class
925

1026
# Mobile Tools for Java (J2ME)
1127
.mtj.tmp/
1228

1329
# Package Files #
14-
*.jar
1530
*.war
16-
*.nar
1731
*.ear
18-
*.zip
19-
*.tar.gz
20-
*.rar
2132

2233
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2334
hs_err_pid*
35+
36+
37+
### Intellij ###
38+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
39+
40+
*.iml
41+
42+
## Directory-based project format:
43+
.idea/
44+
# if you remove the above rule, at least ignore the following:
45+
46+
# User-specific stuff:
47+
.idea/workspace.xml
48+
.idea/tasks.xml
49+
.idea/dictionaries
50+
.idea/shelf
51+
52+
# Sensitive or high-churn files:
53+
.idea/dataSources.ids
54+
.idea/dataSources.xml
55+
.idea/sqlDataSources.xml
56+
.idea/dynamic.xml
57+
.idea/uiDesigner.xml
58+
59+
# Gradle:
60+
.idea/gradle.xml
61+
.idea/libraries
62+
.gradle
63+
64+
# Mongo Explorer plugin:
65+
# .idea/mongoSettings.xml
66+
67+
## File-based project format:
68+
*.ipr
69+
*.iws
70+
71+
## Plugin-specific files:
72+
73+
# IntelliJ
74+
/out/
75+
76+
# mpeltonen/sbt-idea plugin
77+
.idea_modules/
78+
79+
# JIRA plugin
80+
atlassian-ide-plugin.xml
81+
82+
# Crashlytics plugin (for Android Studio and IntelliJ)
83+
com_crashlytics_export_strings.xml
84+
crashlytics.properties
85+
crashlytics-build.properties
86+
fabric.properties
87+
88+
89+
### Eclipse ###
90+
*.pydevproject
91+
.metadata
92+
bin/
93+
tmp/
94+
*.tmp
95+
*.bak
96+
*.swp
97+
*~.nib
98+
local.properties
99+
.settings/
100+
.loadpath
101+
102+
# Eclipse Core
103+
.project
104+
105+
# External tool builders
106+
.externalToolBuilders/
107+
108+
# Locally stored "Eclipse launch configurations"
109+
*.launch
110+
111+
# CDT-specific
112+
.cproject
113+
114+
# JDT-specific (Eclipse Java Development Tools)
115+
.classpath
116+
117+
# Java annotation processor (APT)
118+
.factorypath
119+
120+
# PDT-specific
121+
.buildpath
122+
123+
# sbteclipse plugin
124+
.target
125+
126+
# TeXlipse plugin
127+
.texlipse
128+
129+
# STS (Spring Tool Suite)
130+
.springBeans
24131
/target/
132+
checkstyle.xml
133+
classes/
25134
/.DS_Store
26-
/.classpath
27-
/.project
28-
/dependency-reduced-pom.xml
29-
/.settings/

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Biomes Addon
22
[![Discord](https://img.shields.io/discord/272499714048524288.svg?logo=discord)](https://discord.bentobox.world)
33
[![Build Status](https://ci.codemc.org/buildStatus/icon?job=BentoBoxWorld/Biomes)](https://ci.codemc.org/job/BentoBoxWorld/job/Biomes/)
4+
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=BentoBoxWorld_Biomes&metric=bugs)](https://sonarcloud.io/dashboard?id=BentoBoxWorld_Biomes)
5+
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=BentoBoxWorld_Biomes&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=BentoBoxWorld_Biomes)
6+
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=BentoBoxWorld_Biomes&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=BentoBoxWorld_Biomes)
7+
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=BentoBoxWorld_Biomes&metric=security_rating)](https://sonarcloud.io/dashboard?id=BentoBoxWorld_Biomes)
48

5-
Biomes addon for SkyBlock, SkyGrid, CaveBlock and AcidIsland. It allows to change biome on Island.
9+
Biomes addon for SkyBlock, SkyGrid, CaveBlock and AcidIsland. It allows island biome changing.
610

711
## Where to find
812

9-
Currently Biomes Addon is in **Beta stage**, so it may or may not contain bugs... a lot of bugs. Also it means, that some features are not working or implemented.
10-
Latest official **Beta Release is 1.6.0.1**, and you can download it from [Release tab](https://github.com/BentoBoxWorld/Biomes/releases)
11-
12-
Or you can try **nightly builds** where you can check and test new features that will be implemented in next release from [Jenkins Server](https://ci.codemc.org/job/BentoBoxWorld/job/Biomes/lastStableBuild/).
13+
Download the latest release from the BentoBox Downloads site (https://download.bentobox.world) or
14+
you can try **snapshot builds** where you can check and test new features that will be implemented in next release from [Jenkins Server](https://ci.bentobox.world/Biomes/lastStableBuild/).
1315

1416
If you like this addon but something is missing or is not working as you want, you can always submit an [Issue request](https://github.com/BentoBoxWorld/Biomes/issues) or get a support in Discord [BentoBox ![icon](https://avatars2.githubusercontent.com/u/41555324?s=15&v=4)](https://discord.gg/JgWKvR)
1517

@@ -28,15 +30,16 @@ If your language is not in the list, please contact to developers via Discord an
2830

2931
## Config.yml
3032

31-
After addon is successful installed, it will create config.yml file. Every option in this file comes with comments about them. Please check file for more information.
32-
Most of options are also editable admin via commands.
33+
After the addon is successful installed, it will create a config.yml file. Every option in this file comes with comments.
34+
Please check the file for more information.
35+
Most options are also editable admin via commands.
3336

3437
## Biomes.yml
3538

3639
This file contains all necessary information about default biomes.
3740
If you change values in biomes.yml, then to apply them, you must run **/bsb biomes import** or **/acid biomes import**.
3841

39-
If you want to force an overwrite of biomes via an import, add the **overwrite** option to the end of the import command.
42+
If you want to force an overwrite of the biomes via an import, add the **overwrite** option to the end of the import command.
4043
Note that you must import biomes into both BSkyBlock and AcidIsland separately.
4144

4245
## User commands

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
<java.version>1.8</java.version>
4747
<powermock.version>2.0.2</powermock.version>
4848
<!-- More visible way how to change dependency versions -->
49-
<spigot.version>1.13.2-R0.1-SNAPSHOT</spigot.version>
50-
<bentobox.version>1.6.0</bentobox.version>
51-
<level.version>1.6.0</level.version>
49+
<spigot.version>1.16.1-R0.1-SNAPSHOT</spigot.version>
50+
<bentobox.version>1.14.0-SNAPSHOT</bentobox.version>
51+
<level.version>2.4.0-SNAPSHOT</level.version>
5252
<vault.version>1.7</vault.version>
5353
<!-- Revision variable removes warning about dynamic version -->
5454
<revision>${build.version}-SNAPSHOT</revision>
5555
<!-- This allows to change between versions and snapshots. -->
56-
<build.version>1.7.0</build.version>
56+
<build.version>1.13.0</build.version>
5757
<build.number>-LOCAL</build.number>
5858
</properties>
5959

0 commit comments

Comments
 (0)