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. Wynnevir

    On rightclick with item

    Do you have an economy plugin? You'll need one. What errors is it giving you? Make sure you provide as much information as possible when posting
  2. Wynnevir

    Refresh GUI while player is in GUI

    There may be a better way, and I'm just getting back into skript mind you, but I did this with a function once before. you set your gui up to run in a function, then make your gui command call the function. then within the gui whenever you need it refreshed, call the function. Here this is a...
  3. Wynnevir

    Formatter

    Do you use an economy plugin? Essentials, for instance, had an option in it's configuration for what the currency is displayed as. If you want to just format numbers with skript, there was actually a whole contest based around this, so there's plenty of examples and ways to do it in that thread...
  4. Wynnevir

    How to Make a MultiLobby System

    Wrong section, post in the request section, and be sure to follow the posted format there.
  5. Wynnevir

    Solved How not to ban players who never entered my server.

    To solve it out, edit your thread and change the status in the title.
  6. Wynnevir

    Solved How not to ban players who never entered my server.

    It's not as ideal, but you could add the player to a list when they join and check to see if that name is on the 'played before' list before it lets you ban them perhaps
  7. Wynnevir

    Solved How not to ban players who never entered my server.

    When you say it didn't work out, do you mean it didnt work at all and you could still ban players who had never joined? Not quite sure I understand you.
  8. Wynnevir

    Solved How not to ban players who never entered my server.

    It will only register them as having played before if they have entered your server, so yes.^-^
  9. Wynnevir

    Upgrades

    Unable to test this atm, but I believe it would be something like this: on block form of cobblestone: if event-location = {savedlocation}: drop 1 coal at event-location Edit: Internet says theres some issues potentially with the on form event, so you may also try the block physics...
  10. Wynnevir

    Need help looping items in a chest and removing them

    Signs do not have an inventory. You'll need to add the items to a list variable and then loop that
  11. Wynnevir

    Click on the block in the region

    I don't see where you are setting {Proverka} in the first place so that may be the problem. Your if statement will not trigger if {Proverka} has no value at all if {Proverka} is not set: set {Proverka} to 0 If that's not the issue, could you explain what's not working a little more?
  12. Wynnevir

    Need help looping items in a chest and removing them

    Signs on their own don't hold an inventory. You'd have to like add the item clicked on it to a list variable and then loop that list or open up a gui that they could use. If you use an actual chest that can store an inventory, you could do something like this loop all items in inventory of...
  13. Wynnevir

    Upgrades

    Don't know about 'importing a plugin' but if the generators are in a set place on the island(or if you save the location they're made at), you can check for when the cobblestone is formed and drop coal at the event location if the corresponding level variable is true.
  14. Wynnevir

    Solved HELP ON RIGHT CLICK!!

    You can display it with the %player's balance% expression? :0
  15. Wynnevir

    Solved HELP ON RIGHT CLICK!!

    There's syntax for giving money or adding/taking from a balance in the documentation. If you want to have it give them money when you click something in the GUI, I would recommend using tuske instead. It's easier and less buggy.
  16. Wynnevir

    Solved HELP ON RIGHT CLICK!!

    Beleive the syntax should be open chest with 3 rows named "name" to player