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

    this doesnt make sense (SOLVED)

    so im trying to make a generator thing but it doesnt work. theres no errors and it doesnt work. on load: set {moneygeneration} to sunflower of mending named "&fMoney Generation" with lore "&8Welcome %player%!" set {gen} to green concrete named "&2Money Gen" with lore "&eCosts 15...
  2. completeidiot

    how do i make this work (SOLVED)

    ty sir i just had to change it a bit and it worked
  3. completeidiot

    how do i make this work (SOLVED)

    fixed it now
  4. completeidiot

    how do i make this work (SOLVED)

    yeah it didnt add money or remove paper
  5. completeidiot

    how do i make this work (SOLVED)

    so ive been making a generator and all of it works except one part: on pickup of paper: remove 1 of paper from player's inventory increase {money::%player's uuid%} by 1 how do i make it so it removes all and adds by the amount it removed (ik how to remove all but not how to make it...