A Simple CommandCooldown | 5 Copies only

Status
This thread has been locked.

Ggamer55

Feedback score
0
Posts
9
Reactions
4
Resources
0
Hi everyone!
Today I'm selling a command cooldown plugin for 15 USD. You may say, "WTF MAN, THAT'S EXPENSIVE FOR A COOLDOWN" and yes, it is, since we couldn't find anything that would fulfill the requirements that we needed in the same way with the same flexibility.

It has support for regex, command aliases, subcommands, and wildcards.
Every subcommand has its own name, cooldown, and cooldown message (unless you don't define one, then it uses the parent one).

Here the example configuration for luckperms
Code:
commands:
  # lp: raw command cooldown, without any specified parameter(inherits from root)
  # l(?:uck)?p(?:erms)?(?:b)? this is the equivalent to the lp: aliases: [luckperms, lpb] but with regex
  # bypass permission is cmdcooldown.<command>.<command>.bypass
  # an example with the regex is cmdcooldown.l(?:uck)?p(?:erms)?(?:b)?.bypass (fucking ugly)
  # the aliases use the same permission as the main
  # you can use other cooldown with cmdcooldown.<command>.<cooldown-time>
  # example: cmdcooldown.lp.5
  # but it needs to be registered as a cooldown
  lp:
    aliases:
      - luckperms
      - lpb
    ## the first cooldown is the default one, after it they're ordered by priority, the first one
    ## being the one with least priority
    cooldowns:
      - 10
    sub-commands:
      ## subcommand name
      user:
        ## this overrides the lp cooldown
        cooldowns:
          - 5
        sub-commands:
          ## this makes that all the subcommands like "lp user", "lp user ?" and "lp user fixed" will have a cooldown
          '*': ""
          ## The difference between * and ** is that * only applies until that argument, in this example only things like "lp user fixed", "lp group ola" and "lp user test" will have a cooldown.
          ## with ** everything, including things like "lp user Fixed parent set Owner" will have the same cooldown
##        '**': ""      
default:
  cooldowns: [] ## no root cooldown
  message: "&cYou need to wait %seconds% seconds to use %command% again!"

Only 5 copies of it will be sold.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ggamer55

Feedback score
0
Posts
9
Reactions
4
Resources
0
Proof of ownership:
upload_2021-4-29_15-25-25.png
upload_2021-4-29_15-25-47.png
 

Attachments

  • upload_2021-4-29_15-25-25.png
    upload_2021-4-29_15-25-25.png
    206.6 KB · Views: 132
  • upload_2021-4-29_15-25-47.png
    upload_2021-4-29_15-25-47.png
    167.5 KB · Views: 126

Fawks

Director @ Synx Games
Supreme
Feedback score
25
Posts
836
Reactions
742
Resources
0
I can't tell if this is a joke
 

Jaimexo

Jaimexo
Premium
Feedback score
0
Posts
10
Reactions
13
Resources
5
Vouch! A nice guy. He worked with my on all my servers: mineaqua, silexpvp, mediacraft, heartbox.
 

ZoiBox

Java dev & Setup Specialist
Supreme
Feedback score
3
Posts
754
Reactions
228
Resources
0

Elb1to

https://elb1to.me
Supreme
Feedback score
12
Posts
173
Reactions
119
Resources
14
Vouch for my broski Fixed, I've known him for years and I can tell you without a doubt that he's constantly improving :tup:
 

ZoiBox

Java dev & Setup Specialist
Supreme
Feedback score
3
Posts
754
Reactions
228
Resources
0
With this code is really bold on your part to say that
441766

upload_2021-4-30_16-12-7.png

upload_2021-4-30_16-11-14.png


I'm sorry I thought you were just a random guy trying to rip people off. I didnt realise you were friends with Elb1to and this was how you liked your code.
 

Attachments

  • upload_2021-4-30_16-11-14.png
    upload_2021-4-30_16-11-14.png
    7.5 KB · Views: 81
  • upload_2021-4-30_16-12-7.png
    upload_2021-4-30_16-12-7.png
    15.3 KB · Views: 87

Ggamer55

Feedback score
0
Posts
9
Reactions
4
Resources
0
Being unfinished isn't an excuse for bad code, but yeah, no problem man
 
Last edited:

ZoiBox

Java dev & Setup Specialist
Supreme
Feedback score
3
Posts
754
Reactions
228
Resources
0
Being unfinished isn't an excuse for bad code
441781


EDIT: All the mongo and some of the backend was done by my friend I did all of the front end, some of the utils and a edited a few things with the backend
 
Last edited:
Status
This thread has been locked.
Top