[HIRED] Events

[Yes ] I have read and understand the Cogboard Bounty rules

Bounty Request Format:

Discord Username keene91 #8190

Payment Information PayPal

Description of Cog
Create Events that will tag role and in channels with Java support.
Would like the option to accept Java block code.

V2 or V3 V3

API’s or other information

Other info (Bounty, issues, ETC)
Command list in photos and example of the Java code.


Test `/event createjson json:```[{
“name”: “GAC_Join”,
“time”: “18:00”,
“day”: “20/06/2022”,
“message”: " @everyone Join GAC",
“repeatDay”: [7,7],
“countdown”: false,
“channelID”: “ID#”
},
{
“name”: “GAC_Join_Warning”,
“time”: “16:00”,
“day”: “21/06/2022”,
“message”: " @everyone 1 hour left to join GAC",
“repeatDay”: [7,7],
“countdown”: false,
“channelID”: “ID#”
},
{
“name”: “GAC_Set_Defenses”,
“time”: “17:00”,
“day”: “21/06/2022”,
“message”: " @everyone Set your GAC defenses “,
“repeatDay”: [2,2,3,2,2,3,2,2],
“countdown”: false,
“channelID”: “ID#”
},
{
“name”: “GAC_Set_Defenses_Warning”,
“time”: “16:00”,
“day”: “22/06/2022”,
“message”: " @everyone 1 hour left to set GAC defenses”,
“repeatDay”: [2,2,3,2,2,3,2,2],
“countdown”: false,
“channelID”: “ID#”
},
{
“name”: “GAC_Attack_Phase”,
“time”: “17:00”,
“day”: “22/06/2022”,
“message”: " @everyone Attack phase start",
“repeatDay”: [2,2,3,2,2,3,2,2],
“countdown”: false,
“channelID”: “ID #”
},
{
“name”: “GAC_Attack_Phase_Warning”,
“time”: “16:00”,
“day”: “23/06/2022”,
“message”: " @everyone 1 hour left to attack",
“repeatDay”: [2,2,3,2,2,3,2,2],
“countdown”: false,
“channelID”: “ID #”
}]````

What do you mean with “java block code”? Do you mean JSON objects?

Correct would like to copy and paste the code above