############################################################ # # # ♚ PLUGIN DEVELOPED BY CEEST_ # # ♚ DISCORD FOR SUPPORT: cestou # # # ############################################################
######################################################### # # # AUTOMATIC COMMANDS BY GROUP # # # ######################################################### comandos:
grupos_comandos:
vip:
comandos: -
"give $player diamond 5" tempoComando: false
# Replace false with a number in seconds data_hora: -
"18:00" -
"19:00" dia: "21/10/2025"# Sets the exact day the commands will be executed segunda: false
# Use weekdays to automatically execute every week terça: false
quarta: false
quinta: false
sexta: false
sabado: false
domingo: false
exemplovip:
comandos: -
"eco give $player 10000" tempoComando: false
data_hora: -
"18:00" -
"19:00" dia: "21/10/2025" segunda: false
terça: false
quarta: true
quinta: false
sexta: false
sabado: false
domingo: false
# THIS VIP EXAMPLE DEFINES THAT IF A PLAYER IS IN THE EXEMPLVIP GROUP # THEY WILL RECEIVE 10,000 MONEY EVERY WEDNESDAY AT 6PM AUTOMATICALLY
######################################################### # # # AUTOMATIC COMMANDS BY PERMISSION # # # ######################################################### comandos_permissoes:
vip: # The permission will be comandos.vip comandos: -
"give $player diamond 5" tempoComando: 300
# Time interval between executions (in seconds) data_hora: # Time for executing the commands (format HH:mm) -
"18:00" -
"19:00" dia: "21/10/2025"# Date for execution (format dd/MM/yyyy)
# Weekdays segunda: false
terca: true
quarta: false
quinta: true
sexta: false
sabado: true
domingo: false
outraPermissao: # The permission will be comandos.outraPermissao comandos: -
"say $player received a gift!" tempoComando: 600
# 10 minutes interval data_hora: -
"18:00" -
"19:00" dia: "01/11/2025"
# THESE GENERAL COMMANDS ARE THE SAME AS GROUP COMMANDS # BUT THEY ARE FOR EVERYONE, MEANING: NO GROUP IS REQUIRED TO BE # EXECUTED, EVERYONE WILL RECEIVE THE COMMAND ON THE SELECTED DATE.