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

    Solved Variable problem using Vixio

    That was the problem. I used a "normal" variable and it worked fine.
  2. P

    Solved Variable problem using Vixio

    What do you mean? In the images it shows that.
  3. P

    Solved Variable problem using Vixio

    I can't use variables in private messages. My current code: https://hastebin.com/iteviyepij.pl Output in discord server: Output in private message: Using Skript 2.4.1, Vixio 2.0.4 and PaperSpigot 1.15.2 (git-Paper-172)
  4. P

    Custom Enderchest Bug

    You need to specify the inventory that has been closed. Use this for that: add slot (loop-number - 1) of player's current inventory to {enderchest.%player%::*}
  5. P

    Solved Every x amount of zombie kill

    Change: set {_drops} to player skull named "&5&lZombie Boss tojás" with nbt...
  6. P

    Solved Save Argument in a list

    This is working for me: command /engineer <text> <text>: trigger: if arg-1 is "create": if arg-2 is set: if {YourVariable::list::%arg-2%} is not set: set {YourVariable::list::%arg-2%} to true send "&aDone."...
  7. P

    Solved offline player's prefix

    That doesnt work. Anyways i found the way: import: ch.njol.skript.hooks.VaultHook expression offline prefix of %offlineplayer%: get: return VaultHook.chat.getPlayerPrefix(null, expr-1) command /test [<offline player>]: trigger: send "%colored offline prefix of...
  8. P

    Solved offline player's prefix

    How can i get the prefix from an offline player? Im using LuckPerms and skript 2.4.1 (paperspigot 1.15.2)
  9. P

    Solved Any non-glitchy way to have arrow trails?

    I use this: on shoot: "%projectile%" is "arrow" while projectile is alive: play heart at projectile wait 0.3 tick
  10. P

    Variable problem

    As value
  11. P

    Solved Hashtag/# in chat disguised as command

    No problem, mark my reply as solved please :)
  12. P

    Solved Hashtag/# in chat disguised as command

    That would remove any "#" in the message Try this code on chat: if first character of the message is "##": if player has permission "staff": cancel event loop all players: if loop-player has permission "staff": set {_m} to...
  13. P

    Variable problem

    I use skript default databases because im in 1.15.2
  14. P

    Variable problem

    Said it in the post, i have the same mysql table (said system but that what's i meant). And yeah, the variables get on the mysql system.
  15. P

    (Skungee) Permission is not an item type?

    You cant get the spigot permissions from bungee players, because yeah, you are looping bungee players.
  16. P

    Addon Skungee - The proxy addon for Skript

    Will work this addon well anyday?
  17. P

    Variable problem

    Its okey, but i need help, seriusly xD
  18. P

    Variable problem

    My skript bansystem works well, im not asking for another bansystem, im asking for help with that variables problem :/
  19. P

    Variable problem

    I have a bungeecord with 2 servers connected with mysql system for variables. Currently im using it for a ban system which can punish players that never joined the server. And i got one problem with that. For example, when i ban a player who never joined before in server 1 it shows this...
  20. P

    Top 10 list & player's position in the list

    https://forums.skunity.com/threads/sorting-method-toplists.9931/