Commit Graph

811 Commits

Author SHA1 Message Date
Brianna
7430fcc34a version 2.5.4 2021-06-13 16:58:57 -05:00
Brianna
26f27d7b4f Add another class mapping. 2021-06-13 16:58:53 -05:00
Brianna
6c197d3309 Fixed some typos. 2021-06-13 16:47:36 -05:00
Brianna
b7a6981a83 Merge branch 'development' 2021-06-13 13:23:39 -05:00
Brianna
947e0d5b2d version 2.5.3 2021-06-13 13:23:29 -05:00
Brianna
76ea7f128f Ease of access. 2021-06-13 13:23:21 -05:00
Brianna
f86e35c7a2 Oops this is supposed to be uppercase. 2021-06-13 13:23:07 -05:00
Brianna
24099116f7 Merge branch 'development' 2021-06-13 10:26:24 -05:00
Brianna
a608ac4cc7 version 2.5.2 2021-06-13 10:26:16 -05:00
Brianna
7c0ce2505c Use JDK 16 on the 1.17 module while using JDK 8 on everything else 2021-06-13 10:26:08 -05:00
Brianna
b8657c858f Merge branch 'development' 2021-06-13 10:10:57 -05:00
Brianna
ff1c267de7 version 2.5.1 2021-06-13 10:10:46 -05:00
Brianna
7fa5e01de1 Somethings wrong with this in 1.8 2021-06-13 10:10:40 -05:00
Brianna
251b284d17 Merge branch 'development' 2021-06-12 20:16:12 -05:00
Brianna
b27d07dc47 version 2.5 2021-06-12 20:15:56 -05:00
dependabot[bot]
1ee756504a Bump snakeyaml from 1.25 to 1.26 in /Core
Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.25 to 1.26.
- [Commits](https://bitbucket.org/asomov/snakeyaml/branches/compare/snakeyaml-1.26..snakeyaml-1.25)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-12 20:10:36 -05:00
Brianna
7ab0c4d106 1.17 Support 2021-06-12 20:04:20 -05:00
Brianna
3d415d6da6 Removed some illegal access reflection. 2021-06-09 12:33:53 -05:00
Brianna
e0bed2d80e Added WorldBorder support. 2021-06-01 16:14:23 -05:00
Brianna
1acce7d352 Merge branch 'development' 2021-06-01 12:13:53 -05:00
Brianna
4c4c80734c version 2.4.57 2021-06-01 12:13:43 -05:00
Brianna
ca4da1f748 Added String equation handler. 2021-06-01 12:13:39 -05:00
Christian Koop
65ea47291c
Fix builds on Linux
Some file systems are case-sensitive causing maven builds to fail
2021-05-28 08:14:12 +02:00
Brianna
5197e20335 Merge branch 'development' 2021-05-27 17:16:56 -05:00
Brianna
462479d476 version 2.4.56 2021-05-27 17:16:49 -05:00
Brianna
07cb02a4ca Removed Songoda ads. Ugh. 2021-05-27 10:39:37 -05:00
Brianna
13d380b2b9 Merge branch 'development' 2021-05-27 09:57:28 -05:00
Brianna
f2fb4bb65e version 2.4.55 2021-05-27 09:57:21 -05:00
Christian Koop
3d5ab04c79 CompatibleParticleHandler: Add support to send to a specific player 2021-05-27 09:56:20 -05:00
Brianna
1dd3f00978 Added WorldCore with some spawner functions. 2021-05-27 09:56:15 -05:00
Brianna
a818050daf Moved the compatibility API to its own module. 2021-05-27 09:56:04 -05:00
Brianna
07eb0d5710 Stacker plugin hook adjustment. 2021-05-27 09:55:55 -05:00
Brianna
3902dface4 Added proper toString for NBT. 2021-05-27 09:55:51 -05:00
Brianna
8334aecfba Merge branch 'development' 2021-05-27 09:55:10 -05:00
Brianna
853c6b2b40 version 2.4.54 2021-05-27 09:55:02 -05:00
Brianna
108ec6a2ed Allow updating holograms in bulk
This improves performance when using *HolographicDisplays* drastically on many holograms.

Plugins like *EpicAnchors* might need to manage and update a lot of holograms frequently, causing SongodaCore to fetch all the holograms from the external API (My test setup reduced the time needed to update from ~30ms to ~1ms)
2021-05-27 09:53:45 -05:00
Christian Koop
9497be1a4b Fix NPE when using uppercase color chars in lang files (SD-7134) 2021-05-27 09:53:12 -05:00
Christian Koop
e218704d5b Fix bulk hologram update
Fixing a bug introduced in 1474980b63a9d4dd26bd84a5e433e585b54d51d5 causing some holograms to not update properly
2021-05-27 09:53:02 -05:00
Brianna
95e0757ffe Merge branch 'development' 2021-05-27 09:52:26 -05:00
Christian Koop
1db6c9bf79 Version 2.4.53 2021-05-27 09:52:08 -05:00
Christian Koop
dde2fd36c6 Allow updating holograms in bulk
This improves performance when using *HolographicDisplays* drastically on many holograms.

Plugins like *EpicAnchors* might need to manage and update a lot of holograms frequently, causing SongodaCore to fetch all the holograms from the external API (My test setup reduced the time needed to update from ~30ms to ~1ms)
2021-05-27 09:52:04 -05:00
Christian Koop
040eb14982 Fix NPE when using uppercase color chars in lang files (SD-7134) 2021-05-27 09:51:58 -05:00
Fernando Pettinelli
21b0c9142b Merge branch 'development' 2021-04-15 12:19:58 -04:00
Fernando Pettinelli
5b5bb17df9 Version 2.4.52 2021-04-15 12:19:12 -04:00
Fernando Pettinelli
17077dff78 Fix NoSuchMethodError on older versions. 2021-04-15 12:18:50 -04:00
Brianna
628616c467 Merge branch 'development' 2021-04-12 13:04:01 -05:00
Brianna
398d47c915 version 2.4.51 2021-04-12 13:03:52 -05:00
Brianna
75c11b19a7 Added byte arrays to the nbt api. 2021-04-12 12:58:47 -05:00
Brianna
17ed241096 Merge branch 'development' 2021-04-12 12:58:40 -05:00
Fernando Pettinelli
9b9f0b9a52 Version 2.4.50 2021-04-11 15:20:47 -04:00