Christian Koop
783400d9a9
Adds SonarCloud (static analysis tool)
2021-10-30 15:22:23 +02:00
Christian Koop
ba7054c1e7
Fix failing test cases
...
The disabled test cases have been written without looking at the implementation - But it looks like the implementation is faulty and needs a patch.
We'll take a look at a later time and decide about backwards compatibility etc.
2021-10-30 15:19:53 +02:00
Christian Koop
cbee2ed45e
Merge branch 'code-cleanup-and-unit-tests' into development
2021-10-30 14:54:25 +02:00
Christian Koop
b4d1f4fc60
Implement first unit tests
2021-10-30 14:53:23 +02:00
Christian Koop
afb53ba3a0
Add dependencies for unit tests
2021-10-30 14:53:23 +02:00
Christian Koop
0712730ca6
Updates dependency org.jetbrains:annotations
from 13.0 to 22.0.0
2021-10-30 14:27:51 +02:00
Christian Koop
93fbc6463f
General code cleanup [DEV-2]
...
Hopefully no breaking changes
2021-10-30 14:10:57 +02:00
Christian Koop
97feaf3b9c
Removes @author
and @since
from class comments
...
These kind of information can easily be found in git/on GitHub
2021-10-30 14:10:22 +02:00
Christian Koop
39bdd862fb
Apply new code style [DEV-2]
2021-10-30 14:10:22 +02:00
Christian Koop
92f42e6261
Update EditorConfig [DEV-2]
2021-10-30 14:10:22 +02:00
Christian Koop
a23224dbe2
ClientVersion: Fixes default version trying to return the server version
2021-10-30 14:09:45 +02:00
Christian Koop
04bc2145a1
ClientVersion: Adds 1.17.1 protocol version
2021-10-30 14:09:08 +02:00
Christian Koop
ae767011d9
Merge branch 'development'
2021-10-27 19:52:02 +02:00
Christian Koop
749c3a9a28
Version 2.5.13
2021-10-27 19:51:54 +02:00
Christian Koop
aa587361ed
Version 2.5.13-SNAPSHOT
2021-10-26 23:05:54 +02:00
Christian Koop
6a858c9c30
DataManagerAbstract: Add single threaded task queue (experimental)
...
We had some reports about server outright crashing because EpicFurnaces (maybe others too) because there are too many async tasks queue at once. Every async task scheduled to spigot (as of 1.17) creates a new thread
This should help a bit and the `FIXME` has to be taken care of when more time is at hand... The whole data storing stuff is just bad which shows as soon as servers (or the plugin use e.g. many furnaces) get bigger... (am a bit annoyed 🤷 )
2021-10-26 23:05:37 +02:00
Christian Koop
0bdb0af890
Merge branch 'development'
2021-10-26 21:19:53 +02:00
Christian Koop
e528f51388
Replace dependency viaversion-bukkit
with latest viaversion-api
2021-10-26 21:19:05 +02:00
Fernando Pettinelli
fb8d38f54b
Version 2.5.12
2021-10-16 21:37:26 -03:00
Fernando Pettinelli
56b945edf6
Add cave spider translation.
2021-10-16 21:28:32 -03:00
Christian Koop
ac1239ad9b
Adds some additional repos trying to fight missing dependencies
...
Maybe some stuff moved to another URL, got their own repo now, or whatever, but this fixes failing builds locally (Hopefully helps with GitHub Actions too)
2021-10-02 22:11:55 +02:00
Christian Koop
9605ac5ded
Prevents #getRandomPlayer from throwing an Exception on 0 online players
2021-10-02 14:58:14 +02:00
Christian Koop
ce72ab7291
Fix numbers being formatted wrong on some machines [DEV-5]
...
My system is configured to use German causing the method to use the wrong decimal seperator for the given format
2021-10-02 11:27:18 +02:00
Christian Koop
5255dbf701
Disables Dependabot for now
2021-10-02 09:44:32 +02:00
Fernando Pettinelli
904a6cb22c
Merge remote-tracking branch 'origin/master'
2021-09-30 13:11:40 -03:00
Fernando Pettinelli
e2b8f61385
Merge branch 'development'
...
# Conflicts:
# Compatibility/pom.xml
# Core/pom.xml
# Core/src/main/java/com/songoda/core/SongodaCore.java
# NMS/NMS-API/pom.xml
# NMS/NMS-v1_10_R1/pom.xml
# NMS/NMS-v1_11_R1/pom.xml
# NMS/NMS-v1_12_R1/pom.xml
# NMS/NMS-v1_13_R1/pom.xml
# NMS/NMS-v1_13_R2/pom.xml
# NMS/NMS-v1_14_R1/pom.xml
# NMS/NMS-v1_15_R1/pom.xml
# NMS/NMS-v1_16_R1/pom.xml
# NMS/NMS-v1_16_R2/pom.xml
# NMS/NMS-v1_16_R3/pom.xml
# NMS/NMS-v1_17_R1/pom.xml
# NMS/NMS-v1_8_R1/pom.xml
# NMS/NMS-v1_8_R2/pom.xml
# NMS/NMS-v1_8_R3/pom.xml
# NMS/NMS-v1_9_R1/pom.xml
# NMS/NMS-v1_9_R2/pom.xml
# pom.xml
2021-09-30 13:11:16 -03:00
Fernando Pettinelli
820b7ffbd3
Version 2.5.11
2021-09-30 13:03:36 -03:00
Fernando Pettinelli
133388ea87
Adds raw ores to the getBurnResult method, add isBrewingStandIngredient.
2021-09-30 13:02:12 -03:00
Christian Koop
183d56c488
Update .github/FUNDING.yml
(Adds Songoda+ page)
2021-09-25 21:22:52 +02:00
Christian Koop
c3caf391cd
Update .gitignore
2021-09-25 21:21:01 +02:00
divios
c0a2bc8cc5
Added asyncFuture
...
Added a method to run a task async but return a CompletableFuture. Useful if you want the task to be asynchronous but also wait for it to finish and concatenate another task or more functionalities with the CompletableFuture API
2021-09-12 11:08:08 +02:00
Christian Koop
799bf30651
Version 2.5.10
2021-08-30 21:53:47 +02:00
Fernando Pettinelli
0cd5f9071b
Merge branch 'development'
2021-08-29 17:44:49 -04:00
Fernando Pettinelli
a601b86d68
Added Residence support.
2021-08-29 17:44:17 -04:00
Fernando Pettinelli
de8bf59168
Add PIGLIN_BRUTE_SPAWN_EGG material. (This is the right one)
2021-08-29 16:04:59 -04:00
Fernando Pettinelli
6951a7f4ad
Merge remote-tracking branch 'origin/development' into development
2021-08-29 16:03:20 -04:00
Fernando Pettinelli
3ee798fe23
Add PIGLIN_BRUTE_SPAWN_EGG material.
2021-08-29 16:03:08 -04:00
Christian Koop
7fa66b2220
Merge branch 'development'
2021-08-29 15:51:25 +02:00
Christian Koop
5921be70bb
Version 2.5.9
2021-08-29 15:49:06 +02:00
Christian Koop
2ed245389f
Allows respecting Unbreaking-Enchantment [SD-8182]
2021-08-29 15:49:06 +02:00
Christian Koop
03e2360a98
Updated logging to mostly use java.util.logging.Logger
[SD-8645]
2021-08-29 13:49:01 +02:00
Christian Koop
3d8a08508a
Merge 'Don't try to change item meta when there is none' ( #20 )
2021-08-18 20:56:54 +02:00
Christian Koop
c5569adc10
Change formatting a bit
2021-08-18 20:56:05 +02:00
ajgeiss0702
9f5daa2503
Don't try to change item meta when there is none
2021-08-06 20:40:56 -07:00
Christian Koop
949228f5cd
GitHub-Actions: Contact Discord for specific branches
...
Only for `master` and `development`
[skip ci]
2021-07-08 20:44:35 +02:00
Christian Koop
20c3eceea2
GitHub-Actions: Send build status to Discord
2021-07-08 19:30:11 +02:00
Christian Koop
e65dcc67cb
Merge branch 'development'
2021-07-08 17:50:27 +02:00
Christian Koop
60ceac5eb6
Version 2.5.8
2021-07-08 17:50:13 +02:00
Christian Koop
8eefbce68d
Change dependency com.github.Zrips.Jobs
version from LATEST to v4.17.2
2021-07-08 17:50:13 +02:00
Christian Koop
e1742385c5
Update GitHub-Actions
2021-07-08 15:47:34 +02:00