Jump to content

I'll make a simple skript for you (2nd post)


83y

Recommended Posts

Here is a vouch from my previous post:

https://forums.minehut.com/topic/27348-ill-make-a-simple-skript-for-you/

Post your ideas below!

Edited by 83y
  • Thanks 2

Youtube: https://www.youtube.com/c/83y123

Discord: 83y#2552

IGN: 83y

 

If your seeing this I am currently banned from Posting, the Discord and GitHub

I have helped out countless player's and been re-payed with multiple bans.

staff are attention seeking and biased, i'd just leave for your sake.

your just wasting your time.

like.gif

Link to comment
Share on other sites

  • 83y changed the title to I'll make a simple skript for you (2nd post)
  • 1 month later...
On 12/16/2020 at 10:27 AM, ItsJaban said:

Can you create a pog /dupe command that has some items blacklisted ? like elytra, shulker box etc.

 

I can make you one.

 

command /dupe:
  trigger:
    if player's held item isn't a shulker box:
      if player's held item isn't a elytra:
        if player's held item isn't air:
          give player player's held item
          stop
        else:
          send "&cYou Cannot Dupe Air!" to player
      else:
        send "&cYou Cannot Dupe this Item!" to player
    else:
      send "&cYou Cannot Dupe this Item!" to player

Link to comment
Share on other sites

On 12/17/2020 at 4:54 AM, SkHelper said:

make a skript where if you do /reset it will ban the player with reason "I resetted you"

Easy here is the script for ya:

 

command /reset [<player>]:
  permission: reset.use
  trigger:
    if arg-1 is set:
      send "&4&lResetting player %player-arg%" to player
      make player execute "/ban %player-arg% &4You were reset."
    else:
      send "&4List a name to reset!" to player

Link to comment
Share on other sites

1 minute ago, GRIM_CREEPERZ said:

Can you tell me what you use for ranks and the rank name to give!

I have Command /FreeRank:
    Trigger:
        execute command "/lp User %player% Parent Set Plant"
        Send "&b&lYou Have Claimed You're Free Rank" To player 

Already i just want the players to only claim it 1 time

 

  • Like 1
Link to comment
Share on other sites

Just now, Rip_juice_wrld said:

I have Command /FreeRank:
    Trigger:
        execute command "/lp User %player% Parent Set Plant"
        Send "&b&lYou Have Claimed You're Free Rank" To player 

Already i just want the players to only claim it 1 time

 

Ah okay thats quite simple

Link to comment
Share on other sites

3 minutes ago, Rip_juice_wrld said:

I have Command /FreeRank:
    Trigger:
        execute command "/lp User %player% Parent Set Plant"
        Send "&b&lYou Have Claimed You're Free Rank" To player 

Already i just want the players to only claim it 1 time

 

command /freerank:
  trigger:
    if {freerank.claimed} isn't set:
      execute command "/lp User %player% Parent Set Plant"
      Send "&b&lYou Have Claimed You're Free Rank" to player
      set {freerank.claimed} to true:
    if {freerank.claimed} is true:
      send "&cYou have already claimed your free rank!" to player

Link to comment
Share on other sites

2 minutes ago, Rip_juice_wrld said:

so can you do it? if u can it would help

 

there enjoy 😄

 

 

Just now, GRIM_CREEPERZ said:

command /freerank:
  trigger:
    if {freerank.claimed} isn't set:
      execute command "/lp User %player% Parent Set Plant"
      Send "&b&lYou Have Claimed You're Free Rank" to player
      set {freerank.claimed} to true:
    if {freerank.claimed} is true:
      send "&cYou have already claimed your free rank!" to player

There

Link to comment
Share on other sites

Just now, Rip_juice_wrld said:

heres the one error spacer.png

Oh try this

command /freerank:
  trigger:
    if {freerank.claimed} isn't set:
      execute command "/lp User %player% Parent Set Plant"
      Send "&b&lYou Have Claimed You're Free Rank" to player
      set {freerank.claimed} to true
    if {freerank.claimed} is true:
      send "&cYou have already claimed your free rank!" to player

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...