Commit Graph

15 Commits

Author SHA1 Message Date
fb68c18fe6 Implements #42 2024-04-30 15:50:18 +02:00
d124c0948b Improves output of arena group listing 2024-04-21 18:14:44 +02:00
aa39243232 Fix #34 2024-04-05 16:29:12 +02:00
310802b42d Adds obstacle blocks for parkour
This change reverts the advanced hit-box detection for kill plane blocks, giving them a full block's hit-box again.
Instead, obstacle blocks have been added, which have an accurate hit-box, and can trigger a hit from any direction.
The horizontal kill plane hit box option has been removed as it's no longer useful.
2023-10-02 23:05:39 +02:00
9dff407713 Mostly finishes rewards 2023-07-10 17:51:59 +02:00
2bc6c2c825 Fixes reward messages 2023-07-09 18:52:27 +02:00
8ea930a5f3 Makes all messages configurable 2023-07-09 18:20:31 +02:00
7848a0a028 Implements #27 among other things
It was found that the Spigot API's methods for cancelling player collisions won't work without changing the scoreboard. Because of that, the normal option has been disabled. The invisibility option has also been removed, as that's a bad idea if players can still push each-other.
The toggle player option which is implemented in this commit does disable player collision, so that's the only working way right now.

A potential ConcurrentModificationException has been fixed.
The parkourCheckpoint command has been removed, as the functionality is now available through the API.
2023-05-10 15:14:28 +02:00
fc1902e86a Denies playing hardcore in a no-checkpoint arena 2023-04-28 15:32:51 +02:00
078a8ed007 Adds a message when a player joins an arena 2023-04-26 17:42:06 +02:00
b2fbaf0e68 Removes some redundancy between various classes 2023-04-25 13:11:11 +02:00
e6bb324da1 Improves messages #16 2023-04-18 17:25:10 +02:00
a84e164edf Adds an option to enforce ordered checkpoint triggering 2023-04-17 12:49:59 +02:00
8f77fc5910 Parkour implementation safety save 3
This is just a safety save in case the code gets too broken to fix.
2023-04-13 22:49:31 +02:00
1acaebb3bc Parkour implementation safety save 2
This is just a safety save in case the code gets too broken to fix.
2023-04-13 20:13:29 +02:00