Commit Graph

922 Commits

Author SHA1 Message Date
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
Christian Koop
6dbf806e7d EditorConfig 2021-07-08 15:37:37 +02:00
Christian Koop
685aa4bc8a Dependabot, FUNDING, README 2021-07-08 15:37:37 +02:00
Christian Koop
a73ed7908e Update pom.xml files and project structure
* Should fix IntelliJ sometimes not finding classes
* Should make things easier to understand and maintain
* Rename `LICENSE.md` to `LICENSE`
2021-07-08 15:37:37 +02:00
Christian Koop
f5bf5903c7
Dependency: Update mcMMO from v2.1.50 to v2.1.200
This fixes failing maven builds reporting a http repo being used and blocked - As only the patch version has been increased, there should be no problem related to this update (Core's only getting compiled against it's API anyway)
2021-07-06 13:15:17 +02:00
Christian Koop
3bc35058ac
CompatibleMaterial: Add missing BLACKSTONE_SLAB 2021-07-05 11:48:10 +02:00
Fernando Pettinelli
a33024ee81 Merge branch 'development' 2021-06-30 10:25:21 -04:00
Fernando Pettinelli
e6398bca1f Version 2.5.7 2021-06-30 10:24:50 -04:00
Fernando Pettinelli
b53c4c8c87 Renamed GRASS_PATH to DIRT_PATH for 1.17. 2021-06-30 10:13:46 -04:00