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 community!

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

  1. Snow-Pyon

    Script [Deleted] Secret Bookshelf

    It's a good script so far, I'll just point out some bad things I noticed while reviewing this script: Not using list variables; you should never use {this.format} in variables, less if you have something dynamic on it (such as %player%). The preferred format is...
  2. Snow-Pyon

    Solved Clicked slot only gui?

    Just check if the event-inventory is the top inventory.
  3. Snow-Pyon

    Question about Skript versions

    1. I can't really tell you the differences since there were a lot of changes made between Mirreski's edit and the latest version of the bensku's fork. 2. You should update if you're running a 1.9+ server, since it has lots of features you won't be able to get with your current version (unless...
  4. Snow-Pyon

    Setting block

    1. That's not how you set a variable to a location, you have to set the variable to the location not the other way around. 2. Just use the block expression to get the block at a specific direction and location.
  5. Snow-Pyon

    Solved I want to add item in block inventory

    You have to use 1 of <item> for it to work.
  6. Snow-Pyon

    Solved deserialize string

    I don't see anything wrong with that code, how did you serialize the item?
  7. Snow-Pyon

    Change name of player in nametag

    Welp, you didn't answer all my questions, what's your server version? You can check by doing /version. By the way, you can check any plugin's version by doing: /version <pluginName>. Could you possibly show us your logs, since it should've thrown an error or it'd have worked.
  8. Snow-Pyon

    Change name of player in nametag

    did you get any errors? Or a console error when loading MundoSK or Skript? Which version of Skript, MundoSK and ProtocolLib are you running? What server version?
  9. Snow-Pyon

    Change name of player in nametag

    The nametag feature needs of ProtocolLib to work, you can look at my Nick/Skin changer to take an example.
  10. Snow-Pyon

    Idk how to describe this... ¯\_(ツ)_/¯

    Welp, it's actually your phone using \u201C (Left quotation mark) and \u201D (right quotation mark) instead of the standard \u0022 (normal quoation mark), there are some weird phones that use them but I'd recommend you switching of keyboard.
  11. Snow-Pyon

    Check a directory for a yml file

    Why are you using Essentials for it, just make your own warp system, it's pretty easy and you'll have more control over the warps.
  12. Snow-Pyon

    Idk how to describe this... ¯\_(ツ)_/¯

    Again, I don't know why but you're using some kind of special quotes, kinda troll.
  13. Snow-Pyon

    Digspeed/Breakspeed

    With Spigot's block damage event? No. Since it was poorly implemented, you can do it with the packet though. You can listen packets using MundoSK and ProtocolLib, in the following way: packet info aliases: # this is just a helper (breaking|destroy) stage of %packet% = int pnum 1 of %packet%...
  14. Snow-Pyon

    Digspeed/Breakspeed

    You can't change the breaking speed, what you can do is accelerating the breaking stages by going to the next animation in the play_server_block_animation packet, but that's pretty hard to do actually. Your best bet is using an effect like you mentioned.
  15. Snow-Pyon

    Solved how to set citizen age and color of sheep

    Just set the color normally, using NBT isn't good. set color of event-entity to red # event-entity being a sheep should work
  16. Snow-Pyon

    Solved amount of player in a world

    Looks like you used a different kind of quotes here, I'd edit it in case someone copies it because it won't work and they'd struggle finding the reason. Try using the following: send "%amount of all players in world(""Kysland"")%"
  17. Snow-Pyon

    Solved Calculating time

    exactly what you said: # somewhere in your script you may set a variable like this: set {vote::cooldown::%player's uuid%} to now # Then, to get the difference set {_difference} to difference between {vote::cooldown::%player's uuid%} and now # And to get the remaining time set {_remaining-time}...
  18. Snow-Pyon

    two problems

    A compatible economy plugin is pretty much any economy plugin that supports Vault, Fe Economy for example.
  19. Snow-Pyon

    Solved Transfer variables from skript to skript

    1. Don't use that variable naming, it's a horrible way to do it. Naming them like {xp::%player's uuid%} would be better. 2. If you mean you want use the same variables in another server, just copy and paste the variables.csv from the first server to the another one; if you're talking about using...
  20. Snow-Pyon

    Options are ignoring brackets

    You can't use variables within options, if you want do that, just use variables.