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. F

    Solved Font

    Guys I'm creating a font system. When a player puts a certain block every 1 second will drop a nether star only after a while I want that source not to drop more Skript-Dev 27 bensku 1.8.9
  2. F

    SkUtilities Error

    I was programming a skript here using SkUtilities for configuration files, but there was a big problem. When I run a command it will probably perform a function that is the SKUTILITIES addon. Only an error appears when executing the function. add arg 2 to yaml nodes "Grupos." of file...
  3. F

    How to Create Configs in Another Class

    Well I've been studying Java lately and am using the Spigot API and need some help. I am trying to create a plugin that will need configs <- BUT THAT A CONFIG. So I know how I can create the default config now I do not know how to create other configs. So I need if you can provide me with a code...
  4. F

    Score is conflicted with Nametag

    Well, I had done a group Skript, but now I realized that by executing the command to give the tag to a player the scoreboard disappeared and then I go back, so that means it is in conflict with the badge. Skript-version: v2.2-dev25 Minecraft Version: 1.8.8 SkQuery version: 3.22.11 Skellett...
  5. F

    Solved Smart score with error

    Hi, I'm FabricioSouza and I need some help. My problem is that the stylish scoreboard does not work. I put each scoreboard in the worlds "MainLobby" and "LobbySkyWars" but the problem is that they do not appear. Even without errors in the console the score does not appear.
  6. F

    Player Offline and Text at the same time.

    Since the fact is that I do for pode setar an argument as Player offline and text at the same time. Type so: [<Offline Player=Text]. I wanted that the argument 3 was 2 things at the same time. But for me you check it I do that: if arg 3 parsed the offline-player and in order that I check a text...
  7. F

    Variables

    Good, I eat there is not a section here of taking away doubts. I wanted to know what it is a Constant Variable and temporary variable. I know that it is a stupid question but I am thinking that all my variables lose the value. For example I seto a location in the variable {Lobby. Lobby}. In the...
  8. F

    Script Problem

    Hello, so I'm doing a Skript of game mode. But my problem is that I wanted a gamemode script in two ways. The first is that when the player executes the / gamemode 1 command the player will win gamemode 1. But if the player executes the / gamemode command LimeGlass 1 LimeGlass will win the...
  9. F

    Fix this code for me.

    Could someone help me by fixing this code for me. Before talking bullshit: I'm starting in java I'm already doing basic java course. But I just need this help. CODE package br.com.FabricioSouza; import org.bukkit.GameMode; import org.bukkit.command.Command; import...
  10. F

    GUI items are slow to appear

    I always try to solve everything I create and do, but one of the problems that I notice every day is the delay of the GUI items appear. This I only notice in Skript, but when it is in a java plugin this does not happen. I always look for everything I do and solve your mistakes or leave something...
  11. F

    You can pick up numbers in order

    I was wondering if you have how to get numbers from a list in order for example: add 100000000 to {list :: *} set {list :: *} to number sorted {list :: *}
  12. F

    Need help

    Category: I'm sorry, I'm new to the forum and I do not know what category would be. Suggested name: I do not know. What I want: I wanted someone to write a script for me with tempban and tempmute. If someone writes to me I do not want that when the player is mutated in the code it will look...
  13. F

    Update the piece before the player is teleported

    There is a way to update the pieces before the player is teleported by Skript. Does that exist.
  14. F

    A nice addon for Skript

    I wanted to make a suggestion for a really nice addon for Skript. I'm sure many would. The name will aim to create 2 things. That would be the {ID :: INTEGER ::% PLAYER%} OR {ID :: INTEGER ::% AND ARGUEMENTO MEANING SOME PLAYER.%} And also the creation of {INTEGER} 1. What will be the purpose...
  15. F

    How to get a number started by a

    I want to make a way to get a number started by 1. For example: set {_n} for% integer%. This integer will get a number started by 1.
  16. F

    GUI Error

    I was wondering if there is any way to resolve this error. When I press ne on a compass the items on the menu look strange. My skull on the menu is Steve's, and after 2 seconds my skull appears on my skin.
  17. F

    Create a yml folder and do other business

    Well, as everyone knows these javas plugins generate folders that are the configs, messages and others. But, I wanted to know how to create a folder just like these javas plugins that generate a folder of your plugin. I also wanted to know how I can get a message from the generated folder to...
  18. F

    Create a punishment addon

    My suggestion is an addon of punishment. This addon will aim to add cool things to Skript bans. So one tip to put in this addon is to create a simple syntax. This syntax is just below. Syntax #Sintaxe Number 1: This syntax will aim to put something repetitive. Syntax example number 1: If...
  19. F

    Solved How to keep pieces loaded by Skript

    I was wondering if there is any way to get the chunks loaded when the player comes in and out. For those who do not understand it is like this: When the player enters the server the chunks are already loaded there. I wanted to do this because when you load the chunks it gets a bit flabby.
  20. F

    Differentiated messages in Skript

    Well, I was wondering if there is any way to send a message with tooltip but then send a part of the message with tooltip. For example: Defined the 'FabricioSouza' group for the Master. The part that is saying 'FabricioSouza' will have a tooltip already the other part will not have.