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

    Help with item amount of player's tool

    I am having an issue with my skripts that check if a player's tool is a certain item. The skript only works when the player's tool has 1 of whatever item in the slot.... for example (ignore there not being indentations): on right click: if player's tool is bread named "bread" with the lore...
  2. P

    Skript not performing actions when told...

    So, after being on the 2.5.3 version of skript for a while now, I recently decided to switch over and update to 2.6.... I hadn't noticed anything wrong with my skripts at first, but then found a problem. For an example to my issue, here is a scenario: on right click: if player is holding book...
  3. P

    Skript not understanding item names

    After updating my skript plugin to the most recent version, all of my skripts that deal with interacting with items with different names no longer work. Example: on right click: if player is holding stick named "&eTest1": send "Hello 1" to the player on right click: if player is holding stick...