13 Commits

Author SHA1 Message Date
e52732433a Fixes some incorrect command usage descriptions 2023-07-31 23:01:03 +02:00
003c9e8367 Finishes the reward tab completer 2023-07-11 16:36:19 +02:00
8ea930a5f3 Makes all messages configurable 2023-07-09 18:20:31 +02:00
38839c0287 Re-implements the collision removal to fix a severe bug 2023-05-12 14:31:30 +02:00
9c91e11780 Gives players an item to open the arena menu 2023-05-11 17:52:49 +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
078a8ed007 Adds a message when a player joins an arena 2023-04-26 17:42:06 +02:00
8d1b841619 Adds tab completions for arena properties 2023-04-26 14:41:54 +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
58e25bcb30 Adds tab-complete filtering #12 2023-04-18 14:13:07 +02:00
6950246134 Updates the placeholder info to include parkour records 2023-04-15 19:24:22 +02:00
904761ba4e Finishes the changes for parkour arenas, hopefully 2023-04-15 18:29:58 +02:00