Need help 2 skripts, cant find anything like it and I dont know much

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

6ixftw

Member
May 5, 2025
1
0
1
For the first skript, Im looking for a skript that utilizes SkBee to make a GUI. In the gui, there will be a grass block labeled &aPlains Biome

command: /rtp

if you click it, it teleports you to a world using multiverse. (world name plains)

The world needs to regen every 10 minutes with a title popping up on the users screen saying:

&aHole Resetting!
The gui needs to look like a normal chest.

For the second skript (more important):
I need a skript that can remove a list of blocks that I can configure in a specific worldguard region every 10 minutes.
It is for a 1.19.4 crystal pvp arena.
If thats possible, or however it would work, help would be greatly appreciated. Please add me on discord 6ixftw, if not, ill probably have delayed responses on here.
 
bru, just look at the docs. the multivers thing is easy too ether the world name will work or just use execute console command
tbh guis may be a bit tricky so
Code:
command test:
    trigger:
        open chest inventory with 3 rows named "dirty diamond" to player
        wait 1 tick
        set slot 0 of player's current inventory to diamond named "dirt"
on inventory click:
    if name of event-inventory is "dirty diamond":
        if event-item is diamond:
            send "you could add stuff here" to player
 
Last edited: