-
Posts
24 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by ProfCube
-
-
@Kazoris14 I have made a skript for that but it currently a paid item in mc-market if you want a new one let me know what you want on it and what plugin you are using for banning?
-
@Pix3lPanos here is the code, you will need the following plugins:
- Skript
- Skript-gui
Hopefully this suffice the need that you wanted
I tested this in 1.18.2 I was not able to do the sneak, but was able to do the right click.
options: GUI: &c&lSHOP # Avariables: # {item_amount} = 10 command /setnpc: permission: npc.create trigger: spawn 1 villager at location of player set name of last spawned entity to "{@GUI}" apply slowness 255 to last spawned entity for 999 days set {npc} to location of player command /kill: permission: npc.kill trigger: loop all entities: name of loop-entity contains "{@GUI}" kill loop-entity every second: loop all entities: name of loop-entity contains "{@GUI}" teleport loop-entity to {npc} on damage: name of victim contains "{@GUI}" cancel event on right click on entity: name of clicked entity contains "{@GUI}" if {spam::%player%} is true: send "&cPlease dont spam the npc" to player else: set {spam::%player%} to true mShop(player, "shop") wait 1 second set {spam::%player%} to false on death: set {spam::%victim%} to false on join: set {spam::%player%} to false function mShop(p: player, m: text): if {_m} is "shop": create a gui with virtual chest inventory with 3 rows named "&c&lHermes Speed Shop": make gui slot 13 with speed potion named "&b&lHermes": set {_d} to amount of diamonds in player's inventory if {_d} >= 10: remove 10 diamonds from {_p}'s inventory give 1 potions of swiftness named "&b&lHermes" to {_p} else: if {_d} <= 10: send "&cYou don't have enought Diamonds" open last gui to {_p}
Â
-
This is a remake of the flight skript @SfxzGoldenn had created here this one includes when a player gets hit, they will have the flight disable. I didn't put a timer when they get hit to use the flight command again, just something to make for him XD
Âon damage: victim is a player: if {fly::%victim%} is true: set victim's flight mode to false delete {fly::%victim%} send "&cYou have been attacked by %attacker%, disabeling flight" to victim command /fly: permission: profcube.fly trigger: set {_p} to player if {fly::%{_p}%} isn't set: send "&7Flight mode is now &a&lenabled" to player set player's flight mode to true set {fly::%{_p}%} to true stop send "&7Flight mode is now &c&ldisabled" to player set player's flight mode to false delete {fly::%{_p}%} stop
Â
-
8 hours ago, Yukki_Aizawa said:
i want to get a command to open the shop gui.
I have sent you a message with all the commands and permission that will help you
-
20 hours ago, Raith said:
Could you make me a skript the command /sfw and it toggles a chat censor, i can input the censored words i just dont know enough about skript yet to make this type of skript.
Thanks
options: badwords: "fuck" and "shit" and "ass" broadcast_on: &aWe hve turned cathlic broadcast_off: &cYou may speak the devils wordings badword_message: &2*&a We don't speak the devils wording&2 * on chat: if {sfw::word} is true: if {sfw::word::*} contains {@badwords}: if player has permission "sfw.bypass": stop else: send "{@badword_message}" cancel event command /sfw [<text>]: permission: sfw.command permission message: &cYou currently don't have access to this command. Contact your adminitrator if this is a mistake! trigger: if arg 1 is "on": add {@badwords} to {sfw::word::*} broadcast "{@broadcast_on}" set {sfw::word} to true else if arg 1 is "off": broadcast "{@broadcast_off}" set {sfw::word} to false
@Raith
all you need to do is just add the bad words you want and do /sfw on
if you want your staff to be able to speak the censored words give them sfw.bypass hopefully I got what you wanted -
11 hours ago, Yukki_Aizawa said:
tysm! But one question. where would i put the command? im not good at skripting lmao
A little bit more specific, like for the items of the command it self?
-
13 hours ago, Yukki_Aizawa said:
could i have a skript that give you money when you kill people? you could then spend the money in a shop tht could give you better gear and ranks. Thanks!
on first join: if {coin::%uuid of player%} isn't set: set {coin::%uuid of player%} to 0 on death: if attacker is a player: if the victim is a player: add 1 to {coin::%attacker%} send action bar "&7You have killed &e%player%&7 we have added &e1&7 point!" to attacker send "&7You have been killed by &e%attacker%" to player function shopGUI(t: String, p: Player): if {_t} is "shop": open virtual chest inventory with size 6 named "Shop &6$&e%{coin::%{_p}%}%" to {_p} format gui slot (all integers between 0 and 8 and 9 and 17 and 18 and 26 and 27 and 35 and 36 and 44, and all integers between 45 and 53) of {_p} with black stained glass pane named "&f" with lore "&f" format gui slot 10 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 11 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 12 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 13 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 14 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 15 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 16 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 19 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 20 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 21 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 22 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 23 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 24 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 25 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 28 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 29 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 30 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 31 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 32 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 33 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 34 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 37 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 38 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 39 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 40 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 41 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 42 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" format gui slot 43 of {_p} with red wool named "" with lore "" to run using "left" click: make console execute command "" and "" command /point [<text>] [<integer>] [<offline player>]: permission: point.command permission message: &cYou currently don't have access to this command. Contact your adminitrator if this is a mistake! trigger: if arg-1 isn't set: send "&8&m---------&8»&6&l Balance&8 «&m---------" send "&7You currently have &6$&e%{coin::%player%}%&7 points" send "&8&m------------------------------" if arg 1 is "shop": if arg 2 isn't set: if arg 3 isn't set: shopGUI("shop", player) if player has permission "points.*": if arg 1 is "add": if arg 2 is set: if arg 3 is set: add arg-2 to {coin::%arg-3%} send "&6$&e%arg-2%&7 has been added to your balance" else if arg 1 is "remove": if arg 2 is set: if arg 3 is player: subtract arg-2 from {coin::%arg-3%} send "&4$&c%arg-2%&7 has been removed from your balance" else if arg 1 is "info": if arg 2 isn't set: if arg 3 is set: send "&6&l%arg-3%&7 currently has a total of &e%{coin::%arg-3%}%&7 points" else if arg 1 is "clear": if arg 2 isn't set: if arg 3 isn't set: delete {coin::*} set {coin::%uuid of player%} to 0 send "&7Your balance was cleared by staff to &4$&c%{coin::%uuid of player%}%" # ############### # This section is to have the console execute the command else if command sender is console: if arg 1 is "add": if arg 2 is set: if arg 3 is set: add arg-2 to {coin::%arg-3%} send "&6$&e%arg-2%&7 has been added to your balance" else if arg 1 is "remove": if arg 2 is set: if arg 3 is player: subtract arg-2 from {coin::%arg-3%} send "&4$&c%arg-2%&7 has been removed from your balance" else if arg 1 is "info": if arg 2 isn't set: if arg 3 is set: send "&6&l%arg-3%&7 currently has a total of &e%{coin::%arg-3%}%&7 points" else if arg 1 is "clear": if arg 2 isn't set: if arg 3 isn't set: delete {coin::*} set {coin::%uuid of player%} to 0 send "&7Your balance was cleared by staff to &4$&c%{coin::%uuid of player%}%"
You will need the Addon Tuske  for it to work on your server
idk what items you wanted in the guy so I just made it with all red wool all you need to do is add the commands and information on what it needs to be -
On 6/25/2020 at 10:43 PM, wowlolk said:
Can someone make a /discord skript that when you say /discord it shows your discord and lets them click on it as a link please?
( the one before shows the text but doesn't let people click on it as a link)Âoptions: tooltip: &fThis will bring you to our discord message: &3&lServer Name&8 |&7 Click here to join our &3&lDISCORD link: https://minehut.com command /discord: trigger: json("%player%", "{@message}||ttp:&f{@tooltip}||url:{@link}")

Â
Make sure to have installed this skript json.skÂ
Once you have both in the folder do this in game /sk reload json.sk and /sk reload [name of discord file] -
On 6/15/2020 at 10:42 AM, Skeppys_stocking said:
Could you make a /enchant script that can enchant to insanely high levels? Thx
function enchant(value: text, r1: text, r2: text, r3: text, r4: text) :: text: replace all "[%{_r1}%]" with "%{_r2}%" in {_message} replace all "[%{_r3}%]" with "%{_r4}%" in {_message} command /enchant [<text>]: aliases: /enchantment trigger: if arg 1 is not set: send "&8&m---------&8»&6&l Enchant&8 «&m---------" send "" send "&e/enchant <enchantment> [<level>]" send "" send "&8&m------------------------------" enchant player's tool with arg 1 parsed as enchantment type set {_test} to arg 1 parsed as enchantment type {_test} is an enchantment type: set {_message} to enchant("Enchant", "Item", "%type of player's tool%", "Enchantment", arg 1) else: send "&8&m---------&8»&6&l Enchant&8 «&m---------" send "" send "&e/enchant <enchantment> [<level>]" send "" send "&8&m------------------------------"
-
7 hours ago, TBNR_Yash said:
Can you make a Skript for the command /boom. It should summon 100 creepers
Â
command /boom [<integer>] [<entity type>] [<offline player>]: permission: SkBoom.* permission message: &cYou currently don't have access to this command. Contact your adminitrator if this is a mistake! description: &fSummons mobs at a player aliases: /b trigger: set {_player} to location of block above targeted block set {_number} to 1 if arg 1 is set: set {_number} to arg 1 arg 3 is set: set {_player} to arg 3 spawn {_number} of arg 2 at {_player}
-
On 6/27/2020 at 12:16 AM, Mr_pro68YT said:
Ok one thing idk if its just me but wehn i do /gm s it shows "your gamemode is survival" the normal thing its suppost to show but it also shows "
"&7You have change &e<none> &7gamemode to &eSurvival!" obviously with color codesYea sorry I just fixed it, it was the last line of the code that was doing that, go a head and copy the code again.
-
This is a very simple gamemode skript, it will take no problem on the server at all
This is a re-write to a skript i wrote months back, but i have hidden it XD so i can post this one lol,
Permission: gamemode.* - Give you all the permission needed to run command. gamemode - Give you access to change your gamemode. gamemode.other - Ability to change other players gamemode.
options: nopermission: &cYou currently don't have access to this permission! permission: gamemode s: "survival","s" or "0" c: "creative","c" or "1" a: "adventure","a" or "2" sp: "spectator" or "3" function gamemode(p: player, gamemode: text): if {_gamemode} is {@s}: set gamemode of {_p} to survival send "&7Your gamemode has been changed to &eSurvival&7!" to {_p} if {_gamemode} is {@c}: set gamemode of {_p} to creative send "&7Your gamemode has been changed to &eCreative&7!" to {_p} if {_gamemode} is {@a}: set gamemode of {_p} to adventure send "&7Your gamemode has been changed to &eAdventure&7!" to {_p} if {_gamemode} is {@sp}: set gamemode of {_p} to spectator send "&7Your gamemode has been changed to &eSpectator&7!" to {_p} command /gamemode [<text>] [<OfflinePlayer>]: permission: {@permission}.* permission message: {@nopermission} aliases: gm trigger: if arg 1 isn't set: send "&7/gamemode &e<text> <player>" if player has permission "{@permission}": arg 2 isn't set: gamemode(player, arg-1) if player has permission "{@permission}.other": arg 2 is set: gamemode(arg-2, arg-1)
Requirements: Skript
Â
-
1
-
-
On 8/18/2019 at 2:59 PM, Bear said:
Cool I guess, but why should I use your skript over my developer @Maanpakora
Well not here to pick wether you should or shouldn't. it's your option
-
Just in case here is the error im getting probably same with others.

-
update Tuske XD
-
Minehut should be able to work something around it eventually
Â
-
If its possible to add Skript-mirror so that we can have more implementations towards skript
 -
This is a very simple Mention Script, where player need this permission to say a players name.
Permission:
sk.mentionÂ
Once they have that permission they will be able to send a players name in chat, the receiver will get a EXP sound in their end making sure that they are their.


To be able to change the color of the Mention you will be going to Line 9 of the script and looking for this"&6&l@%loop-player%&r"
QuoteÂ
-
Hello, this is just a GUI skript where you can make it easier for your staff members to ban, mute, tempban, warnÂ
DISCLAIMERS:   You will need to have ether a custom skript for ban, mute, tempban, warn i will not be providing these since it's a little time consuming and i don't have timeÂ
Download Link:Â Punishments.sk
Requirements:Â
- Skript
- Tuske or Tuske Pikachu's Update












Pls Help Me
in Script Releases
Posted
@AgentGamerPro IDK i just made it for the hell of it