721 Commits

Author SHA1 Message Date
a85ef10c3c feat: Merge upstream changes and update to 1.21 2025-01-06 23:48:23 -07:00
fafeef079f chore(build): Update versions to match upstream and commit build publishing changes 2024-08-09 09:48:25 -06:00
Leander Riefel
f8ff18c19b Fix unregistering the wrong GUI on InventoryCloseEvent (#69)
* fix unregistering the wrong gui

* removed unused import

* fix indentation

(cherry picked from commit 35c4c77869)
2024-08-09 09:11:31 -06:00
4e7c6af1ed Actually fix GUI inventory interaction without messing up click handlers 2024-08-09 08:35:44 -06:00
Leander Riefel
35c4c77869 Fix unregistering the wrong GUI on InventoryCloseEvent (#69)
* fix unregistering the wrong gui

* removed unused import

* fix indentation
2024-08-08 16:01:13 +02:00
Paul Kindler
85bc92aee1 Update to 1.21 (#68)
* update project version, update papermc version

* Use correct versioning pattern

---------

Co-authored-by: Jakob K <jakob.kmar@gmail.com>
2024-08-08 01:49:59 +02:00
Marlon
77e2e72f06 Update to Minecraft 1.20.6 (#66)
* bump dependencies + updated to minecraft version 1.20.6 & java 21

* moved to stable kotlinx dependencies

* Change versions for 1.20.6 update

* Make 1.20.6 update compile

---------

Co-authored-by: Jakob K <dev@jakobk.de>
2024-05-31 18:19:02 +02:00
d5e471e576 Fix shift-clicking into GUIs 2024-05-07 20:04:11 -06:00
b912515aae Update Gradle 2024-05-07 20:03:39 -06:00
1488effb89 Back to 1_20_R1 2024-05-07 20:03:25 -06:00
Paul Kindler
441b94ca7c Update StructureBuilder.kt (#62)
Am i just terrible wrong with the math behind these or should this be x instead of z?
2024-02-03 15:24:56 +01:00
mgvpri
7f9ee6243f Bump to mc 1.20.4 (#61)
Co-authored-by: mgvpri <mgvpridev@gmail.com>
2024-01-28 12:30:33 +01:00
kilian
5e2b8ca5c6 Update the Brigadier guide (#60)
* chore: Update the brigadier command docs and example

* fix: Rename brigardier to brigadier

* fix: Inline danger block
2023-12-21 17:55:06 +01:00
Jannis Kramer
7ceee306c8 dependency update 2023-12-17 19:01:29 +01:00
kilian
89351c808d Bump to 1.20.2 (#59)
* chore: Bump versions of kotlin and paperweight/bukkit

* chore: Bump craftbukkit version

* chore: Replace deprecated toLowerCase with lowercase

* chore: Bump project version to 1.20.2
2023-12-17 18:54:17 +01:00
Jakob K
89aef519b9 Final dependency update before 1.20.1 release 2023-06-17 15:42:36 +02:00
NotStevy
965808f8fe Update to 1.20.1 (#58)
* Port to 1.20.1

---------

Co-authored-by: notstevy <notstevy@ultrabuildmc.de>
2023-06-14 12:40:05 +02:00
maxus
3e58d52a91 Add Minecraft 1.19.4 support 2023-03-20 20:53:15 +03:00
mooz
991b3e7171 Paper 1.19.3 2022-12-17 20:13:36 +01:00
shacha086
e14041177a Update readme.md (#53) 2022-07-26 13:17:21 +01:00
shacha086
45c4c0e81f Update some GUI feature in readme.md (#52)
* Update readme.md

* Update readme.md
2022-07-26 13:01:14 +01:00
Jannis Kramer
987b1bf851 Merge pull request #51 from kxmpxtxnt/patch-3
Update readme.md
2022-06-22 14:02:36 +02:00
Paul Kindler
38758e4a55 Update readme.md
fix link
2022-06-19 14:30:35 +02:00
Jakob K
5f51c8d039 Update serialization plugin to 1.7.0 as well 2022-06-11 00:28:02 +02:00
mooziii
ed338a712c KSpigot 1.19 (#50)
* Use new papermc repo url

* Update gradle plugins

* Update paper dependencies to 1.19 and bump version

* Package renames

* Update to kotlin 1.7.0

* Update kotlinx-serialization-json to 1.3.3

* Update kotlinx-coroutines to 1.6.2

* Correct version bump

* Update versions in gradle_example.md

* update some guide stuff

Co-authored-by: l4zs <business@l4zs.de>
2022-06-09 21:27:08 +02:00
Jannis Kramer
2db6b935ba Merge pull request #49 from MiraculixxGit/patch-1
Location to short String
2022-05-24 19:34:44 +02:00
Miraculixx
fb228ac846 Location to short String
Turn a location in a simple and short string. No decimal numbers
2022-05-24 19:26:51 +02:00
Jannis Kramer
5bca2d532e Merge pull request #47 from kxmpxtxnt/patch-1
bump gradle to 7.4.2
2022-04-12 14:18:14 +02:00
Jannis Kramer
58508cb279 Merge pull request #46 from mooziii/player-extensions-patch
Add more useful entity extensions
2022-04-12 14:18:03 +02:00
Paul Kindler
558b9be633 bump gradle to 7.4.2 2022-04-12 13:32:15 +02:00
mooziii
f3dba9467b Add Entity.isStandingInMidAir 2022-04-12 11:57:48 +02:00
mooziii
3c811ed5bb Add Entity.isStandingOnBlock 2022-04-12 11:55:57 +02:00
mooziii
f224e00dba Add LivingEntity.realMaxHealth
because the normal one is deprecated :)
2022-04-12 11:52:22 +02:00
Jannis Kramer
4dcab23e3e Merge pull request #45 from mooziii/kcolors-patch
Add allColors() and allDecorations() to KColors
2022-03-30 20:20:34 +02:00
mooziii
53d4225e7c Add allColors() and allDecorations() 2022-03-30 14:06:31 +02:00
mooziii
9959330e84 Add values() to KColors 2022-03-29 20:53:51 +02:00
Jakob K
faaa11d83d Fix the Maven publication for new paperweight version 2022-03-29 19:42:08 +02:00
Jannis Kramer
8b094e3344 more Components instead of Strings (#44)
Closes #36
2022-03-29 16:31:19 +02:00
Jannis Kramer
4a561950ee Merge pull request #42 from l4zs/master
update to 1.18.2
2022-03-19 16:34:39 +01:00
l4zs
3c9a7edfa1 update to 1.18.2 2022-03-19 16:30:50 +01:00
Paul Kindler
e12be89c50 fix readme.md (#41) 2022-03-02 11:13:10 +01:00
Krxwallo
4b479af96f fix Chunk.allBlocks height (#39)
Fixes Chunk.allBlocks crashing when using it in the nether.
2022-02-21 16:11:51 +01:00
Jakob K
14bb952f1c Merge pull request #38 from mooziii/fix-chunk-size
Change chunk size
2022-02-19 16:18:34 +01:00
mooziii
32dc012d2e Change chunk size 2022-02-19 11:48:31 +01:00
Jakob K
6fc08cbbee Merge pull request #35 from l4zs/master
fix nested styling
2022-01-19 17:05:18 +01:00
l4zs
bfe48d6cd4 fix nested styling 2022-01-17 15:50:32 +01:00
Jakob K
31925b60a0 Merge pull request #34 from l4zs/master
use the adventure api
2022-01-14 21:36:55 +01:00
l4zs
da61729a0d add deprecated stringName and change paperweight userdev version 2022-01-14 15:18:35 +01:00
l4zs
9c008dcba4 use the adventure api
- migrate BungeeCord Chat API to Adventure API
- add some functions to literalText
- update some dependencies and plugins
2022-01-09 18:18:32 +01:00
Jakob K
6bacddfdb5 Merge pull request #33 from mooziii/armorstand-extensions
Add ArmorStand extensions
2022-01-08 20:11:41 +01:00