Jump to content

I need a UHC skript!


Ezekia

Recommended Posts

I know it is a lot to ask, but I need a UHC skript!

What to include:

- Basic timing and scoreboard (enabling and disabling pvp at times)

- TP to deathmatch (I can change coords)

- Random world generating

If you can:

- Custom crafting

I hope it is possible, You will be credited if it works!

(Note: when I am testing out the skripts you guys could give me, I will ask some of you (if u r online) to help playtest)

By reading this you are a confirmed nerd

IMG_1036.PNG

lolololol.PNG

lmao.PNG

Link to comment
Share on other sites

  • 3 weeks later...
On 10/10/2019 at 1:24 AM, Ezekia said:

I know it is a lot to ask, but I need a UHC skript!

What to include:

- Basic timing and scoreboard (enabling and disabling pvp at times)

- TP to deathmatch (I can change coords)

- Random world generating

If you can:

- Custom crafting

I hope it is possible, You will be credited if it works!

(Note: when I am testing out the skripts you guys could give me, I will ask some of you (if u r online) to help playtest)

1. No one will do this for free
2. Use a plugin instead

command /giveinfo:
    trigger:
        send "--------------------------------------------"
        send "IGN:
crazymarty"
        send "I am a
decent skripter."                                     
        send "Discord: 
crazymarty#1802"
        send "--------------------------------------------"

Link to comment
Share on other sites

Please make sure you post in the correct category!

 

Moved to Marketplace

Discord: thistle#1234
In Game: thistl

Minehut Community Support Member
(8/10/19)
Minehut Junior Moderator

(10/30/19)
Minehut Moderator
(12/30/19 - 07/11/20)
Reinstated
(09/19/20)

❤️

(05/19/21)

 

Link to comment
Share on other sites

  • 1 month later...

Tp to deathmatch:

on death of player:
	teleport the player to (x,y,z)

Custom crafting (just change the name of the item and the air, air, air, ... (the air, air, air, ... will be from left to right, from the 1st to 3rd row in the crafting table):

on load:
    register new shapeless recipe for grass named "Name of Item" using air, air, air, air, air, air, air, air, air

/giveinfo command:

command /giveinfo:
    trigger:
        send "--------------------------------------------"
        send "IGN: crazymarty"
        send "I am a decent skripter."                                     
        send "Discord: crazymarty#1802"
        send "--------------------------------------------"

Random world generating seems extremely difficult. If you have a couple of hours, you can change every block one by one using add, remove and replace.

For basic timing and scoreboard, you can use a loop. Every 20 ticks,

set {_elapsed} to {_elapsed}+1

If you would like to count down from 2 minutes, you can use 120-{_elapsed}.

You can use some existing skripts from SpigotMC to make a scoreboard. There are also plugins that are not Skript that can create a scoreboard. I may be able to help you with your server if you reply.

Link to comment
Share on other sites

17 minutes ago, dnadany689 said:

Hello, I am willing to do this, but I need some sort of rank on your server, Thanks.

Please contact me over at discord!

 

1: dont have disc, pm me or smh on here

2: ye i can give rank

By reading this you are a confirmed nerd

IMG_1036.PNG

lolololol.PNG

lmao.PNG

Link to comment
Share on other sites

  • 2 weeks later...
On consume a golden apple:
    if item is golden apple item named "Golden Head of DOOM":
        remove regeneration from player
        remove absorption from player
        apply regeneration 2 to the player for 20 seconds
        apply absorption 1 to the player for 240 seconds
        stop
    else:
        remove regeneration from player
        remove absorption from player
        apply regeneration 2 to the player for 5 seconds
        apply absorption 1 to the player for 120 seconds
        stop
    
On load:
   register new shapeless recipe for golden apple item named "&6Golden Head of &cDOOM" using gold ingot, gold ingot, gold ingot, gold ingot, player head, gold ingot, gold ingot, gold ingot, gold ingot
 
 
^ Makes Golden Head.
Link to comment
Share on other sites

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
×
×
  • Create New...