Jump to content

gen skript pls


elitemax77

Recommended Posts

  • 1 month later...
On 7/14/2021 at 7:33 PM, elitemax77 said:

i want a gen skript

There are several reasons why many skripters will not give you a gen skript. Gen servers kinda Sucks and it doesn't help as more and more of these kinds of servers with a supposed "twist" go to the server page. If you would want to create a gen server, i wouldnt recommend it because it's not as easy as it sounds like it. I suggest thinking of a great idea that no one has created in minehut and create it instead

2021-06-09_20_22_08.jpg.422c39613f8b72de894e5ec1f3377dca.jpg

Yo who actually reads these

[Vip] - 12/29/2020
[Pro] - 1/25/2022
 

 

 

Link to comment
Share on other sites

i decided i would help you, i took some time to make this script 

variables:
    {boster::2%player%} = "False"

on place of white glazed terracotta:
    set {gens::%location of event-block%} to uuid of player
    if {gens::%player%} < {maxgens::%player%}:
        add 1 to {gens::%player%}
        while event-block is white glazed terracotta:
            wait 120 ticks
            chance of 99%:
                drop 1 white dye above location of event-block
    else:
        send "" to player
        send "&bYou have reached your Gen Cap! &7%{gens::%player%}%&b/&7%{maxgens::%player%}%" to player
        send "" to player
        cancel event
        if {booster::2%player%} = true:
            drop 2 white dye above location of event-block


 
command /gencap [<offlineplayer>] [<text>] [<number>]:
    permission: gencap.use
    permission message: &cNope!
    trigger:
        if arg-1 is set:
            if arg-2 is "reset":
                set {gens::%arg-1%} to 0
                set {maxgens::%arg-1%} to 20
                send "&cYou have just reset %arg-1%&c's gen cap!" to player

 

that will then work with this script 

 

on right click with name tag:
    if name of event-item is "&b&l+1 Gen":
        remove name tag from the player's tool
        add 1 to {maxgens::%player%}

 

have another question? add me on discord Jeffthesavage#9254 i would be happy to help you!

 

with love,
     Jeffthesavage8 aka Jeff aka Zero 🙂 

Link to comment
Share on other sites

  • 4 weeks later...
On 8/18/2021 at 2:43 AM, ZeroGaming said:

i decided i would help you, i took some time to make this script 

variables:
    {boster::2%player%} = "False"

on place of white glazed terracotta:
    set {gens::%location of event-block%} to uuid of player
    if {gens::%player%} < {maxgens::%player%}:
        add 1 to {gens::%player%}
        while event-block is white glazed terracotta:
            wait 120 ticks
            chance of 99%:
                drop 1 white dye above location of event-block
    else:
        send "" to player
        send "&bYou have reached your Gen Cap! &7%{gens::%player%}%&b/&7%{maxgens::%player%}%" to player
        send "" to player
        cancel event
        if {booster::2%player%} = true:
            drop 2 white dye above location of event-block


 
command /gencap [<offlineplayer>] [<text>] [<number>]:
    permission: gencap.use
    permission message: &cNope!
    trigger:
        if arg-1 is set:
            if arg-2 is "reset":
                set {gens::%arg-1%} to 0
                set {maxgens::%arg-1%} to 20
                send "&cYou have just reset %arg-1%&c's gen cap!" to player

 

that will then work with this script 

 

on right click with name tag:
    if name of event-item is "&b&l+1 Gen":
        remove name tag from the player's tool
        add 1 to {maxgens::%player%}

 

have another question? add me on discord Jeffthesavage#9254 i would be happy to help you!

 

with love,
     Jeffthesavage8 aka Jeff aka Zero 🙂 

Lol after server restart generator will be trash

Link to comment
Share on other sites

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