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
Sekwah
c90597228a
feat: add default trigger block if unspecified
2024-11-18 05:32:21 +00:00
sekwah
29b2e2734b
feat: show triggerblocks in debug view
2024-11-18 05:32:21 +00:00
Sekwah
91fdb4dc33
refactor: switch triggerblock to a tag for consistency
2024-11-18 05:32:21 +00:00
Sekwah
12923480fc
fix: improve auto complete for triggerblock
2024-11-18 05:32:21 +00:00
Sekwah
81e8876079
fix: issues with tab menu capitalisation
2024-11-18 05:32:21 +00:00
Sekwah
9ccf7b1d13
feat: can create basic portals with tags
2024-11-18 05:32:21 +00:00
Sekwah
dd7c545a75
feat: add debug view for selection
2024-11-18 05:32:21 +00:00
Sekwah
3558629f8e
feat: add the ability for tags to reject values
2024-11-18 05:32:21 +00:00
Sekwah
6629151fc6
feat: add show desti command
2024-11-18 05:32:21 +00:00
Sekwah
008573305e
feat: add abstracted game scheduler
2024-11-18 05:32:21 +00:00
Sekwah
f002c8e125
feat: adding debug command
2024-11-18 05:32:21 +00:00
Sekwah
a658e7df87
feat: remap and filter tags
2024-11-18 05:32:21 +00:00
Sekwah
c6d644a0b3
feat: add basic desti create and remove
2024-11-18 05:32:21 +00:00
sekwah
13a27cacb3
feat: add error messages for the destination commands
2024-11-18 05:32:21 +00:00
sekwah
6921749128
feat: make portal and desti implement the same tab auto complete
2024-11-18 05:32:21 +00:00
Sekwah
852221533f
feat: center titles based on length
2024-11-18 05:32:21 +00:00
Sekwah
412bc4f07f
fix: allow null values for auto complete suggestions
2024-11-18 05:32:21 +00:00
Sekwah
c64c342a4d
feat: adding auto complete for tags
2024-11-18 05:32:21 +00:00
Sekwah
106a0ae8b4
feat: add a warning for no name being included
2024-11-18 05:32:21 +00:00
Sekwah
cc9fa203cb
feat: add the ability to have multiple values for a tag
2024-11-18 05:32:21 +00:00
Sekwah
030ef3a135
feat: new tag parser
2024-11-18 05:32:21 +00:00
Sekwah
8c171dbaff
chore: pre-commit cleanup
2024-11-18 05:32:21 +00:00