Recent content by Digszin

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

    Solved Tab

    Is from SkQuery, but I already solved I use %nl%
  2. D

    Solved Tab

    How Can I add one line in Tab? like this command /testdas: trigger: set tab header to "asdasd || ddasd" and footer to "FooTER" for player But When I do that only show || and don't another line
  3. D

    Variables

    I am trying to set this X and Y to different variables, but i don't know how on right click on sign: set {_line2} to line 2 of event-block replace #in variable blah blah##CODE ##line2 #X 64 : Y 92
  4. D

    Solved Change Ping

    Thanks!
  5. D

    Solved Change Ping

    My server is spigot 1.12, do you have another way?
  6. D

    Solved Change Ping

    Sorry, i was wrong is the player list http://prntscr.com/lomek7
  7. D

    Solved Change Ping

    Sorry, I saw this problem now, i already change.
  8. D

    Solved Change Ping

    How I can change this ping message? Image -> https://imgur.com/a/BOsNPax Obs.: Sorry I dont know how to put an image
  9. D

    Command Arg

    I'm trying to listen
  10. D

    Command Arg

    We use argument without s, arguments works
  11. D

    Command Arg

    The expression 'argument' can only be used within a command (test.sk, line 2: if arg-1 contains "balbla":')
  12. D

    Command Arg

    How i can check the command argument, like? on command "/g [<text>]": if text contains "blabla":
  13. D

    Solved Function

    on break of any ore: if player has permission "vein.miner": if player is sneaking: if player's tool is pickaxe: veinminer(event-location , player) function veinminer(loc: location, p: player): error
  14. D

    Solved Amount of player's tool

    If I have 2 bottle o' enchanting in player's tool this only count one. Obs.: I already tried to change player's tool to event-item but don't work on rightclick holding bottle o' Enchanting: if name of player's tool is "&9&lPOTE DE &a&lXP": cancel event set {_XpLore} to line 2...
  15. D

    Remove Potion Effects

    When I go to remove speed from player this remove my armor (Items with lore or enchant)(SHARPSK) on armor unequip: remove speed from player Solution: on armor unequip: execute console command "effect %player% clear" But I don't want to see console message or send message to player...