Recent content by TullyMastully

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

    Addon MundoSK

    Hi, I can't get MundoSK to work on my server. Running skript 2.2-dev25, server version is 1.8-R0.1-SNAPSHOT Using Mundo 1.8.6-BETA.55 (I've used many different others but none worked) Getting this long message in the console: https://pastebin.com/XyyHEGpi
  2. T

    Hiring Searching for a Java Developer

    Server/Person name: OrpetveitMC Brief about you: hi I'm Tully (nothing much to say) Perm or temp?: temporarily Basic idea of request: I'm looking for someone who's experienced with Java and making Java plugins and can make me a working staff chat across all servers, A ban system and a mute...
  3. T

    Hiring Survival Games Skript

    Title: [Hiring] [TEMP] Someone who can code a Survival Games Skript for me. Brief about you: A professional Skript coder, with at least 6 months of experience. Perm or temp?: Temporary. Basic idea: A survival games Skript (No BungeeCord), Multiple arenas, Sign support (By right-clicking a sign...
  4. T

    Change player's skin

    Hey, I was wondering if it's possible to change player's skin, I'm working on a Nickname skript, and I want to change their skin to something. Thanks in advance, Tully.
  5. T

    Solved Nickname

    Hey, I've been making a skript command, although when I nick myself, this happens (See Picture) It shows twice the nicked username. on chat: if {Name.%UUID of player%} is {Name.%UUID of player%}: broadcast "&9%{Name.%UUID of player%}% &8» &f%message%" else: #This one is...
  6. T

    If a player doesn't hit another player

    I wanted to know if it's possible so if a player doesn't hit another player in 30 seconds for example, It will kill him. If so, how? Thanks in advance.
  7. T

    Stop Action bar

    Hello, I wanted to know how to make so if a player hits another player, it will stop the action bar, for example. I made a timer using the action bar, that displays 30 seconds, I want the Timer (Action bar) to disappear when hitting a player Thanks in advance, Tully.
  8. T

    Pets

    Hello, I'm currently making a pet skript, and I wanted to know how to make it so if a player is on a horse for example, and click on shift or something else to not ride the horse, it will despawn the horse. Thanks in advance, Tully.
  9. T

    Colored Leather Armor GUI

    Hello, I know I've asked it in the past, many times. but I just can't figure out how to do it, I've been making /wardrobe command, and I want to add Colored Leather armor. It just not working for me, Do I need any addon? If so which one. Can someone respond with how to do that? That would be...
  10. T

    Colored Nametag

    Hey, I wanted to know how to make a player with Colored nametag, I've added a picture to explain what I mean, In the picture you can see my name tag is white. Thanks in advance, Tully.
  11. T

    Nickname

    Category: Skript, Nickname. Suggested name: NickName What I want: I want and need a Nickname skript, By doing /nick it will change your name in tab, name in chat, display name etc. If you're already nicked, Do /nick to unnick yourself. Ideas for commands: /nick Ideas for permissions: The...
  12. T

    Nickname - Help

    Skript Version: Skript 2.2 Skript Author: TullyMastully Minecraft Version: 1.8 --- Full Code: command /nick [<text>]: permission: tullycore.nick permission message: &a&lTULLYCORE &cYou can't execute this command, You need to be the VIP rank or higher! trigger: if arg...
  13. T

    Nickname Problem

    Hey, I made a nick command in my server, but every time I nick myself and type something in chat, this happens: (See Picture) And I've also added the code (See Picture). If someone can help me, I'll appreciate it. Thanks in advance.
  14. T

    Nickname

    I'm currently making a Nickname skript, and I don't know how to change player's name in chat to the nicked name for example, If a player do /nick blabla When he'll type something in chat it will say blabla: {Message} Can someone help me with that? Thanks in advance.
  15. T

    Heal Specific Hearts

    Hey, I wanted to know if it's possible to heal specific amout of hearts, Since I can't find it in docs Thanks in Advance.