d7e950c53e
Improves display of time records
2024-04-04 15:50:38 +02:00
c8fbdec64f
Fixes some minor issues
...
Fixes the tab-completion for the randomly inverted game-mode not being properly matched.
Prevents the usage text from displaying for some join errors
2024-04-04 04:28:44 +02:00
09f29e5f67
Merge pull request #30 from SunNetservers/dev
...
Arena saving bugfix
2024-04-04 03:07:30 +02:00
7213bd0c70
Fixes README formatting
2024-04-04 03:03:57 +02:00
a23d0c769f
Bumps version
2024-04-04 03:01:28 +02:00
142cd5339b
Fixes a bug in arena saving
...
Saving a single arena caused all other arena data of that type to be deleted.
2024-04-04 03:00:03 +02:00
b063bd1088
Bumps version for release
2023-12-29 01:56:05 +01: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
fc6bd33e87
Adds ability to specify horizontal hit-box for end-rods and similar
2023-09-27 23:13:03 +02:00
ccf43060dc
Adds exact hit-boxes for parkour kill planes
2023-09-27 19:14:18 +02:00
a498e9bad0
Fixes some liquid hitbox problems
2023-09-25 20:50:02 +02:00
d8bf77d317
Fixes visibility of some methods
2023-09-17 15:18:51 +02:00
162aff0c1f
Fixes a bug in killBlockNames, and reduces writes
2023-09-17 08:03:03 +02:00
a7cfe36c72
Fixes parkour kill plane block names not being updated
2023-08-18 17:54:39 +02:00
407acf0ea2
Adds LIGHT to the block whitelist
2023-07-31 23:51:44 +02:00
b6bf22d1c7
Fixes incorrect alias for parkourRemove
2023-07-31 23:30:56 +02:00
67144fec06
Bumps version to SNAPSHOT again
2023-07-31 23:01:36 +02:00
e52732433a
Fixes some incorrect command usage descriptions
2023-07-31 23:01:03 +02:00
776fc5a757
Fixes some markdown
2023-07-17 23:58:25 +02:00
1e7cdf02fc
Makes possible player name placeholders more clear
2023-07-17 22:53:28 +02:00
f3d8be8be2
Adds missing info about the command reward player name placeholder
2023-07-17 18:26:27 +02:00
4bf00243e6
Removes SNAPSHOT from version
2023-07-17 13:06:06 +02:00
ea439bfa33
Adds documentation for the minigames reward command
2023-07-17 13:05:29 +02:00
003c9e8367
Finishes the reward tab completer
2023-07-11 16:36:19 +02:00
9dff407713
Mostly finishes rewards
2023-07-10 17:51:59 +02:00
d7b1695cd9
Adds Vault support for Economy and Permission rewards
2023-07-09 19:21:34 +02:00
2bc6c2c825
Fixes reward messages
2023-07-09 18:52:27 +02:00
f24959c8d1
Merge branch 'dev' into rewards
...
# Conflicts:
# src/main/java/net/knarcraft/minigames/config/Message.java
2023-07-09 18:22:23 +02:00
8ea930a5f3
Makes all messages configurable
2023-07-09 18:20:31 +02:00
57183b64f5
Makes looking around a dropper arena possible
2023-06-13 18:42:20 +02:00
ba1a7fff68
Adds note about underscores in arena names
2023-06-12 23:37:41 +02:00
57b3b85fbc
Adds a new item to allow arena re-tries
...
Prevents a NumberFormatException if the record number is invalid
Updates Spigot to 1.20
2023-06-12 23:17:48 +02:00
38839c0287
Re-implements the collision removal to fix a severe bug
2023-05-12 14:31:30 +02:00
de5124c8dd
Hopefully prevents an exception when restoring a player's fly state
2023-05-12 13:16:32 +02:00
9c91e11780
Gives players an item to open the arena menu
2023-05-11 17:52:49 +02:00
4513fc2de7
Removes some un-used configuration options
2023-05-11 00:47:48 +02:00
7900eb691f
Makes hiding players default to true
2023-05-10 16:44:30 +02:00
d6fb9ab0b9
Makes some GUI changes
...
Makes the current state of the player toggle visible.
Makes it possible to toggle player visibility outside arenas.
2023-05-10 16:33:01 +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
00ac0582f4
Adds a partially usable arena menu openable through a command
2023-05-09 15:47:54 +02:00
0704e138ec
Adds a command for returning to checkpoint by forcing a loss #28
2023-05-08 18:14:37 +02:00
05d647052b
Adds unfinished code for storing arena rewards
2023-05-08 02:15:03 +02:00
fc1902e86a
Denies playing hardcore in a no-checkpoint arena
2023-04-28 15:32:51 +02:00
e039840e89
Adds a hardcore game-mode ignoring checkpoints
2023-04-28 15:05:36 +02:00
701cdd81eb
Merge pull request #26 from SunNetservers/dev
...
Improves messages, tab-completion
2023-04-26 15:48:03 +00: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
4a3329459e
Fixes joining not fixing non-location player options
2023-04-26 13:53:29 +02:00
206a85b23a
Improves how lingering arena states are handled on shutdown
2023-04-26 13:47:03 +02:00
401490df58
Greatly improves handling of un-exited sessions #25
2023-04-26 13:12:14 +02:00