Commit Graph

  • f008225249 Update PaperMC repository URL development ceze88 2025-01-07 11:33:33 +0100
  • be6dbdc969
    chore: update NBT-API to v2.14.1 stable release Christian Koop 2024-12-28 12:30:07 +0100
  • 647acfd006
    refactor: remove unused imports that got added accidentally Christian Koop 2024-12-28 12:29:30 +0100
  • a2b96aa045
    chore: update XSeries to v12.1 for Minecraft 1.21.4 support and fixes Christian Koop 2024-12-28 12:27:08 +0100
  • 63acb35ffb Update NBT API to 1.21.4 ceze88 2024-12-11 09:27:39 +0100
  • 80d6c29b0b
    Release v3.7.0-SNAPSHOT v3.7.0-SNAPSHOT Christian Koop 2024-12-07 13:19:00 +0100
  • 81eef32219
    feat: Add nms module v1_21_R3 for Minecraft 1.21.4 support Christian Koop 2024-12-07 12:53:48 +0100
  • 4db0dfb518
    chore(deps): update XSeries to v12.0.0 for Minecraft 1.21.3 support Christian Koop 2024-12-07 12:51:35 +0100
  • 46a029c811
    chore(deps): update de.tr7zw:item-nbt-api to v2.14.0 Christian Koop 2024-11-02 16:22:17 +0100
  • 9e13439323
    feat: add nms submodule for Minecraft 1.21.3 support Christian Koop 2024-11-01 17:46:22 +0100
  • 0ce5b23cc3
    Merge branch 'development' master v3.6.0-SNAPSHOT Christian Koop 2024-10-02 20:56:54 +0200
  • e9f84d3393
    Release v3.6.0-SNAPSHOT Christian Koop 2024-10-02 20:55:51 +0200
  • 380835a4cb
    feat!: delete BlockUtils class Christian Koop 2024-10-02 20:53:28 +0200
  • bdcc9bb0b9
    feat: Introduce CompatibleCrop class Christian Koop 2024-10-02 20:20:24 +0200
  • b25dc736ce
    refactor: remove unused import Christian Koop 2024-10-02 19:18:31 +0200
  • 570db7b455
    feat: implement nms method WorldCore#pressButton to replace BlockUtils Christian Koop 2024-10-02 19:17:33 +0200
  • 9c3d6e5339
    feat: implement nms method WorldCore#toggleLever to replace BlockUtils Christian Koop 2024-10-02 18:54:40 +0200
  • f7c9dfe1c5
    feat: Add Message#getMessageLines(char) which EpicAutomators needs Christian Koop 2024-10-02 14:41:46 +0200
  • 58b0cb9def
    build(deps): bump com.h2database:h2 from 1.4.200 to 2.2.220 in /Core dependabot[bot] 2024-09-23 07:50:46 +0000
  • 8799a6fefc
    Merge branch 'development' v3.5.0-SNAPSHOT Christian Koop 2024-09-23 09:49:51 +0200
  • 124a6aa9c3
    Release v3.5.0-SNAPSHOT Christian Koop 2024-09-23 09:49:31 +0200
  • 791b03778a
    feat: add SkullItemCreator#byUuid to create skulls for offline players Christian Koop 2024-09-22 16:15:26 +0200
  • 80061597d7
    feat: add MinecraftApiClient to fetch a profile from an UUID Christian Koop 2024-09-22 16:07:47 +0200
  • f3d230cc90
    feat!: support creating a wrapped GameProfile with textureSignature Christian Koop 2024-09-22 16:07:02 +0200
  • 2f2979c6aa
    fix: Core's GameProfile class extracting the texture value correctly Christian Koop 2024-09-20 10:35:05 +0200
  • 656d3b9775
    feat!: Recode SkullItemCreator to not use XSeries's XSkull class Christian Koop 2024-09-20 10:25:48 +0200
  • 6483e0d8b2
    chore: add missing @Override annotations to NmsPlayer#getProfile Christian Koop 2024-09-20 09:04:19 +0200
  • 874ecf63b2
    feat!: delete v1_21_0 sub module Christian Koop 2024-09-06 11:37:21 +0200
  • 597796b3fd
    reafactor: delete unnecessary class files from NMS/NMS-v1_21_0 submodule Christian Koop 2024-09-06 11:28:19 +0200
  • fb1b3197a2
    build: fix misconfigured submodule NMS/NMS-v1_21_0 Christian Koop 2024-09-06 11:20:48 +0200
  • cb25ddd7a1
    Release v3.4.0-SNAPSHOT v3.4.0-SNAPSHOT Christian Koop 2024-09-06 11:01:20 +0200
  • 549f625509
    Merge branch 'master' into development Christian Koop 2024-09-06 10:59:35 +0200
  • 897e76771e
    refactor: Replace reflections for GameProfile in ItemUtils with Nms Christian Koop 2024-09-06 10:58:21 +0200
  • 704059d817
    feat!: Remove ItemUtils#applyRandomEnchants method Christian Koop 2024-09-06 10:51:04 +0200
  • 488490de18
    feat: re-implement ItemUtils#applyRandomEnchants in NMS submodules Christian Koop 2024-09-06 10:48:43 +0200
  • 9d7abf77c0
    Delete .github/dependabot.yml Christian Koop 2024-09-01 14:17:36 +0200
  • e02eb91a5e
    Bump org.jooq:jooq from 3.14.16 to 3.19.11 dependabot[bot] 2024-09-01 12:16:11 +0000
  • 265e5864c9 Add method to allow Number and Boolean types for placeholders ceze88 2024-08-26 19:53:41 +0200
  • 0f2aff788f Only accept Strings for placeholder replacement to prevent toString issues on non convertable objects ceze88 2024-08-26 19:46:11 +0200
  • e4d46d1a4b Revert "Make legacz placeholders optional" ceze88 2024-08-21 13:30:02 +0200
  • f100e3cd20 Make legacz placeholders optional ceze88 2024-08-21 13:21:23 +0200
  • 3fc3c74d30 Fix AnvilGui support on 1.21 ceze88 2024-08-21 12:54:34 +0200
  • 2fbdf10627 Add option to set placeholder prefix and suffix ceze88 2024-08-21 11:28:19 +0200
  • d2766ca7c7 Add appendItemLore to AdventureUtils ceze88 2024-08-21 11:26:47 +0200
  • bbeb958931
    fix: IllegalArgumentExepction in v1_21_R1's AnvilView in MC 1.21.1 Christian Koop 2024-08-17 16:59:08 +0200
  • 3dcf402269
    chore(deps): Upgrade XSeries dependency for better MC 1.21.1 support Christian Koop 2024-08-17 16:53:23 +0200
  • 2a8d30aefa
    Release v3.3.0-SNAPSHOT v3.3.0-SNAPSHOT Christian Koop 2024-08-11 10:42:16 +0200
  • bcc35c7f64
    chore(deps): update item-nbt-api to v2.13.2 for Spigot 1.21.1 support Christian Koop 2024-08-11 10:45:02 +0200
  • 97a9e5f6e8
    feat: Compile v1_21_R1 nms module with Spigot 1.21.1 for compatibility Christian Koop 2024-08-11 10:39:45 +0200
  • acd6a3a827
    Bump org.mariadb.jdbc:mariadb-java-client from 3.2.0 to 3.4.1 dependabot[bot] 2024-08-01 12:46:11 +0000
  • 04c1934fcc
    Bump world.bentobox:bentobox from 1.24.1 to 2.4.2 dependabot[bot] 2024-08-01 12:45:14 +0000
  • 6e587f47c4
    Bump com.h2database:h2 from 1.4.200 to 2.3.230 dependabot[bot] 2024-08-01 12:40:01 +0000
  • 91a92bc10b Merge branch 'development' of https://github.com/craftaro/SongodaCore into development ceze88 2024-07-22 15:33:59 +0200
  • 4cd0c02aea
    Release v3.2.0-SNAPSHOT Christian Koop 2024-07-19 19:36:57 +0200
  • d91c675bb7
    feat: introduce new SkullItemCreator class for use instead of XSkull Christian Koop 2024-07-19 19:15:19 +0200
  • 9aad7f63f3
    feat: Add NMSPlayer#getProfile(Player) method to get the GameProfile Christian Koop 2024-07-19 19:14:07 +0200
  • 157150a2f1
    feat: introduce MajorServerVersion class based on old ServerVersion class Christian Koop 2024-07-19 19:12:35 +0200
  • 54494c8ad9
    fix!: remove dependance on update.songoda.com which is not available Christian Koop 2024-07-19 17:35:36 +0200
  • 27115b20e8
    fix: Fix NullpointerException when MarketplaceUrl is null in OverviewGUI Christian Koop 2024-07-19 17:34:23 +0200
  • 4e4b1529ab Fix placeholder value is not parsed for colors ceze88 2024-07-16 17:29:36 +0200
  • 9b7e65992a Add generic return type methods ceze88 2024-07-13 14:22:35 +0200
  • c3cd6baf49 Merge branch 'development' of https://github.com/craftaro/SongodaCore into development ceze88 2024-07-10 19:05:48 +0200
  • 2fda84aad9 Add Adventure Component support for GUIs ceze88 2024-07-10 19:05:46 +0200
  • 127a50ca83
    Merge pull request #110 from TeamHRLive/development Christian Koop 2024-07-10 14:22:03 +0200
  • 926b5cbcf7 [Fixed] Error due to Particles in 1.8.8 TeamHRLive 2024-07-09 18:42:46 +0530
  • 363ff47b34 Add placeholder prefix and suffix ceze88 2024-07-08 18:54:47 +0200
  • 4ba9254913 Better placeholder replacing ceze88 2024-07-08 18:26:42 +0200
  • 3a43b55e70 Fix 1.8 compatibility ceze88 2024-07-08 17:40:26 +0200
  • d431fdb708
    chore(deps): update XSeries to v11.2.0 Christian Koop 2024-07-08 09:18:10 +0200
  • 0b57aaff21 Fix version check ceze88 2024-07-03 15:39:12 +0200
  • 65e03a58ae Fix chat messages become blank for players ceze88 2024-07-02 16:56:02 +0200
  • af9e071ad8 Fix missing V1_20_6 server version enum ceze88 2024-07-02 15:49:18 +0200
  • c72f416f9b Fix CMILib dependency ceze88 2024-07-02 15:49:10 +0200
  • e87d42f4c8
    Bump com.github.cryptomorin:XSeries from 11.1.0 to 11.2.0 dependabot[bot] 2024-07-01 12:48:11 +0000
  • aebb06efef
    Bump world.bentobox:bentobox from 1.24.1 to 2.4.0 dependabot[bot] 2024-07-01 12:47:59 +0000
  • 35358313c4
    Bump org.jooq:jooq from 3.14.16 to 3.19.10 dependabot[bot] 2024-07-01 12:47:41 +0000
  • 2bcaee34aa
    fix: do not write to the locale file if nothing changed when updating it Christian Koop 2024-06-26 23:41:04 +0200
  • dcc71e7ba9
    fix: update XSeries version in SongodaPlugin class to be same as pom.xml Christian Koop 2024-06-22 19:45:14 +0200
  • 64e28e7905
    build: use manually uploaded artifact for CMI-API Christian Koop 2024-06-22 18:44:40 +0200
  • f05ca97af3 Add all versions of minecraft to ServerVersion ceze88 2024-06-22 15:53:54 +0200
  • 4be282c3a6
    Release v3.1.0-SNAPSHOT v3.1.0-SNAPSHOT Christian Koop 2024-06-22 13:10:51 +0200
  • 02dc18c50d
    chore!: remove deprecated NBTItem implementations Christian Koop 2024-06-21 21:17:21 +0200
  • 8db3aa109d
    feat: add nms submodule for Minecraft 1.21 support Christian Koop 2024-06-21 21:27:43 +0200
  • 7b4819875b
    chore(deps): update nbt-injector from v2.12.4 to v2.13.0 Christian Koop 2024-06-21 21:05:34 +0200
  • fabce46c4e
    chore(deps): update item-nbt-api and XSeries for Minecraft 1.21 support Christian Koop 2024-06-21 20:31:50 +0200
  • e417233b5b
    Release v3.0.8-SNAPSHOT v3.0.8-SNAPSHOT Christian Koop 2024-06-05 14:55:45 +0200
  • 78493b4a4a
    add tr7zw's nbt-injector library as dependency for songoda.ai Christian Koop 2024-06-05 14:54:32 +0200
  • 743f62e8bd
    Bump com.github.decentsoftware-eu:decentholograms from 2.8.4 to 2.8.8 (#103) dependabot[bot] 2024-06-04 17:37:45 +0200
  • 450fbfeb2b
    Bump org.mariadb.jdbc:mariadb-java-client from 3.2.0 to 3.4.0 dependabot[bot] 2024-06-01 12:53:51 +0000
  • 920215cd38
    Bump org.jooq:jooq from 3.14.16 to 3.19.9 dependabot[bot] 2024-06-01 12:52:29 +0000
  • e8d10c0247
    Bump com.github.GeorgeV220:LibraryLoader from v1.7.0 to v1.12.0 dependabot[bot] 2024-06-01 12:51:22 +0000
  • 5e830789c5
    Bump com.github.decentsoftware-eu:decentholograms from 2.8.4 to 2.8.8 dependabot[bot] 2024-06-01 12:50:50 +0000
  • ed1f103131 Fix reflection issues ceze88 2024-05-26 19:45:48 +0200
  • 03b6c3d554 Shade adventure stuff to avoid strange loading issues on 1.20.5+ paper servers ceze88 2024-05-26 15:56:40 +0200
  • c7d452d659 Add missing lib ceze88 2024-05-25 22:25:23 +0200
  • a064f76a9a Add missing serializer ceze88 2024-05-25 18:10:09 +0200
  • 4fdb895b3b Fix NPE ceze88 2024-05-25 17:10:03 +0200
  • 39d02dcda1 Update dependency loader versions ceze88 2024-05-13 19:13:50 +0200
  • 7ade7030d7 Use Adventure api to send messages instead of reflections ceze88 2024-05-13 19:13:39 +0200
  • 959983ba3c Temp fix for paper 1.20.5+ servers ceze88 2024-05-13 19:13:17 +0200