Commit Graph

95 Commits

Author SHA1 Message Date
Phoenix616 8bebacc7ba
Fix possible NPEs when no ChunkyBorder border is set in a world (Fixes #56) 2023-04-09 13:45:53 +01:00
Phoenix616 34fc5c3439
Add ability to select random preset 2023-03-16 16:48:59 +01:00
Phoenix616 f934071367
Add ability to select random world in -world parameter 2023-03-16 16:36:49 +01:00
Phoenix616 11cbc0abb8
Make sure the found chunk stays loaded
This is done by adding a plugin chunk ticket and removing it once our logic is done
2023-02-04 14:19:15 +01:00
Phoenix616 548d873790
Update to latest releases of Chunky(Border) (fixes #55) 2023-01-16 17:06:16 +01:00
Phoenix616 29f709a73e
Remove `air` from `unsafe-blocks`.
That causes issues in force blocks mode and is checked internally already.
2022-12-10 15:28:06 +01:00
Phoenix616 8b282d5e76
Re-add debug option and fix min/max y when using world specifier 2022-11-23 00:20:20 +01:00
Phoenix616 ebeb3451af
Use SSL for all maven repos 2022-11-03 23:37:10 +01:00
RedstoneFuture b1b13236f5
Removing hardcoded "s" from cooldown placeholder (#54) 2022-10-12 17:00:47 +01:00
johnfriedrich e5c745e018 Dont shade GD API 2022-05-28 22:50:24 +01:00
johnfriedrich 18ad2b50c0 Use player world as preset when using rtp without parameters 2022-05-28 22:50:24 +01:00
Phoenix616 b8d686d9d3
Re-add backwards support down to 1.13
Also update PaperLib dependency and repo
2022-05-22 12:42:51 +01:00
John c30af21608
Use recent GD API (#51) 2022-05-22 12:29:25 +01:00
Omer Oreg 61c32c5995
Implements Hooks for GriefDefender & ChunkyBorder. (#49)
* Added griefdefender support

* Added info command

* Fixed info command not executing

oops

* Implemented hook for chunkyborder

* Removed --info command

You can get this info in the logs.

* Update plugin.yml

* Added missing GriefDefender hook artifact
2022-05-22 00:23:34 +01:00
Phoenix616 4a77bf1519
Use configured unsafe blocks in height validator 2022-03-08 14:41:16 +01:00
Phoenix616 3ecf194913
Fix NPE when no border is set in WorldBorder 2022-01-14 16:21:42 +01:00
Phoenix616 6098947fbb
Fix issues with world heights (Resolves #50)
This adds support for new 1.17 min world heights as well as move the default nether max y one down.
2022-01-05 01:12:30 +01:00
Phoenix616 8e0643e59c
Check for passable and liquids instead of just solids (Fixes #44) 2021-03-09 14:28:25 +01:00
Phoenix616 9dfc62f9f5
Fix safe vs. save error 2021-02-16 19:50:17 +01:00
Phoenix616 c893b45ddc
Rename maven project and add provides to differentiate from others 2021-02-01 14:24:47 +01:00
Max Lee 6b632d7023
Merge pull request #42 from MWHunter/master
Fix WorldBorder checking for non-circle borders
2020-12-20 23:04:17 +01:00
MWHunter 35a010c41e Use worldborder API instead of an incorrect calculation 2020-12-20 15:48:04 -06:00
Phoenix616 53fece8dac
Add missing softdepend declaration 2020-12-18 01:48:30 +01:00
Phoenix616 dea38a1579
Fix placeholder replacements not working 2020-09-16 00:28:43 +01:00
Phoenix616 73a49f779b
Only apply cooldown if teleport was successful 2020-09-16 00:24:11 +01:00
Phoenix616 a8db0033df
Add MineDown support (and with that RGB colors) 2020-09-03 17:23:23 +01:00
Phoenix616 fc40436422
[CI-SKIP] Add issue templates 2020-08-24 16:59:42 +01:00
Phoenix616 952feb83f9
Teleport async and send message on fail to fix issues with world changes 2020-07-20 17:35:29 +01:00
Phoenix616 0cf2f0a28a
Update language library 2020-07-03 22:13:46 +01:00
Phoenix616 617bc1bad8
Fix issues with ungenerated chunks and generated option 2020-07-03 22:12:34 +01:00
Phoenix616 4e845408e3
Fix parsing of the value of the last parameter 2020-07-02 20:31:46 +01:00
Phoenix616 e0f1ed950b Add delay between random location checks and command parameter to set it 2020-06-22 21:49:34 +01:00
Phoenix616 4047c6529d Fix issue where the parser would try to parse too much 2020-06-10 23:20:05 +01:00
Phoenix616 a76b60a3c7 Fix option parser issues with minus values (Fixes #38) 2020-06-01 17:15:11 +01:00
Phoenix616 abf484a161 Fix generated only chunk flag not working correctly 2020-06-01 16:52:23 +01:00
Phoenix616 24c0864ff8 Fix both a negative x and z coordinate not being possible 2020-05-14 16:55:39 +01:00
Phoenix616 0c35fe9bb9 Require 1.13 2020-04-17 23:31:45 +01:00
Max Lee 25efe36b6c
Create FUNDING.yml 2019-12-13 20:10:42 +01:00
Phoenix616 9654df055f Fix Factions 2 artifact ID 2019-10-06 18:18:39 +01:00
Phoenix616 6af4d448a0 Add RedProtect core library to hook module 2019-10-06 18:15:35 +01:00
Phoenix616 864cd68e79 Add factions Hooks (2 and UUID) 2019-10-06 18:08:11 +01:00
Phoenix616 a41bf653fb Fix version usage in hook selection 2019-10-06 17:53:45 +01:00
Phoenix616 1c15f42a09 Add RedProtect hook (Resolves #14) 2019-10-06 17:09:44 +01:00
Phoenix616 b172ff83f0 Add GriefPrevention hook 2019-10-06 17:00:41 +01:00
Phoenix616 638c0956d9 Remove force option from default preset 2019-10-06 16:39:06 +01:00
Phoenix616 dd6fffe0d5 Force random location to the middle of block before teleporting (#33)
Also add 0.1 to the y so that the player is guaranteed to be above the below block
2019-10-03 13:46:42 +01:00
Phoenix616 4c1b8a7c9a Add lots more information to readme 2019-10-02 17:03:02 +01:00
Phoenix616 081d217053 Added min and max y settings (Resolves #2)
Max y will be 127 in the nether by default. Use the -maxY parameter to change it. Also once a maxY is set it will try to find a random y between the values if the highest block is above the max y value.
2019-10-02 17:02:09 +01:00
Phoenix616 8eb93d138e Fix compatibility with 1.12 2019-09-19 20:02:29 +01:00
Phoenix616 e979043e14 Send target location block change to player (possibly related to #33)
This has been shown to stop the client from falling into blocks while teleporting in the past and might as well still solve some issues where the client hasn't received the chunk data yet.
2019-09-19 18:21:10 +01:00