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

    ok thanks guys I should prob be able to do my stuff with this, Ill post back if I need any further help.
  7. T

    enchantment request

    hmm ok but what if I want to make a command "say /speed1" put in the lore "Speed 1" and then increase it by 1 every time the command is executed.
  8. T

    enchantment request

    I just need one example enchantment such as a speed enchant or something.
  9. T

    enchantment request

    yes I mean custom enchants sorry for not mentioning
  10. 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...
  11. T

    Solved Help put actual date on a sign

    Its not working because you have it as "{datetmp}" and not "%{datetmp}%" Note: you must always put your variables between percentage sugns for them to get displayed correctly in texts.
  12. 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...
  13. T

    Enchantment skript needed

    ok
  14. T

    Enchantment skript needed

    yeah it doesen't work and how would I even add an effect to the enchant?
  15. 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...
  16. 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...
  17. 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...
  18. 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
  19. 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
  20. T

    Item variable

    Oh ok thanks ill try that