Recent content by Pqngs

  • 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. P

    Solved Problem with upgrading (no errors)

    Thanks a lot! This really helps me out :) Didn't work, but I managed to do something. And it worked. FINALLY I googled for many hours this morning since like 7am (in my time) to try and find this. I figured it out and now it works perfectly. I learned there are many unnessacary (i misspelled...
  2. P

    Solved Problem with upgrading (no errors)

    Hello again! I couldn' figure out how to message you but I figured out the problem. I haven't worked on my server in about an hour. But I tried again, and the code worked! Sort of. You see, the code you made is perfectly fine - but the issue is that the pickaxe starts as efficiency 1. I didn't...
  3. P

    Solved Problem with upgrading (no errors)

    Oh. no. Forgot to mention, there's no error messages it's just that when you click "confirm" everything works perfectly like the rename, closing the gui, etc. everything besides the enchantments...
  4. P

    Solved Problem with upgrading (no errors)

    Alright! Almost worked like a charm. It renames the pickaxe but doesn't enchant it. Sorry if I keep bothering you. It means a lot to me :) Thanks again in advance I also have to go and will be back in 20 minutes. Expect a late message!
  5. P

    Solved Problem with upgrading (no errors)

    I changed pretty much a lot around the skript. I'll just send you the new skript. on first join: execute player command "/start-game" options: increaseCost: 16 maxLevel: 5 on inventory click: if name of event-inventory is "&8Are you sure?": if index of event-slot = 6...
  6. P

    Solved Problem with upgrading (no errors)

    Thank you very much! I really appreciate the help, seriously. I'll do any customizing I can, I know skript at least a little bit. Thanks! :emoji_slight_smile: Alright due to some problems, I don't think I have the right plugins either. I can't test it because the function...
  7. P

    Solved Problem with upgrading (no errors)

    EDIT: I wasn't specific enough. When you Right Click with a wooden pickaxe, it opens a gui that tells you yes or no (lime wool and red wool) if you click no, it closes the gui, if you click yes, it'll upgrade your pickaxe for 16 coal. In order to open the GUI, you need enough coal to purchase...
  8. P

    Solved Problem with upgrading (no errors)

    yeah I was thinking about that. Should I change them to player variables (i.e. {pickcost::%player%})? Also I started skript only about a month ago, with constant breaks and very little usage each day. I don't know much about it I updated the main post to show my changes. didn't work :/
  9. P

    Solved Problem with upgrading (no errors)

    I'm trying to make a skript where when you right click with it, it'll upgrade the pickaxe. Not gonna show the full skript, but if you wan't it i'll give it to you the issue: every tick: loop all players: if amount of {pick::*} = 2: replace wooden pickaxe named "&7Wooden...
  10. P

    Solved Removing a variable of an item from the player's (error) inventory

    Oh no worries! I figured it out. Although i have another problem i'll be making another thread for it.
  11. P

    Solved Removing a variable of an item from the player's (error) inventory

    I am trying to make a simple shop skript so when you buy an item it removes a specified price of coal (in this case) from your inventory. But it doesn't work. on inventory click: if name of event-inventory is "&8Are you sure?": if event-item is lime wool: close player's...