Recent content by Practice

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

    bosssystem | no errors but boss is not spawning

    How to debug a skript -> https://forums.skunity.com/wiki/debug/
  2. Practice

    How can i repeat a loop after if?

    Do you want to loop again or continue the current loop?
  3. Practice

    Solved Staff Menu

    So what's the issue?
  4. Practice

    Addon for on any move?

    [anything inside here is optional] (choose this option 1|or this option 2) %type% http://en.njol.ch/projects/skript/doc/classes on player move on player walk on player step player move player walk player step
  5. Practice

    Addon for on any move?

    It's not that hard to read syntax [optional] (choose|one) %type%
  6. Practice

    Addon for on any move?

    Send your code and the error
  7. Practice

    No Error but also No Command

    You're probably using an outdated addon
  8. Practice

    Enchant diamond sword with list of variables

    First, set {_item} to the item input set {_item} to {_i} Then, enchant {_item} enchant {_item} with {_enchantments::*}
  9. Practice

    Addon for on any move?

    You don't need any addons you're just doing it wrong [on] %entitydata% (move|walk|step) [on] any move[ment]
  10. Practice

    How to make a naruto dojutsu using Skript

    https://forums.skunity.com/forums/requests/
  11. Practice

    Solved Amount of player's held item

    item amount of player's tool
  12. Practice

    Help with a relog system

    https://forums.skunity.com/forums/requests/
  13. Practice

    Rightclick event with item named

    It's player's tool's name or name of player's tool
  14. Practice

    Compare arg with text

    set {func} to argument 1 For in-line conditions remove the "if" part {func} is "assumi" make console execute command "lp user %arg 2% parent set carabiniere" or if {func} is "assumi": make console execute command "lp user %arg 2% parent set carabiniere"
  15. Practice

    Solved Unplaceable Block

    Cancel the right click event and remove the place event. on right click with beacon: if name of tool of player is "&b&lRevive Beacon": cancel event remove 1 beacon named "&b&lRevive Beacon" from player's inventory