Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/24/2022 in Posts

  1. Here is a skript I made 1 year ago! BUT I have been improved at skripting since then and now it is way more functional! It is very simple; doesn't require any addons The file is below: And here is the code here: # Prefix Skript # Version 2.0 # Made by Cerial_Killer (or xCerialPvP_ but cant change name >:[) # Has some fixes, hope you will enjoy :) options: prefix: &8[&3Pre&bfix&8] defaultPrefix: "&7[Default]" # The default prefix, obv. variables: {prefix::%player%} = "&7[Default]" on load: loop all players: if {prefix::%loop-player's uuid%} is not set: set {prefix::%loop-player's uuid%} to {@defaultPrefix} command /prefix [<text>] [<text>]: #permission: prefix.use #If you want to have a permission node remove the # #permission message: &cSorry, but you do not have permission to execute this command. usage: &ePlease do &6/prefix help &efor commands. trigger: if arg 1 is "help": send "{@prefix} &eCommands:" send "&8&m " send "&3- &b/prefix help &7| &fDisplays this message." send "&3- &b/prefix set <prefix> &7| &fSets your prefix." send "&3- &b/prefix reset &7| &fResets your prefix." send "&8&m " if arg 1 is "set": if arg 2 is set: if arg 2 contains "&k": send "{@prefix} &cYour prefix cannot have scribbles in it." stop else: set {prefix::%player's uuid%} to colored arg 2 send "{@prefix} &aYour prefix is now &3%colored arg 2%&a." stop else: send "{@prefix} &cPlease set a prefix." stop if arg 1 is "reset": set {prefix::%player's uuid%} to {@defaultPrefix} send "{@prefix} &aYour prefix has been reset." stop on chat: set the chat format to "%{prefix::%player's uuid%}% %player's display name%&7: &f%message%" prefix.sk
    1 point
  2. So does anyone know how to make a skript that when a lets say stone block is broken with a picaxe named &4diamondpic. It summons a zombie. This may be hard and it owuld mean a lot if someone did this Thanks. Please add what types of plugin i need for it. If there are errors I will reply to you. Thx Also im new here. Idk if im allowed to create a topic. Sry admins if im not allowed.
    1 point
  3. Like this post, reply with your username, and I will pick 1 random person to get VIP! Oh and also, I'm picking tomorrow so get fast! At this moment, its 11:31 At 12:00 im calling out the winner!
    1 point
×
×
  • Create New...