Ender pearl and golden apple cooldown plugin

Does anyone know of a plugin that adds this? All the ones I've seen are outdated, I could use deluxe combat but I'd like to see if there are free options.
Solution:
Yeah it looks like I'm on an old version of blueslime
Jump to solution
46 Replies
Miteigi
Miteigi2mo ago
https://github.com/SirBlobman/CooldownsX It's active actually, but you will need to manually compile it, as the Spigot page is outdated
GitHub
GitHub - SirBlobman/CooldownsX: A plugin that adds configurable coo...
A plugin that adds configurable cooldowns to items. - SirBlobman/CooldownsX
qvaras
qvarasOP2mo ago
Hm, alright
Torrent
Torrent2mo ago
CooldownsX good compile easy
Zen
Zen2mo ago
Just use skript
qvaras
qvarasOP2mo ago
Latest version of the plugin is not compatible with their api
Zen
Zen2mo ago
So then you need need to worry about it dying every time you update the server
Torrent
Torrent2mo ago
you said nothing about an API
qvaras
qvarasOP2mo ago
Cooldownsx relies on blueslimecore
Torrent
Torrent2mo ago
I compiled the latest version and am running it fine on 1.21.3
Zen
Zen2mo ago
Just make one with ChatGPT and skript it will just make your life easier haha
qvaras
qvarasOP2mo ago
Hm, i tried on 1.21.4 and it didnt work
Torrent
Torrent2mo ago
Zen no offense but shut up
Zen
Zen2mo ago
Controversial but it gets the job done
Torrent
Torrent2mo ago
controversial because it's dumb af
Zen
Zen2mo ago
I’m just trying to help 😦
Torrent
Torrent2mo ago
by suggesting he use AI and skript????
qvaras
qvarasOP2mo ago
Is skript really that bad?
Torrent
Torrent2mo ago
shit advice yes the AI part is really what makes it a dumb suggestion and this is coming from a guy who pays $20 a month for gpt+ ChatGPT can't code
qvaras
qvarasOP2mo ago
I do too
Torrent
Torrent2mo ago
!skript
Carl-bot
Carl-bot2mo ago
Caution with skript
Skript is a plugin for Spigot/Paper-based servers that allows users to create scripts without needing to understand Java. Its syntax is similar to pseudocode, so you can write simple commands like 'set attacker health to 20' without worrying about complex syntax. However, there are some drawbacks to using Skript. It can consume a lot of resources and negatively impact your TPS (ticks per second). The community often dislikes Skript because it has a lower barrier to entry than Java does, which sometimes leads to poorly written code that causes lag or bugs. Additionally, the syntax can be unintuitive, and the documentation is often inconsistent or hard to follow. For example, many users are unaware that Skript, by default, writes data to disk and retrieves it from there. This isn't the most efficient method, especially as you add more variables, which can affect other I/O operations. Ultimately, using Skript is up to you. It can be a handy tool for quickly fixing small bugs, adding temporary features while you work on a more permanent plugin, or creating a simple custom command. If you need help or support, check out the resources below or join the Discord server, where you're likely to get better assistance. Tutorials: - introduction - skriptlang docs - skripthub - Skript's discord
Admincraft Canned Responses
Zen
Zen2mo ago
I would rather get ChatGPT to make me a simple cool-down skript in like 3 seconds then spend hours going through different cool-down plugins that all don’t work XD
Torrent
Torrent2mo ago
first of all it won't be 3 seconds guess what I tried to get ChatGPT 4o to make a plugin with a cooldown once it took like 40 prompts to get a single working class
Zen
Zen2mo ago
Yeah but if you can’t be bothered learning skript then it can easily use skript
Torrent
Torrent2mo ago
if you can't be bothered learning something as dumb and simple as skript you shouldn't make a server it would be low quality and laggy
Zen
Zen2mo ago
Judging by how your going at me for some reason I know you most likely won’t be bothered to take the time to learn skript so that’s why I suggested using ChatGPT
Torrent
Torrent2mo ago
so not worth the effort at all bro I'm not the OP
Zen
Zen2mo ago
Then what are you yapping on about
Torrent
Torrent2mo ago
anyway OP, blueslimecore and CooldownsX works on 1.21.3. You could try compiling blueslimecore's source code as well, or try to add support yourself that's your best option; I ran into the same situation trying to find a way to add cooldowns since I run a PvP server as well
Zen
Zen2mo ago
Have fun downloading and configuring 2 more plugins that you most likely will need to update in like a months time which you will then realise they have not put out an update for!
Torrent
Torrent2mo ago
better than getting chatgpt to make an unoptimized skript
Zen
Zen2mo ago
😄
Torrent
Torrent2mo ago
also OP
No description
Zen
Zen2mo ago
What are you running your server on? A potato?
Torrent
Torrent2mo ago
not sure why it didn't work for you Zen I'm done engaging with you
Zen
Zen2mo ago
Sounds good 👍
qvaras
qvarasOP2mo ago
Has to be something with blueslimecore, ill try to do smthn about that when im home
Torrent
Torrent2mo ago
that screenshot is from blueslimecore make sure you're on the latest ver, I'm one behind because I'm on 1.21.3
qvaras
qvarasOP2mo ago
I am on latest Ill just compile blueslimecore later Or maybe I'm on an old version and didnt realize Idk
Torrent
Torrent2mo ago
run ver blueslimecore in console
qvaras
qvarasOP2mo ago
Can't rn
Zen
Zen2mo ago
Also remember paper is making it so everything has to use their api in future so any plugins that arnt made specifically for paper will stop working soon So future proof is all I’m saying And dont get into the habit of installing too many plugins Typewriter and skript are both great
Solution
qvaras
qvaras2mo ago
Yeah it looks like I'm on an old version of blueslime
qvaras
qvarasOP2mo ago
Its included in the zip you get of combatlogx So I just used that one, but the dev forgot to update it
Torrent
Torrent2mo ago
gotcha 👍 you should be good to just update that
qvaras
qvarasOP2mo ago
Yep, this solved the issue

Did you find this page helpful?