BoosCoolDowns help

Status
This thread has been locked.

Neferux

Feedback score
11
Posts
39
Reactions
10
Resources
0
i cant seem to add a cd to /fix hand and /fix all (essentials commands) with booscooldowns the layout looks like this

/fix:
cooldown: 1 hours ( this add a cd of 1 hour to /fix however it doesnt affect fix hand or fix all)

I have tried

/fix_all:
cooldown: 24 hours (Does nothing)
/fix_hand:
cooldown: 1 hours (Does nothing)
/fixhand:
cooldown: 1 hours (Does nothing)
/fixall:
cooldown: 24 hours (Does nothing)
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Jinxed

Supreme
Feedback score
22
Posts
502
Reactions
131
Resources
0
commands:
groups:
default:
/fix:
cooldown:
900
### If you like to add "custom" permission to the command, to be certain that players that don't have access to that command and wouldn't start and have any cooldown on that command.
The essentials permission is for simplicity. Ranked players will 100% have that permission, and no need of adding custom one.

permission: "essentials.repair"
denied_message: '§c§l[!] §cYou lack required permissions to use the command §c§n/fix§c'
### The * specifies any arguments after the command "/fix", (/fix all, /fix hand etc).
/fix *:
cooldown: 3600
permission: "essentials.repair.all"
denied_message: '§c§l[!] §cYou lack required permissions to use the command §c§n/fix§c'

This is basic setup only with cooldonw, non shared commands/cooldowns or limits.[DOUBLEPOST=1507331826][/DOUBLEPOST]And easier copy paste if you want it,
https://hastebin.com/eyexumixuc.swift
 
Last edited:

Neferux

Feedback score
11
Posts
39
Reactions
10
Resources
0
commands:
groups:
default:
/fix:
cooldown:
900
### If you like to add "custom" permission to the command, to be certain that players that don't have access to that command and wouldn't start and have any cooldown on that command.
The essentials permission is for simplicity. Ranked players will 100% have that permission, and no need of adding custom one.

permission: "essentials.repair"
denied_message: '§c§l[!] §cYou lack required permissions to use the command §c§n/fix§c'
### The * specifies any arguments after the command "/fix", (/fix all, /fix hand etc).
/fix *:
cooldown: 3600
permission: "essentials.repair.all"
denied_message: '§c§l[!] §cYou lack required permissions to use the command §c§n/fix§c'

This is basic setup only with cooldonw, non shared commands/cooldowns or limits.[DOUBLEPOST=1507331826][/DOUBLEPOST]And easier copy paste if you want it,
https://hastebin.com/eyexumixuc.swift
Now its telling me i have no perms to fix when i try any command.
 

Neferux

Feedback score
11
Posts
39
Reactions
10
Resources
0
/manuaddp Neferux essentials.repair
the group has the perms to that tho so would i actually have to manually add that to everyone?

just added that but it still doesnt work it says i have no perms to fix[DOUBLEPOST=1507343113][/DOUBLEPOST]oh i have no perms to fix hand but i can do /fix for hand
 
Last edited:

Jinxed

Supreme
Feedback score
22
Posts
502
Reactions
131
Resources
0
the group has the perms to that tho so would i actually have to manually add that to everyone?
You don't have to, i didn't knew that you have them added for the whole group.

Which permission(s) have you added to the group?
What item are you repairing (enchanted or non enchanted)? They have additional permissions.
Code:
essentials.repair - Allow access to the /repair command.
essentials.repair.all - Unlock the /repair all ability
essentials.repair.armor - Repair all also repairs equipped armor.
essentials.repair.enchanted - Repairing of enchanted items.

You shouldn't have any issues if you add the correct permissions.
 

Neferux

Feedback score
11
Posts
39
Reactions
10
Resources
0
You don't have to, i didn't knew that you have them added for the whole group.

Which permission(s) have you added to the group?
What item are you repairing (enchanted or non enchanted)? They have additional permissions.
Code:
essentials.repair - Allow access to the /repair command.
essentials.repair.all - Unlock the /repair all ability
essentials.repair.armor - Repair all also repairs equipped armor.
essentials.repair.enchanted - Repairing of enchanted items.

You shouldn't have any issues if you add the correct permissions.
works now nvm thx!
 

Jinxed

Supreme
Feedback score
22
Posts
502
Reactions
131
Resources
0
I'm glad that i was able to help. And thank you.
Cheers!
 
Status
This thread has been locked.
Top