Hello
I have been working on the TruePVE mod and suprisingly was able to setup a lot of items. I had it working with proper time schedules but now unfortunatly it is not working anymore... the json file does not create the configuration and I am unable to check what I am currenly doing wrong.
Please note I have no coding experience so it is a learning curve everytime something bombs out on me.
On the attached config file there is time entries but I dont think these are working and I fear it will wipe out once the server restarts (added manually).
What is the correct syntax code in order to add it to the code direcly so that it will automatically write it in the config file?
Schedule": {
"enabled": true,
"useRealtime": true,
"broadcast": true,
"entries": ["*.09:00 default Time to rebuild!",
"*.07:00 pvp Early bird catches the worm!",
"*.12:00 pvp Midday madness!",
"*.13:00 default Lunch time!",
"*.16:00 pvp Afternoon witch hunt!",
"*.17:00 default Heading home!",
"*.19:00 pvp Whatcha cooking in there!",
"*.22:00 default Lights out!"]
I have been working on the TruePVE mod and suprisingly was able to setup a lot of items. I had it working with proper time schedules but now unfortunatly it is not working anymore... the json file does not create the configuration and I am unable to check what I am currenly doing wrong.
Please note I have no coding experience so it is a learning curve everytime something bombs out on me.
On the attached config file there is time entries but I dont think these are working and I fear it will wipe out once the server restarts (added manually).
What is the correct syntax code in order to add it to the code direcly so that it will automatically write it in the config file?
Schedule": {
"enabled": true,
"useRealtime": true,
"broadcast": true,
"entries": ["*.09:00 default Time to rebuild!",
"*.07:00 pvp Early bird catches the worm!",
"*.12:00 pvp Midday madness!",
"*.13:00 default Lunch time!",
"*.16:00 pvp Afternoon witch hunt!",
"*.17:00 default Heading home!",
"*.19:00 pvp Whatcha cooking in there!",
"*.22:00 default Lights out!"]