ghostjusr Posted May 5 Share Posted May 5 If anyone needs help making scripts or needs one to be created but doesn't know how you can just reply here and I can help. :) 1 Link to comment Share on other sites More sharing options...
BastilleMC Posted May 5 Share Posted May 5 Hey, I'm looking for a good Gens skript Link to comment Share on other sites More sharing options...
ghostjusr Posted May 5 Author Share Posted May 5 Do you mean like the blocks that make items come out? Or something else? Link to comment Share on other sites More sharing options...
BastilleMC Posted May 6 Share Posted May 6 Yes Link to comment Share on other sites More sharing options...
Rizzler Posted May 6 Share Posted May 6 hi i want a skript when you do /freerank it executes lp user %player% parent set free and if they dont have permssion to do it send a message saying &c&lYou already have a rank! ive tried to skript this myself but i am not very good at it Link to comment Share on other sites More sharing options...
ApexSplat Posted May 7 Share Posted May 7 (edited) options: permission: skript.permission command /freerank: trigger: if player has permission "{@permission}": execute console command "/lp user %player% parent set free" else: send "&c&lYou already have a rank!" change skript.permission to the permission required to execute the command Edited May 19 by ApexSplat Discord: Dead#6905 Love anime! Link to comment Share on other sites More sharing options...
QuickSkripts Posted May 7 Share Posted May 7 Yeah that skirpt doesnt work, but I have linked one that does. Link to comment Share on other sites More sharing options...
Rizzler Posted May 8 Share Posted May 8 thanks a lot Link to comment Share on other sites More sharing options...
Livingchip75455 Posted May 13 Share Posted May 13 hi, I need a script for making it so you can't break grass blocks or cyan concrete but any other block you can break hope you get back soon Link to comment Share on other sites More sharing options...
ghostjusr Posted May 16 Author Share Posted May 16 try this: on block break of grass block or cyan concrete: cancel event send "&rYou can't break that block!" to player Change the send thing to whatever you want. Link to comment Share on other sites More sharing options...
yup374 Posted May 17 Share Posted May 17 hi i need a skript where u can upgrade ur pickaxe so when u right click with the pickaxe it opens a gui where theres any item in the middel and when u click on it enchant the pickaxe with efficiency 1 at the time and u max upgrade is 5 idk if im asking for too much code but its fine if u dont want to give or make it to me Link to comment Share on other sites More sharing options...
ApexSplat Posted May 19 Share Posted May 19 on right click with pickaxe: set metadata tag "pickaxe" of player to chest inventory with 5 rows named "&6&lUpgrade": set {_x} to 0 loop 54 times: set slot {_x} of metadata tag "pickaxe" of player to black stained glass pane add 1 to {_x} set {_level} to level of efficiency of player's tool set {_type} to type of player's tool set slot 22 of metadata tag "pickaxe" of player to {_type} of efficiency {_level} + 1 named "&6&lUpgrade" open (metadata tag "pickaxe" of player) to player on inventory click: if event-inventory = (metadata tag "pickaxe" of player): cancel event if index of event-slot is 22: set {_level} to level of efficiency of player's tool if {_level} isn't 5: enchant player's tool with efficiency {_level} + 1 else: send "You have reached the max upgrade of 5!" close player's inventory not tested Discord: Dead#6905 Love anime! Link to comment Share on other sites More sharing options...
KarateBlade Posted May 19 Share Posted May 19 Hi im very bad at skript and been looking everywhere but i cant find a skript so i thought i will ask someone here if they can make it for me. So basically the server does keyall everytime that the amount of online players is doubled, Ex: theres 1 player and when another one joins a key all is done and then when 2 more players join another key all is done etc Link to comment Share on other sites More sharing options...
ApexSplat Posted May 20 Share Posted May 20 what if there are 8 players and you need 16 online but then 7 people leave and there is 1. does the keyall reset and they need 2 players for a key all again? Discord: Dead#6905 Love anime! Link to comment Share on other sites More sharing options...
KarateBlade Posted May 20 Share Posted May 20 yea if you could make it like that Link to comment Share on other sites More sharing options...
ApexSplat Posted May 20 Share Posted May 20 (edited) 2 hours ago, KarateBlade said: yea if you could make it like that on join: set {_online} to amount of online players set {_power} to 1 set {_num} to 2 while {_num} != {_online}: wait 1 tick set {_num} to {_num}^{_power} if {_num} > {_online}: stop add 1 to {_power} execute console command "/" # Put the command executed for the key all here not tested Edited May 20 by ApexSplat Discord: Dead#6905 Love anime! Link to comment Share on other sites More sharing options...
Slothers Posted May 22 Share Posted May 22 Yo i need help trying to get skript into my server it not working? Link to comment Share on other sites More sharing options...
DNAbuckle86 Posted May 25 Share Posted May 25 Does any one have a afk and lifesteel script that link up with each other so a plyer get a hard when the are in a afk pool Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now