-
Posts
281 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Everything posted by emopediaMC
-
Hello all, this tutorial is for people who want a nice sidebar/scoreboard in their server. Required Addons: Skript (obviously) SkBee What we first want to do is make a while loop for our scoreboard, we can achieve this by doing this on join: while player is online: Once we have added the while loop, we can start adding/making the scoreboard. We will first make a title for our scoreboard. on join: while player is online: set title of player's scoreboard to "My Server" wait 1 tick We have now made a start to our scoreboard, all we need to do now is add some scoreboard lines. on join: while player is online: set title of player's scoreboard to "My Server" set line 1 of player's scoreboard to "first line :O" wait 1 tick If we want to add variables to the scoreboard, we can do something like this. on join: while player is online: set title of player's scoreboard to "My Server" set line 1 of player's scoreboard to "hmm yes, a variable %{variable::%player's uuid%}%" wait 1 tick We can also do this. on join: while player is online: set title of player's scoreboard to "My Server" set line 1 of player's scoreboard to "Online Players: %size of all players%" wait 1 tick Thats it for this tutorial, I hope this helped someone and I hope I explained it well.. lol
-
Hello all, this tutorial is for people who are new at skripting and need help with reading syntaxes. Lets say for example we have this syntax: create [a] [new] gui [[with id] %-string%] with %inventory% [and shape %-strings%] The [] means it is optional and you dont need to include it. The %% means an object like player or string Lets take a look at another syntax: create [a] [new] [(full)] bound with id %string% (within|between) %location% and %location% The [] means it is optional and you dont need to include it. The %% means an object like player or string The (example 1|example 2) means you can use example 1 instead of example 2 or example 2 instead of example 1 There we have it folks, a simple explanation of syntaxes (and probably a trash explanation)
-
Noice
-
hmm yes, def 5-10 minutes... also you never specified what you want in it so no one can help lmfao.
-
+1 uwu
-
Hello all, this is a very basic tutorial to teach you how to make a dupe skript. What we first want to do is make the command. We do this by typing what is below: command dupe: Now we have created the command, we now need to add a trigger. command dupe: trigger: We have now added a trigger, all we need to do is add the duping part. command dupe: trigger: give player player's tool There we have it folks, a simple dupe skript.
-
Free Skripts (QueenBee198) (Started 2/15/21)
emopediaMC replied to QueenBee198's topic in Script Releases
bruh, half of these are the dumbest things i've ever heard lmfao- 64 replies
-
I'm glad you're enjoying it.
-
bruh, one year necro.. someone pls lock for necro
-
I'm glad you enjoy this skript.
-
please do not post on threads that are over 1 month old
-
I will make a free skript for you (PLS READ INFO)
emopediaMC replied to C0mplexity's topic in Script Releases
okay, so uhh basic.. sellwands?- 1 reply
-
- free skript
- skript
-
(and 2 more)
Tagged with:
-
I am confused. I have had multiple people enjoy this skript.
-
Here is an extremely customizable gen skript. You can add up to 500 gens lag free. This skript supports up to 150 players. You can easily create gens via the gen menu. Important Notice I WILL NOT OFFER ANY SUPPORT FOR THIS SKRIPT. THIS WAS MADE A FEW MONTHS AGO AND WAS NEVER TOUCHED AGAIN. IF YOU HAVE ANY ISSUES WITH THIS SKRIPT I WILL NOT BE FIXING THEM. IF YOU KNOW SOME STUFF ABOUT SKRIPT AND THERE ARE ISSUES WITH THE CURRENT SKRIPT YOU CAN TRY FIX THEM YOURSELF. THE MAIN REASON I AM NOT OFFERING SUPPORT FOR THIS SKRIPT IS BECAUSE I AM BUSY WITH MY LIFE AND WONT BE ABLE TO FIND TIME TO FIX THE SKRIPT. Commands /gen create - Creates a gen /gen give - Gives a gen /gen delete - Deletes a gen /gen setprice - Sets the upgrade price /gen setsell - Sets the sell price /gen itemdrop - Sets what item will drop /gen cooldown - Allows you to change how long between each item spawn There is more that I do not feel like listing Permissions /gen create - gen.create /gen give - gen.give /gen delete - gen.delete /gen setprice - gen.setprice /gen setsell - gen.setsell /gen itemdrop - gen.itemdrop /gen cooldown - gen.cooldown There is more that I do not feel like listing Required Plugins SkBee Skript Permissions Plugin Economy Plugin (this includes essentials) Vault HolographicDisplays (for holograms) skript-holo (for leaderboards) This may not be all of the required plugins. If there is a plugin you find that you need for this skript to run, please reply to this post Reviews This is a review from the user CoolProgrammer I never knew you are so good at skripting, this is fabulous! Extremely customizable, optimized, and simple to use. Players are loving it! This is a review from the user iOmega__ Of extremely high quality, I can definitely state that this is one of the better Skripts out there. Very likely to attract players with the wondrous aesthetics of the menus and lag-free experience. I hope you continue the good work and attempt more types of Skripts with quality similar to this! Here is the link to the generator skript https://bit.ly/3qBq4T4
-
bruh, 1 year necro. please do not reply on posts older than 1 month
-
Free Skripts (QueenBee198) (Started 2/15/21)
emopediaMC replied to QueenBee198's topic in Script Releases
command optp: permission: op trigger: teleport player to location(-7, 69, -1) send "Teleported to a uhh location"- 64 replies
-
Free Skripts (QueenBee198) (Started 2/15/21)
emopediaMC replied to QueenBee198's topic in Script Releases
i would suggest using a while loop for this.- 64 replies
-
make sure you have skbee installed
-
please do not post on threads that are over 1 month old
-
yet you never downloaded it... this is a pretty bad skript as it doesn't show why they got reported or anything. i would also suggest using lists for the variables and uuids
-
nice skript https://forums.skunity.com/resources/mine-system.1239/
- 3 replies
-
- 1
-
-
- mine skript
- skript
-
(and 1 more)
Tagged with:
-
hi guy i make a jet pack skript you can test it
emopediaMC replied to ziadodz's topic in Script Releases
please do not reply on posts that are older than 1 month -
works badly so i can complain
-
trash skript lol.. you could use so many less lines if you used functions but ehh the skript is bad in general
-
options: p: prefix command spawn [<string>]: trigger: if arg-1 is not set: if {spawn} is set: teleport player to {spawn} else if {spawn} is not set: send "{@p}The spawn has not been setup yet. Please contact an administrator." else if arg-1 is "set": player has permission "spawn.set" set {spawn} to location of player send "{@p}The spawn has been set to %{spawn}%." else if arg-1 is "del" or "delete": player has permission "spawn.delete" delete {spawn} send "{@p}The spawn has been deleted." so uhh yeh, a spawn skript
