Recent content by GamingGeek

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

    Offering [✓] [Discord Bot Shop] [$0.80+] [✓]

    No bad dont buy....
  2. G

    Replace all glass around player with air, then undo

    I'm trying to replace all the glass in a certain radius around a loop-player to air so they get released from the cage, then undo it so the glass is back for when they respawn in the cage. I've only been able to get it to replace the blocks one by one... IMAGE: This is what I have...
  3. G

    Set text from hologram to variable

    Is it possible to get the text from a hologram made by HolographicDisplays and set it to a variable? I want to do something like this: if {_HoloLine1} contains "%loop-player%": stop
  4. G

    Change name of player in nametag

    I downgraded to MundoSK 1.8.2 and it works, but with my servers rank prefixes, it shortens the name. Is there a way to bypass the limit? EDIT: I've managed to get the prefix and name working in tab and the name above the head, but I can't set the players prefix...
  5. G

    Change name of player in nametag

    No errors. Skript Version - idk how to check... MundoSK Version - 1.8.5 ProtocolLib - 4.3.0-SNAPSHOT-b368
  6. G

    Change name of player in nametag

    I have ProtocolLib and I've tried your Nick/Skin changer but it still doesn't work.
  7. G

    Change name of player in nametag

    I want to change a players name in their nametag above their head for a /nick skript I'm making. I heard MundoSK had a nametag feature but I can't seem to find a version that includes it. Is there any way to do it or does anyone know what version of MundoSK has the nametag feature?
  8. G

    Change name above head

    I'm trying to make a /nick skript but I haven't been able to change the name (not prefix/suffix) above the players head. Is there any way to do this?
  9. G

    Join Messages

    on join: if {Legend.%player%} is set: set join message to "&c%player% &9Joined the server!" if {Default.%player%} is set: set join message to "Default test" Did you format it correctly? I added in the tabs you need.
  10. G

    Using custom heads in gui

    This is a different problem. I was unable to reload my skript because I was using an outdated version of worldedit/worldguard. I can't use MundoSK as it causes problems with players being kicked and unable to rejoin if the Citizens plugin is used.
  11. G

    Solved Skript-yaml error

    nvm, I got it.
  12. G

    Using custom heads in gui

    I know how to use the skulls, but I'm having problems with the skull NBT. Read this post I made
  13. G

    Using custom heads in gui

    I'm trying to use this head (https://minecraft-heads.com/custom/heads/miscellaneous/3943-instagram) but I get this error, [19:59:00 ERROR]...
  14. G

    Left/Right click in GUI

    I tried that and it didn't work.
  15. G

    Left/Right click in GUI

    Is it possible to do different actions in a GUI with 'on inventory click' depending on which button they used? I'm using Mirreski's 1.8 fork.