Jump to content
Message added by crash,

Thank you so much for your interest in my plugin!

 

If you have any questions, run into any issues, or have ideas for more features, feel free to reach out. 

For support, you can create a thread in the Support Section or send me a direct message—I'll be happy to help.

9 Screenshots

Recommended Comments

venda_vole

Posted

HI, can I add more then one time for restart ? 

crash

Posted (edited)

5 hours ago, venda_vole said:

HI, can I add more then one time for restart ? 

Not at the moment, i will push an update so its possible to do so.

 

Added.

Edited by crash
  • Like 1
SuperCop

Posted

Hello,

 

Is there a way to turn off the UI for players?

crash

Posted (edited)

4 hours ago, SuperCop said:

Hello,

 

Is there a way to turn off the UI for players?

Do you'd like to use chat messages instead?

 

Added.

Edited by crash
SuperCop

Posted

Thank you!

  • Like 1
SuperCop

Posted

On 9/25/2024 at 11:37 AM, crash said:

Not at the moment, i will push an update so its possible to do so.

 

Added.

I run a community server and I dont want it to end up on the modded list because of the UI

crash

Posted

24 minutes ago, SuperCop said:

I run a community server and I dont want it to end up on the modded list because of the UI

Ahh i see, im pretty sure this UI doenst change gameplay so its allowed 🙂 (i might be wrong)

venda_vole

Posted

"Restart": { "AlertSound": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab",

"RestartTimes": [

"03:00"

"15:00"

], 

is this correct way to add 2nd time for restart ? 

crash

Posted (edited)

31 minutes ago, venda_vole said:

"Restart": { "AlertSound": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab",

"RestartTimes": [

"03:00"

"15:00"

], 

is this correct way to add 2nd time for restart ? 

Yes, you are missing a "," on "03:00" > "03:00",

Remember that the timers are based on UTC. You can convert UTC timezone with this website: https://dateful.com/convert/utc

Edited by crash
venda_vole

Posted

5 hours ago, crash said:

Yes, you are missing a "," on "03:00" > "03:00",

Remember that the timers are based on UTC. You can convert UTC timezone with this website: https://dateful.com/convert/utc

I readed update info, so i know about UTC and im counting with that, but i didnt find formating more times in config so i want to make me sure. 

Thank you for help.

  • Love 1
ManOWar

Posted

Hello Venda,

 

Loving the plugin, dude! You did an excellent job putting this together! The onscreen UI notifying players of the pending restart looks great, and I love that the audible timer is the C4 sound counting it down LOL

 

I have mine configured to notify players 10 minutes before the restart, and then it has the built-in 1 minute countdown. I'd like to add additional notifications at the 5, 4, 3, and 2 minute marks. Would the format below be the correct way to do this? Thank you!

 

"Alerts": {

"WarningTimes": [

10,

5,

4,

3,

2

]

},

  • Like 1
venda_vole

Posted

1 hour ago, ManOWar said:

Hello Venda,

 

Loving the plugin, dude! You did an excellent job putting this together! The onscreen UI notifying players of the pending restart looks great, and I love that the audible timer is the C4 sound counting it down LOL

 

I have mine configured to notify players 10 minutes before the restart, and then it has the built-in 1 minute countdown. I'd like to add additional notifications at the 5, 4, 3, and 2 minute marks. Would the format below be the correct way to do this? Thank you!

 

"Alerts": {

"WarningTimes": [

10,

5,

4,

3,

2

]

},

Hi ManOWar im NOT author of plugin dude. 
and for your question idk but can test it and u see 😄 but if u keep formating correct it must work, only question is if it supported counting by this small time periods, but i think u can test it. 
But of course @crashcan answer it better bcs he is author of plugin. 

  • Like 1
crash

Posted

7 hours ago, ManOWar said:

Hello Venda,

 

Loving the plugin, dude! You did an excellent job putting this together! The onscreen UI notifying players of the pending restart looks great, and I love that the audible timer is the C4 sound counting it down LOL

 

I have mine configured to notify players 10 minutes before the restart, and then it has the built-in 1 minute countdown. I'd like to add additional notifications at the 5, 4, 3, and 2 minute marks. Would the format below be the correct way to do this? Thank you!

 

"Alerts": {

"WarningTimes": [

10,

5,

4,

3,

2

]

},

Hello ManOWar, I'm glad you like the plugin :). and about your question, yes. You'll do just as you did on your config.

And if you wanna do it trought UI would be like this, 10,5,4,3,2 then submit and it'll re-write in config

  • Like 1
Oldbtchsgaming

Posted

Hello, I updated but was unable to pull up UI with /crestart.

crash

Posted

10 hours ago, Oldbtchsgaming said:

Hello, I updated but was unable to pull up UI with /crestart.

Are you getting any errors?

Oldbtchsgaming

Posted

4 minutes ago, crash said:

Are you getting any errors?

just in chat' unknown command'

crash

Posted

33 minutes ago, Oldbtchsgaming said:

just in chat' unknown command'

Weird, ill take a look, because its working on my side

Oldbtchsgaming

Posted

7 hours ago, crash said:

Weird, ill take a look, because its working on my side

Ok its working thank you for responding:)

crash

Posted

52 minutes ago, Oldbtchsgaming said:

Ok its working thank you for responding:)

Probably umod/carbon didn't load correctly, because if a command didnt work correctly it'll prompt a huge error haha

ManOWar

Posted

Hello, what is the purpose of the UseQuitCommand? Is that like a manual command we can run to shut the server down instead of restarting it? If so, how exactly do we use it? I've updated my plugin and see that it is now listed in the configuration and enabled by default. Thank you!

 

 

CleanShot2024-11-01at14_44.24@2x.png.bbef45841c3ff6ab231b2a65e8c2e95d.png

crash

Posted

2 minutes ago, ManOWar said:

Hello, what is the purpose of the UseQuitCommand? Is that like a manual command we can run to shut the server down instead of restarting it? If so, how exactly do we use it? I've updated my plugin and see that it is now listed in the configuration and enabled by default. Thank you!

 

 

CleanShot2024-11-01at14_44.24@2x.png.bbef45841c3ff6ab231b2a65e8c2e95d.png

Hello, basically it is in case you want to use the "quit" command or the "restart 1" command when the plugin restarts the server.

True for "quit" command
False for "restart 1" command

I added it because there are cases of people who "quit" does not work correctly. but if the plugin has been working correctly for you, I recommend leaving it on True 🙂

ManOWar

Posted

K. So, I guess this doesn't really apply to or change anything about what I'm doing? My scheduled restarts are working as needed. However, it would be nice if there was an option to shutdown the server instead of restarting it. I need to do this occasionally when adding or updating a plugin, where I need the server to be off while I upload files to it and then power it back up. I'm manually shutting it down now via my hosting provider panel, but it would be nice to have a red warning message on the server via AutoRestart that says it's being shut down for maintenance instead of the blue restart. However, I can't use the Restart option in this scenario because I need it to stay powered off momentarily while I make changes.

When I manually shut the server down, no warning is presented to players, so I have to message them myself. Again, this isn't something that happens regularly, but it'd be a lovely QoL feature to add and just make it a run-on-demand command, where we could still set a timer so players can make their way back to base and whatnot. Thank you!

crash

Posted

33 minutes ago, ManOWar said:

K. So, I guess this doesn't really apply to or change anything about what I'm doing? My scheduled restarts are working as needed. However, it would be nice if there was an option to shutdown the server instead of restarting it. I need to do this occasionally when adding or updating a plugin, where I need the server to be off while I upload files to it and then power it back up. I'm manually shutting it down now via my hosting provider panel, but it would be nice to have a red warning message on the server via AutoRestart that says it's being shut down for maintenance instead of the blue restart. However, I can't use the Restart option in this scenario because I need it to stay powered off momentarily while I make changes.

When I manually shut the server down, no warning is presented to players, so I have to message them myself. Again, this isn't something that happens regularly, but it'd be a lovely QoL feature to add and just make it a run-on-demand command, where we could still set a timer so players can make their way back to base and whatnot. Thank you!

Ill take a look on what i can do.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 1

crash's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.4k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.