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

    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)
  2. 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)
  3. 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...
  4. P

    repeated characters

    How can i detect if a text has repeated characters? I tried using some regex patterns but noone worked. What can i do?
  5. P

    Make a block the glow effect

    Title tells everything i want to do
  6. P

    Options with variables

    There's anyway to use options (Aka {@test}) with variables? I mean, something like this: options: user: Im user vip: Im vip admin: Im admin command /myrank: trigger: set {_rank} to player's group #I know this wont work but its for give an example broadcast...
  7. P

    Nametag

    Is it possible to make nametags that works with scoreboards?
  8. P

    Solved Name of item

    How can i get the name of a burnt item?
  9. P

    WorldEdit event

    I'm searching a way to cancel block changing with world edit in some areas, i don't want to cancel the commands, only BLOCK CHANGING. Any ideas? Still needing help :(
  10. P

    Solved Item frames

    Is it possible to cancel the destroying of ítem frames? Tried on click event and on damage event, but it doesn't work :( Any ideas? Fixed lmao I just use this code: on damage: victim is item frame cancel event I used "event-entity" instead of victim, that's why i said that "on damage"...
  11. P

    Help with MundoSK

    I want to disable the custom skin thing from mundosk, cause i want to use skinsrestorer and name tags at the same time, cause in the config.yml from MundoSK you can't disable just one thing :/
  12. P

    Skin syntax doesn't working

    Tried this today: function getTrimmedUUIDfromName(player: text) :: text: set {_uuid} to {_player} parsed as offline player's uuid set {_trimmed-uuid-parts::*} to {_uuid} split by "-" return join {_trimmed-uuid-parts::*} by "" func "getSkin": set {_player} to parameter 1 if...
  13. P

    Help with packets

    How can i manage the tab completions with "play_client_tab_complete" packet? I mean cancel all completions and add a custom list of players to it
  14. P

    Solved CommandSpy doesn't working...

    Few days ago i made a commandspy, the Problem is that this commandspy doesn't detect the commands from skript plugins... I you don't understand me here's a picture: http://prntscr.com/jg8nlt My code: On command: sender is a player if arguments are set: loop all players...
  15. P

    Solved Offline player prefix

    Is there any way to get an offline player prefix? Without using variables I don't Care if its an offline player prefix or a Group prefix Using pex.
  16. P

    Solved Alphabetical order

    There's anyway to sort a variable to alphabetical order? I know tuske have this thing, but doesn't work for me.
  17. P

    SkellettProxy not working

    Skript Version: 2.2-dev25 Skript Author: Njol Minecraft Version: 1.8 Console Errors: (if applicable) [01:37:18] [Server thread/INFO]: Skellet Incorrect SkellettProxy details, No socket found or was denied access. For socket at localhost:9283 [01:37:18] [Craft Scheduler Thread - 3/INFO]...
  18. P

    Solved Hit delay

    Category: Games Suggested name: Combo mode What I want: I just want to delete the hit delay from my server c: Ideas for commands: No one Ideas for permissions: No one When I'd like it by: Soon as posible
  19. P

    Bug with loops

    I have an error/bug with loop: My code: loop {sufijos::*}: if {_n} is 17 or 26 or 35: add 2 to {_n} format slot {_n} of player with {_item} named "%coloured loop-value%" with lore "&7Click izquierdo para seleccionar el tag:|| &8[&8%coloured...
  20. P

    Solved obfuscate file

    How can i obfuscate my code? because i try this: on skript load: obfuscate file test.sk to file test.txt with power 70 and i receive this: https://gyazo.com/d098620ed3b8a50d83be1fa22bf8b373 I have WildSkript 1.8, Skript 2.2 Fixes V8b, and my server is 1.8.x