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 community!

    Now, what are you waiting for? Join the community now!

  1. Aidanete

    My play sound effect don't work and don't show log errors

    You are right, but right now I'm using SkRayfall for some stuff with citizens plugin xD
  2. Aidanete

    Drop ingot instead of ore, I don't know how to do it

    Hello, I'm trying to make that an iron and a gold ore, instead of dropping me the ore, drops the ingot. Here is the code that I don't know how to make it work. on break of gold ore: player is in world "Skywars": cancel event set the block at event-block location to air...
  3. Aidanete

    Error with citizen names SkRayfall

    Thank you, but I had both ideas, and I don't know how the Citizen IDs works and the color... Maybe images can help me: This is the name /\ /\ /\ I also tested with blue but also didn't work. Help me! EDIT: Okay, this is not my error, this is a skript error, basically Light blue the game is...
  4. Aidanete

    Error with citizen names SkRayfall

    Hello, I recently (today) started using SkRayfall with Citizens plugins, however, I had an error sometimes with the code "citizen is named": My code: on citizen left click: citizen is named "<light red><bold>Antikore": message "<light red>[Antikore] <white>Ouch!, Thank you?" to the...
  5. Aidanete

    Feed effect don't work

    Skript 2.2-dev33 Spigot 1.12.2 This is the only info I know
  6. Aidanete

    My play sound effect don't work and don't show log errors

    Not, I installed both and still don't working. I will edit this reply when I test with the line of code Efnilite said. EDIT: Thank you very much, works fine with the code Efnilite gave me and with the plugin it said. Thank you, both.
  7. Aidanete

    Feed effect don't work

    Yes, if isn't that the case it won't work any stuff on the server, because I needed to install the bensku fork for skript to work on my server
  8. Aidanete

    My play sound effect don't work and don't show log errors

    I put an effect to play a sound but it doesn't work, there are no log errors for this. play sound "entity_generic_eat" with volume 1 and pitch 1 at event-location for event-player Please, help
  9. Aidanete

    Feed effect don't work

    Hello, I'm doing a script but it doesn't work properly because of this line of code, it is supposed to feed the player and is practically the same in the skript documentation in this page: http://skriptlang.github.io/Skript/effects.html#EffFeed on rightclick: player is holding a raw...
  10. Aidanete

    Solved How I can reset an arena?

    Ah, I thought you mean to do it with MCEdit instead of WorldEdit, thank you very much.
  11. Aidanete

    Solved How I can reset an arena?

    ...Okay, those schematics how I know where will place. If I put 180 95 -132 for example, in what direction the schematic will build! Thank you
  12. Aidanete

    Solved How I can reset an arena?

    Okay, thank you. Anyway, I want a way more easy than using schematics. I saw some people using loop-blocks. That still works in MC 1.12.2?
  13. Aidanete

    Solved How I can reset an arena?

    Hello, I'm returning to skript on my private server and I want to create original minigames, I want to make a system that makes the arena return in original state when I call it. I tried that in the past but it never worked, someone knows how to do that?
  14. Aidanete

    Script WarpsManager

    Aidanete submitted a new resource: WarpsManager - Best "warp, home, lobby, tpa and more" script ever. Read more about this resource...
  15. Aidanete

    Script WarpsManager 1.0

    WarpsManager Hello, I'm Aidanete and today I will show you my new and best creation at the moment. It's my biggest project and my favorite. What is WarpsManager? With WarpManager you can have in your hands the full control of warps, homes, a lobby, tpa, tpahere, back, sign-warp and the upcoming...
  16. Aidanete

    WarpsManager [Skript 2.2]

    WarpsManager Hello, I'm Aidanete and today I will show you my new and best creation at the moment. It's my biggest project and my favorite. What is WarpsManager? With WarpManager you can have in your hands the full control of warps, homes, a lobby, tpa, tpahere, back, sign-warp and the upcoming...
  17. Aidanete

    Solved How I can make a variable inside a variable?

    I had another problem, a little bit harder this time. I want to make the player to be teleported to a warp when the player rightclick a block. The problem is that I need to execute this code that needs a variable inside a variable. teleport the player to {wm.warp.%wm.placedwarp%targeted block%%}...
  18. Aidanete

    Solved How I can show a variable value in a message or text

    I'm trying to show the value of a variable in a message like: {var.player} is 1 message "player is {var.player}" and get in the game "Player is 1" I want to make a message show a variable but the message shows the variable name instead. I don't know why. Here one of the failing code: message...