Jump to content

NotKaizo

Member
  • Posts

    204
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by NotKaizo

  1. Simple Banknote Skript ♦ Easily Configurable ♦ Soft Coded with functions ♦ Custom Permissions ♦ Custom Commands ♦ Customizable Message ♦ Customizable Item Name & Lore ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Easily Configurable Easily configurable options/config to make your server stand out! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Soft Coded with Functions This Skript is coded with mostly Functions so it is completely Lag-Free! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Customizable Message Customize all the message using the options/config! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Customizable Item Name & Lore Customize the Banknote name & lore to whatever you want! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ This is useful for all types of servers. I will continue updating it if you guys want me to. Just let me know what I can add to it and I will be sure to take your suggestion into consideration. Leave a review about the Skript if you like it and if not, tell me why so I can improve. Anyways, enjoy! Also, if your browser blocks Skript files, I included a text file as well this time. banknote.sk banknote.txt
  2. options: balance: {balance::%player's uuid%} # Variable of your currency repair_cost: 50 # Repair cost to repair the item command /repair [<player>]: permission: repair.use trigger: if arg-1 is set: open inventory of arg-1 to player set {activeGui::%player's uuid%} to "inventoryGui" play sound "block.note_block.pling" to player send "&aPlease click an item to repair it for 50 Coins!" to player else: open inventory of player to player set {activeGui::%player's uuid%} to "inventoryGui" play sound "block.note_block.pling" to player send "&aPlease click an item to repair it for 50 Coins!" to player on inventory click: {activeGui::%player's uuid%} = "inventoryGui" cancel event set {_dura} to max durability of clicked item set {_fix} to durability of clicked item if {_fix} < {_dura}: if {@balance} >= {@repair_cost}: remove {@repair_cost} from {@balance} repair clicked item play sound "block.note_block.pling" to player else: play sound "entity.villager.no" to player send "&cStop trying to repair that item! You are broke smh." else if {_fix} >= {_dura}: play sound "entity.villager.no" to player on inventory close: if {activeGui::%player's uuid%} is "inventoryGui": delete {activeGui::%player's uuid%} send "&cYou closed your inventory!" Also made a small option section for you to change the variable and cost of upgrade! Hope you like it
  3. on death: victim is player attacker is player chance of 50%: execute console command "<crate key command>" send "You have been rewarded a key from killing Someone" to attacker Put your give key command in the <crate key command> section and remove the <> and leave the quotes. make sure the expression is %attacker% you it gives the attacker a key.
  4. Those were just like that since I didn't notice them. Will improve next time.
  5. It should need addon like SkBee and that's all I know. Maybe add those necessary addon to your server.
  6. Sure, I'll send it tmrw when I wake up.
  7. Well, you can customize it with commands so that was the least amount of lines I could do. Since it has quite alot of features and commands.
  8. Hey! I made the Skript you asked for. I am sorry it took this long since it was quite confusing to make. I tried my best to make it as easily customizable as possible aswell so hope you like it I made it in a separate forum post since I see a lot of people wanting this kind of Skript so why not just share it to everyone.
  9. If you need any Skript made here is the link to the post for free Skripts.
  10. So, I made a topic about making free Skripts for people (other than gen Skript ofc) and @sharpifier1 requested me to make him a Voucher Skript and since I am bored, I made one that is most likely more than what he was expecting. Simple Rank Voucher Skript Skript made by NotKaizo#0001 Permission voucher.admin | gives access to all admin permission Easy Config Easily configurable options/config to fit your server liking! Commands /voucher create <group name> <voucher name> | creates a new voucher /voucher give <player> <group name> | gives player a voucher /voucher delete <group name> | deletes an existing voucher /voucher help | displays the help menu Soft Coded I use mostly function when coding this Skript so it cause no lag and reloads quickly. More Info The default command set for rank voucher is Luckperms command. If you want to change it, feel free to change it thru the options/config. You can also change the lore/voucher item in the options/config. Almost everything is easily customizable with just a little Skripting knowledge. In-Game Spoilers Here are some screenshot of it In-Game Please note that you can only have 1 voucher per group. The vouchers are redeemed when right clicked when holding the item voucher.sk
  11. I might make some skripts that you request, just make sure it has all the details needed. No gen skripts btw
  12. If your server restarts, that skript breaks
  13. Enchant isn't a lore btw, so clearing the lore will clear the lore of that item instead of remove the enchant
  14. on first join: set {lvl} to 1 every 0 tick: if {lvl} is equal to 1: set {moneyrequired} to 100 if {lvl} is equal to 2: set {moneyrequired} to 250 if {lvl} is equal to 3: set {moneyrequired} to 500 on right click with wooden sword: execute player command "upgradereset 521" command /reset: trigger: send "Reset!" set {lvl} to 1 clear inventory of player give player wooden sword command /upgradereset <string>: trigger: if arg-1 is "521": open virtual chest inventory with size 3 named "&dUpgrade" to player format gui slot 0,1,2,3,4,5,6,7,8 of player with gray stained glass pane named "&5-" format gui slot 18,19,20,21,22,23,24,25,26 of player with gray stained glass pane named "&5-" format gui slot 13 of player with red stained glass pane named "&dUpgrade" with lore "&c$%{moneyrequired}%" to run: if balance of player > {moneyrequired}: #adds enchant to be +1 enchant the tool with "sharpness %level of sharpness of the tool + 1%" parsed as enchantment type #adds the lvl add 1 to {lvl} #fixes price and lvl format gui slot 13 of player with barrier named "&cReseting" wait 3 ticks execute player command "upgradereset 521" I made it into a command so it will execute it after they click the glass pane. Also, you need to learn how to use variables...
  15. set a variable when they get muted and check for that variable when they try and talk in chat
  16. command /loop: trigger: loop 100 times: # code # code that gets executed when loop is over
  17. I mean, why all this fancy stuff when you can just make it with couple of lines? People most likely uses it for staff flight and I wouldn't see why staff would care if there isn't fancy stuff in /fly.
  18. You can download Skript and learn some basics. Then do whatever you want to do
  19. NotKaizo

    Dashboard

    This is just a suggestion but, make it so every server an account creates has their own unique password. So if you give someone your login info, instead of them having access to all your servers, you can choose to only give them a certain one.
  20. If you were ban on your friend server, ask him to unban you. Unless you meant you got banned on the Minehut Network, then appeal.
  21. Maybe adding the enchants but hiding it will help?
×
×
  • Create New...