ScheduleCommands | ⭐ [1.18.x - 1.21.x] ⭐ CommandScheduler, Days of the Week icon

ScheduleCommands | ⭐ [1.18.x - 1.21.x] ⭐ CommandScheduler, Days of the Week -----

⭐Want to schedule a command for every Wednommand scheduling for any tesday? This is your solution! ⭐



Code (YAML):

############################################################
#                                                          #
#              ♚ 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"

    # Weekdays
    segunda
: false
    terca
: true
    quarta
: false
    quinta
: true
    sexta
: false
    sabado
: true
    domingo
: false


#########################################################
#                                                       #
#                SCHEDULED GENERAL COMMANDS            #
#                                                       #
#########################################################

gerais
:
  comandos
:
    comandos1
:
      comandos
:
       - "mw world reset"
        - "mw confirm"
      tempoComando
: false
      data_hora
:
       - "10:00"
      dia
: "21/10/2025"
      segunda
: false
      terça
: true
      quarta
: false
      quinta
: false
      sexta
: false
      sabado
: false
      domingo
: false
    comandos2
:
      comandos
:
       - "broadcast $player is an admin!"
      tempoComando
: false
      data_hora
:
       - "18:00"
        - "19:00"
      dia
: "21/10/2025"
      segunda
: false
      terça
: false
      quarta
: false
      quinta
: false
      sexta
: false
      sabado
: false
      domingo
: false
    comandos3
:
      comandos
:
       - "tp $player world"
      tempoComando
: false
      data_hora
:
       - "18:00"
        - "19:00"
      dia
: "21/10/2025"
      segunda
: false
      terça
: false
      quarta
: false
      quinta
: false
      sexta
: false
      sabado
: false
      domingo
: false

# 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.
 
Resource Information
Author:
----------
Total Downloads: 65
First Release: Feb 28, 2025
Last Update: Mar 6, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings