Commit Graph

39 Commits

Author SHA1 Message Date
dependabot[bot]
65e93781eb
ci: bump gradle/gradle-build-action from 2 to 3 (#150)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-03 13:00:50 +00:00
William
b37c760033
build: update wiki action to use v4 2024-01-16 21:38:45 +00:00
dependabot[bot]
53bdeee74b
ci: bump actions/upload-artifact from 3 to 4 (#129)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-14 23:17:44 +00:00
William
d5622bb90d
docs: Use wiki-action v3 for now 2023-12-14 23:07:58 +00:00
William
f16dd54a7f
feat: Add support for Minecraft 1.20.3/1.20.4 (#126)
* docs: Minor comment tweak

* Prepare 1.20.3 support pending Velocity

* 1.20.3/1.20.4 & java 17 (#128)

* Improved PacketAdapter system + added support for 1.20.3/1.20.4

* Changed java version to 17, updated velocity dependencies, improved packet adapters & added support for 1.20.3/4.

* Fixed compile error with adventure

* deps: Bump `netty-codec-http` to 4.1.103

* ci: Upgrade dependabot config

* ci: Update CI & Docs with new requirements

* refactor: Rename `LUCK_PERMS_META` -> `LUCKPERMS_META`

* docs: Document `%luckperms_meta_(key)%`

---------

Co-authored-by: AlexDev_ <56083016+alexdev03@users.noreply.github.com>
2023-12-14 23:00:04 +00:00
William
51d607a6bb
ci: add publishing to maven 2023-10-18 19:04:04 +01:00
William278
b07c8da4a6 ci: fix version types 2023-10-12 15:51:34 +01:00
William278
23daa22d5d ci: add release action 2023-10-12 15:47:12 +01:00
William278
a1c3b069a5 ci: 1.8.8 is supported too 2023-10-12 14:19:01 +01:00
William278
ce3bb9f954 ci: verbosely state every version
My fork of mc-publish that supports Hangar needs updating because v3.3 adds support for version ranges :(
2023-10-12 14:15:49 +01:00
William278
c05d16eda0 ci: improve version availability info 2023-10-12 14:03:21 +01:00
William
1f1e69ebca
Add support for Minecraft 1.20.2 (#99)
* Add protocol mappings for 1.20.2

* Cleanup some exception handling

* ci: Mark 1.20.2 as supported

* Minor code formatting tweaks
2023-10-11 17:10:29 +01:00
William
cbfe0323cb
[ci skip] Mark compatible with 1.20.1 2023-06-12 18:49:07 +01:00
William
a5ecf7c637
Bump to 1.4.1, indicate support for 1.20 2023-06-07 20:37:18 +01:00
William
c5b09590c7
Tweak hangar channel config 2023-04-23 18:13:07 +01:00
William
772e5a5f0d
Use game versions for hangar, update title 2023-04-23 18:07:16 +01:00
William
401b438a1a
Test publishing to hangar with mc-publish 2023-04-23 16:44:34 +01:00
William
5fd9ad9ecd
Give write permissions 2023-04-21 15:01:03 +01:00
William
83eeba89d3
docs: Update workflow 2023-04-21 14:37:35 +01:00
William
0cee3556f1
docs: Update Placeholders.md, tweak script 2023-04-21 14:28:46 +01:00
William
46b93203f7
docs: Tweak script 2023-04-21 14:23:58 +01:00
William
380335b14d
docs: Tweak docs script 2023-04-21 14:14:25 +01:00
William
97d872501e
docs: Update CI workflow 2023-04-21 14:12:32 +01:00
William
771bce99ec
docs: Update workflow 2023-04-21 14:11:34 +01:00
William
c9d150a11d
docs: Update workflow, add link to config file from setup 2023-04-21 14:02:59 +01:00
William
1926150717
Update read/write access perms for wiki 2023-04-21 13:59:43 +01:00
William
e98ffaf4a6
Add docs to main repo, docs update action 2023-04-21 13:57:24 +01:00
William
c48693d865
Bump to 1.4, remove protocolize from build script, update README 2023-04-19 10:37:06 +01:00
William
7e349d3393
Add option to disable sorting players, close #39 2023-04-17 20:38:24 +01:00
William
c6603da50a
Add license header, tweak build scripts 2023-04-17 16:04:53 +01:00
William
0cc1b54481
Mark 1.19.4 as supported (Protocolize 2.2.6) 2023-03-15 17:15:07 +00:00
William
b431ee2165
Add optional support for MiniMessage and hook for MiniPlaceholders (#18) 2023-03-11 20:23:47 +00:00
William
cb011c4e66
fix CI 2023-03-11 01:30:00 +00:00
William278
2730778ef9 Bump to 1.1.1, update build script, stop shading lombok 2023-03-10 12:47:04 +00:00
William278
a7d512e6fe Support 1.16.5 through 1.19.3, add more protocol mappings 2023-03-10 12:27:43 +00:00
William
f790378182
Add support for PlaceholderAPI placeholders via PAPIProxyBridge (#17)
* Start PAPI hook work

* Finish adding PlaceholderAPI support
2023-03-07 11:39:47 +00:00
William278
ef99015d01 Fix workflow file 2023-03-01 12:52:15 +00:00
William278
9996144ee2 Add modritnh CI via workflow 2023-03-01 12:48:49 +00:00
William
615e45049a
Add GH workflow actions 2023-02-24 22:20:08 +00:00