Jump to content

AFK Region Rewards Skript


Myth1c4lYT

Recommended Posts

  • 2 weeks later...

You could try something like this:
 

every 15 minutes:
    loop all players:
        if "%region at loop-player%" contains "afk":
            broadcast "&7All the players in the AFK area have got a reward!"
            play sound "entity.experience_orb.pickup" with volume 3 to all players
            give white dye named "&5EPIC Crate voucher" to loop-player
  • Thanks 1
Link to comment
Share on other sites

On 7/10/2022 at 3:30 PM, Myth1c4lYT said:

I want a skript so that whenever you have been in an afk region for more than 15 minutes it gives you a crate key along with playing a sound and sending a public message. kind of like the one BoxPvPv has in their elytra box.

This ones better because you can't instant get items.
 

 

Link to comment
Share on other sites

  • 3 weeks later...
On 7/10/2022 at 2:30 PM, Myth1c4lYT said:

I want a skript so that whenever you have been in an afk region for more than 15 minutes it gives you a crate key along with playing a sound and sending a public message. kind of like the one BoxPvPv has in their elytra box.

Use this plugin
works like a charm

easy to use and configure

Link to comment
Share on other sites

  • 11 months later...
  • 4 months later...
On 7/19/2022 at 12:14 PM, skAyo said:

You could try something like this:
 

every 15 minutes:
    loop all players:
        if "%region at loop-player%" contains "afk":
            broadcast "&7All the players in the AFK area have got a reward!"
            play sound "entity.experience_orb.pickup" with volume 3 to all players
            give white dye named "&5EPIC Crate voucher" to loop-player

 

Link to comment
Share on other sites

Here is a simple give crate key skript, 

every 20 minutes:
    execute console command "goldencrates give * afk 2"

 

You would also, need to setup regions for the skript I just sent above.

Thank you, 

 
Ruby
 
"Turning code into solutions, one line at a time."
 

Community Management | Administration | Staff Management | Server Management | Development

 

Link to comment
Share on other sites

Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!

No rank - 2017-2021

Minehut Tester - 2021-2023

Minehut Volunteer Moderator - 2023-Current

Report a player/server: Report Player / Server

Create a support ticket: Submit a request

 

Did I help you? If so, feel free to give me a like!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...