Krekks Easy Checkpoints icon

Krekks Easy Checkpoints -----

A Free To Use Parkour Plugin





Quick short update.

Bstats has been implemented to track how many servers run KEC.
Minor changes to source which (I hope) improves performance.

I have been working on a fix for the checkpoint sound constantly being triggered once you move over the checkpoint block. The groundwork is there but need some more testing / changing up to make sure its quality.

Other than that I will be working on version 2.0 of KEC which will likely contain a arena system and setup for said arena.This will likely need a full restructure of the plugin.

That is it. Thanks for everyone who downloads my plugins :).

-Krekkers
----------, Oct 21, 2022

Oke here we go.
I have spent some time fixing major bugs / implementing 2 new menu's

First the bugs.
Fixed: Clicking with no item in your hand giving you a null error.
Fixed: The go to checkpoint function I had is now simplified.

Small list of things that got added.
- resetgamemenu that will ask you if you are sure before restarting.
- playerstatsmenu that can show some information about players.
- a new command for playerstatsmenu /kecplayerstats [name].

As for the versioning. I know it looks out of order. But this version is a stable build. The other 3 that came before had more bugs. Next update will likely have more fixes / minor updates. Maybe after that there will be a major one that has to do with adding a system for items so I can add a few more items without having to make a mess of a event listener.

Menus added :
Player stats
upload_2022-9-28_14-35-25.png

Are you sure? (restart)
upload_2022-9-28_14-34-30.png
----------, Sep 28, 2022

Been a month.
Well I kind off want to first thank everyone who downloaded my plugin.
100 downloads on my first public plugin is insane to me. It really blows my mind.


I have been working on a server I co own. I develop a plugin for there which I took inspiration from to make a menu system.

This update brings a few new features.

- GameManagerMenu
This menu will allow you to not use commands and view a few game stats.
- /kecgamemanager is used to access the menu.
- New setting in config.
"menuclicksound" Use any 1.19.x sounds.


As of now I have 0 plans on making this plugin work with multiple games.
I might try and do that in a version 2.0 maybe.

Maybe now you are asking "What will be in the next update?".
Well for those of you who want to know.
I will be fixing something that I will have to rework.
The way I track time is using a BukkitTask. This can be useful but its on ticks

I will be adding menu's in next updates.

Menu:
upload_2022-9-25_18-8-35.png
----------, Sep 25, 2022

Removed bstats

Fixed:
-Entities taking damage making the server scream.

Added:
-KEC is now open source on github. If you want some small updates that are between version you can check those out there.

Sorry for the small update this time. Been busy on creating a core plugin that keeps track of points. So this is actually just a quick fix.
----------, Aug 15, 2022

Fixed:
-Entities taking damage making the server scream.

Added:
-bstats.
-KEC is now open source on github. If you want some small updates that are between version you can check those out there.

Sorry for the small update this time. Been busy on creating a core plugin that keeps track of points. So this is actually just a quick fix.
----------, Aug 15, 2022

After some time I figured out how to make elytra's work nice.
I for some reason wanted them to work with the PlayerMoveEvent which was kinda stupid and gave me errors. So while looking for a different solution I found the EntityToggleGlideEvent which basically did everything I tried making for the PlayerMoveEvent.
So here it is.

Added. Elytra launch pads. You will be shot straight up to fly some distance.
I will work on something that will scan the nearby blocks and see if it can boost a player.

I also updated the spigot page to contain the current boost blocks + behaviour. I think that could be of some use for someone.

I have this plan on working on stages of parkour. But likely wont be implemented into this plugin but will be a addon to it. Which will take this plugin as a core. So its kind of like a level creator.

IMPORTANT!!!
To get the plugin to function properly I suggest you delete the config file and restart your server. I will add something that will do this automatically but as for now this is just how it is.

I would love to get some feedback on this project. If you want to give me any suggestions I got my dms open on discord krekkers#7776
----------, Aug 2, 2022

Finally it has happened. Figured out what went wrong to bring you 1.19 support.
This version has been tested in 1.19 and works in 1.19.
One of the downsides is that i removed some of the configuration options for the sounds used by the blocks.
These will come back once I decide to tackle it.
Other then that everything still works.

Currently in the works for the next update is elytra flight.
I want to add a booster that will automatically give you a boost like fireworks while in the air.
----------, Aug 1, 2022

Finally it has happened. Figured out what went wrong to bring you 1.19 support.
This version has been tested in 1.19 and works in 1.19.
One of the downsides is that i removed some of the configuration options for the sounds used by the blocks.
These will come back once I decide to tackle it.
Other then that everything still works.

Currently in the works for the next update is elytra flight.
I want to add a booster that will automatically give you a boost like fireworks while in the air.
----------, Aug 1, 2022

Added: 2 commands to change the configuration of the spawn/finish locations manually
upload_2022-7-28_13-31-43.png
upload_2022-7-28_13-29-57.png
Added: Reset command to the game/player data. This will toggle the game off. But in return you get the possibility to easily restart the game.
upload_2022-7-28_13-29-22.png
Added: Plugin info command. With this you can keep track of the things that happen to the plugin without having to worry that you toggle the game off to check if its even on.
upload_2022-7-28_13-29-3.png

Fixed : Admins being able to finish.


Overall I like the direction the plugin is going in. I hope others agree with me and are willing to give me any ideas (I am kind off running out). I will be working on a tutorial video about this plugin soon.
----------, Jul 28, 2022

Added: 2 commands to change the configuration of the spawn/finish locations manually.
upload_2022-7-28_13-18-54.png
upload_2022-7-28_13-19-48.png
upload_2022-7-28_13-20-1.png

Added: Reset command to the game/player data. This will toggle the game off. But in return you get the possibility to easily restart the game.
upload_2022-7-28_13-21-13.png
Added: Plugin info command. With this you can keep track of the things that happen to the plugin without having to worry that you toggle the game off to check if its even on.
upload_2022-7-28_13-23-47.png

Fixed : Admins being able to finish.


Overall I like the direction the plugin is going in. I hope others agree with me and are willing to give me any ideas (I am kind off running out). I will be working on a tutorial video about this plugin soon.
----------, Jul 28, 2022

upload_2022-7-26_11-17-47.png
Added :
Setting the checkpoint of a player by using /kecsetcheckpointof <name> <x> <y> <z>
upload_2022-7-26_11-21-0.png
Added:
Entity damage will now cause a player to teleport to their checkpoint.
upload_2022-7-26_11-20-36.png

Changed :
/kectoggle command is now /kecstart
upload_2022-7-26_11-20-4.png

Future plans:

I want to make this plugin as big as I can. I will remake this plugin to work in 1.19. I also am working on other plugin projects.
----------, Jul 26, 2022

Fixed:
- Go Back item
upload_2022-7-25_19-0-14.png

Added:
- Config for back item.
- Renamed config values.
- boost / jump text
- Now when you die from something damage will be cancelled and you will now teleport to your last checkpoint.

I would love to receive some feedback.
Please tell me things you like and things you dislike in this plugin.
Also tell me about things you would like to see added. I might implement suggestions!

Config:
upload_2022-7-25_18-56-35.png
----------, Jul 25, 2022

- Added a different booster block called "SpeedBlock" in the configuration.
- Fixed Go back item not working propperly
- Added a name to the go back item.
- Fixed kecbroadcasttop command giving a error when the list size was below 10.

Next:
Updating the configuration names
Cleaning up some useless code
When a player dies they will spawn at their checkpoint.
----------, Jul 25, 2022

Added:
- Join Logging now automatically happens when you install the plugin

Future plans:
- Making this plugin work for 1.18+ (delayed)
- Adding speed pads. (done)
- Adding elytra boosters (delayed)
----------, Jul 21, 2022

Resource Information
Author:
----------
Total Downloads: 373
First Release: Jul 10, 2022
Last Update: May 24, 2023
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings