Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. T

    Discord Thread message when looking at block

    how do I make it so that when I look at a certain block it displays an action bar message? Posted by: titustitus98 from the skUnity Discord. View the thread on skUnity Discord here
  2. T

    Infinite Rankup System

    Category: Ranking Suggested name: rankup.sk Spigot/Skript Version: 1.16.5/Skript version 2.5.3 What I want: So what I need is a skript which would be a basic /rankup skript, but when you reach z rank your rank would be set to A1 and then A2 when you reach Z1 and so on. the price would go up...
  3. T

    custom mines system

    Category: mining Suggested name: mines Spigot/Skript Version: 1.15.2 skript 2.4.1 What I want: A system where when I do /mine a first time it loads up a saved schematic of a mine which would be resetable and upgradeable, doing /mine a second time would just teleport me back, there would also...
  4. T

    on variable update

    Hi this is a suggestion for an addon or a new skript feature. My suggestion is a new event called "on variable update" which would trigger whenever a variables is changed. For example, say I have a variable called "{money::%player%}" and that it's default value is 0, so suppose I want there to...
  5. T

    loop problems

    hi so this code is supposed to do that when I put %skript: {toptopcoins::1}% in a hologram that it will show the top richest player in gold but I keep getting the error There's no world in a periodic event if no world is given in the event... every 15 minutes: loop all offlineplayers...
  6. T

    enchantment request

    Category: enchanting Suggested name: enchantment.sk Spigot/Skript Version: 2.3.7 What I want: A skript that allows enchanting items using a lore system so that the enchants are binded to the item not the player. Ideas for commands: /enchant Ideas for permissions: none When I'd like it by...
  7. T

    Need help with custom enchanting

    hi so I am trying to make an enchant with tuske but I am stuck at the adding part. So is there any good alternative to this? Right now I have a gui in which players can upgrade there pickaxes and the enchantment price algorithm I have is "1000+((1000*enchantment level)/2)" so if anyone know how...
  8. T

    piece of code not working

    Hi so I made this skript to do so that when I click on a chest with a crate key some stuff will happen but for somereason all it does is launch the firework, how can I fix that? on right-click: if location of target block is location( -16.5, 67.5, -2.5, world "earth"): if player's...
  9. T

    need help with custom enchanting

    Hi how can I make a custom enchant that when put on a pick can be used by any player instead of just one? I tried using %player% but that links it to the player it self and I tried %player's tool% but that links it to the item type. I want to be able to make a custom enchant that when added to a...
  10. T

    particle effect

    Category: block breaking Suggested name: blockbreak.sk Spigot/Skript Version: 1.12+ What I want: I want a skript that does that when I right click a block it spawns in particles as if I broke it. Ideas for commands: none Ideas for permissions: none When I'd like it by: within a couple days...
  11. T

    formated number function request

    Category: Function Suggested name: format.sk Spigot/Skript Version: 1.12.2 What I want: What I need is a function to format number (1k, 1m, 1b...) Ideas for commands: none Ideas for permissions: none When I'd like it by: A couple days
  12. T

    enchantment help

    Why is this not working? Its not sending any errors. on mine: chance of 10%: set {_enchantment} to "TokenGatherer" parsed as custom enchantment if level of {_enchantment} of player's tool is greater than or equal to 1: repair player's tool
  13. T

    Item variable

    Hi how do I add a variable to an item? Like if I use %player% it will link the var to the player and if I use %player's tool% it links it to the item type of the tool of the player but not to the actual item, so how do I do that?
  14. T

    Enchantment skript needed

    Category: Enchants Suggested name: enchant.sk Spigot/Skript Version: paper 1.12.2 (with viaversion, and viabackwards) skript 2.3.6 What I want: Basicaly what I need is a gui with one basic enchant (for example speed so I can add more later) where I would be able to purchase the enchant with...
  15. T

    Mapping Function

    Hi i was wondering, is there a skript version of the java mapping function? If so what is it like? How do i use it? bump
  16. T

    privatemines

    hi so my friend and I are trying to make private mines for players who want to mine alone or something and the thing is, we are not 100% sure on how to do that: We thought about doing it using plotsquared but then the question we asked ourselves is, how do we make the mine reset?. So if anyone...
  17. T

    need help with on hologram touch

    Hi I am making a script where I made a hologram that when clicked gives a diamond pickaxe, but for some reason it is not working, so if anyone could point out to where the issue is it would be appreceated. on hologram touch: if event-string is "pick": broadcast "Worked"
  18. T

    if event block help

    on block break: if world is "spawn": if event-block is andesite: if {skills::efficiency::%player%} is 0: set {randomcoin::%player%} to a random integer between 1 and 10 add {randomcoin::%player%} to {drakecoins::%player%}...
  19. T

    Mapping Function

    Hi I was just wondering if there is such a thing as a skript version of the java mapping function, if so what is it like and how does it work?
  20. T

    Vixio loop problem

    Skript Version: Dev37c Skript Author:Bensku Minecraft Version:1.12 --- Full Code: every hour: loop all discord users: if {hourpoints::%loop-member%} < 5: remove 1 from {points::%loop-member%} set {hourpoints::%loop-member%} if...