Commit Graph

99 Commits

Author SHA1 Message Date
github-actions[bot]
60085d2c77 chore: pre-commit changes [skip ci] 2024-11-21 04:37:55 +00:00
Sekwah
166d48bb90 feat: add support for uppercase color codes as well as &#rrggbb to lang files 2024-11-21 04:37:37 +00:00
github-actions[bot]
ce1715436e chore: pre-commit changes [skip ci] 2024-11-20 04:40:49 +00:00
Sekwah
9f23a617ff feat: auto import the old portals and destinations if the folders don't exist 2024-11-20 04:40:25 +00:00
Sekwah
558d757b9e chore: pre-commit clean 2024-11-19 05:32:26 +00:00
Sekwah
c2b250c2a5 feat: switch jar to shadow the dependencies to avoid clashes with other plugins 2024-11-19 05:24:00 +00:00
Sekwah
335b9f8bd9 chore: run pre-commit 2024-11-18 05:32:21 +00:00
Sekwah
a8c2e13900 chore: sync up with the main recode 2024-11-18 05:32:21 +00:00
Sekwah
9030ff5363 feat: re-implement and clean up permissions (#453)
BREAKING CHANGE: Permissions have been reworked, if you use a permissions manager you may need to change a few of the permissions
2024-11-18 05:32:21 +00:00
Sekwah
57e27a87a1 feat: add disable beacon sub command 2024-11-18 05:32:21 +00:00
Sekwah
a2f6574224 feat: configure portal effects 2024-11-18 05:32:21 +00:00
github-actions[bot]
d687e88e65 chore: pre-commit changes [skip ci] 2024-11-18 05:32:21 +00:00
Sekwah
dd72123d4b feat: proxy tag (#451) 2024-11-18 05:32:21 +00:00
github-actions[bot]
5bc1dc3218 chore: pre-commit changes [skip ci] 2024-11-18 05:32:21 +00:00
Sekwah
a70e83b4d1 feat: bungee tags (#448) 2024-11-18 05:32:21 +00:00
github-actions[bot]
7e981278b4 chore: pre-commit changes [skip ci] 2024-11-18 05:32:21 +00:00
Sekwah
e056a6836d feat: message tags & priority sorting (#447) 2024-11-18 05:32:21 +00:00
Sekwah
e7b0d5e4ca feat: see portal info with /portal info (name) 2024-11-18 05:32:21 +00:00
Sekwah
0044008105 feat: added tag priority sorting and delay tag 2024-11-18 05:32:21 +00:00
Sekwah
471c2aa011 chore: switch /portal update to import 2024-11-18 05:32:21 +00:00
Sekwah
ffddd87922 feat: enhance the in portal mitigation 2024-11-18 05:32:21 +00:00
Sekwah
ee21d237d3 chore: pre-commit linting 2024-11-18 05:32:21 +00:00
Sekwah
c4cc19a7f5 fix: tag quotes logic 2024-11-18 05:32:21 +00:00
Sekwah
4fcb9e549a feat: add messages and checks for commnad portal permissions 2024-11-18 05:32:21 +00:00
Sekwah
22cda5d2cc fix: portal command config reading 2024-11-18 05:32:21 +00:00
github-actions[bot]
fd2483c3af chore: pre-commit changes [skip ci] 2024-11-18 05:32:21 +00:00
Sekwah
bba14185eb feat: block physics updates inside portal protection zones 2024-11-18 05:32:21 +00:00
github-actions[bot]
901b4a9989 chore: pre-commit changes [skip ci] 2024-11-18 05:32:21 +00:00
Sekwah
833399e8d0 feat: add command tags (#443)
Co-authored-by: TreemanKing <67459602+TreemanKing@users.noreply.github.com>
2024-11-18 05:32:21 +00:00
github-actions[bot]
ed3eb6b868 chore: pre-commit changes 2024-11-18 05:32:21 +00:00
Sekwah
ddf7406297 chore: annotation newlines 2024-11-18 05:32:21 +00:00
Sekwah
79c935a931 chore: switch to using clang format 2024-11-18 05:32:21 +00:00
Sekwah
c0cdcc327d chore: pre-commit changes 2024-11-18 05:32:21 +00:00
Sekwah
5f44e24824 feat: switch files over to using yaml (#427) 2024-11-18 05:32:21 +00:00
TreemanKing
8afbae50fb fix: string commands were erroring (#426)
So the list that is being filtered is immutable, hence doesn't work with in conjunction with removeIf.

There are two solutions, either
- stream it (which I've done in this PR)
OR
- create a new ArrayList each time for filtering since that is mutable
2024-11-18 05:32:21 +00:00
TreemanKing
7c7dc98edd feat: Add destination teleport subcommand (#420) 2024-11-18 05:32:21 +00:00
TreemanKing
7fbfe57506 chore: build upgrades (#417)
Use updated methods.
Update dependencies
2024-11-18 05:32:21 +00:00
TreemanKing
69fa988f97 fix: Permission Tag (#418) 2024-11-18 05:32:21 +00:00
TreemanKing
94522c237f feat: add support for hex colour codes on spigot
* Update Lang.java

https://www.spigotmc.org/threads/chatcolor-implementation-%C2%A7x-x.505831/

* Update Lang Files

* Add version requirement
2024-11-18 05:32:21 +00:00
TreemanKing
6386a89913 feat: add permission tag & compatible block trigger list
* Update DataStorage.java

- Fix error in folder creation.
- Use output file directly instead of asserting a new one

* Fix Null PlayerDataServices

* Feature: Add only compatible blocks to the trigger block list

* Permission Tag Added
2024-11-18 05:32:21 +00:00
Sekwah
c9d98b39c3 feat: add cooldown tag that is stored 2024-11-18 05:32:21 +00:00
Sekwah
9448fd76bf feat: add global cooldown and throwback sounds 2024-11-18 05:32:21 +00:00
Sekwah
8018d68e42 fix: check the player is in the same world 2024-11-18 05:32:21 +00:00
Sekwah
f9f5a9d1f2 feat: portals now trigger and nether portals are cancelled 2024-11-18 05:32:21 +00:00
sekwah
306f973fad wip: switching stuff over for warp effects 2024-11-18 05:32:21 +00:00
Sekwah
ad3f117f04 fix: portal activation issue 2024-11-18 05:32:21 +00:00
Sekwah
116c45f5a5 feat: add the ability to split tags based on a splitstring 2024-11-18 05:32:21 +00:00
Sekwah
805e8dc3d0 feat: temporary player data is now stored for more perma use 2024-11-18 05:32:21 +00:00
Sekwah
7c1a4ceee7 feat(spigot): add command for porting portals and destinations to the new format 2024-11-18 05:32:21 +00:00
Sekwah
d568f051f8 feat: add portal protections 2024-11-18 05:32:21 +00:00