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

    Chestshop hook

    I am trying to stop the purchase of an ITEM and be able to show a confirmation message. This is possible?
  2. sOxTw

    skUtilities Reading, Writing and Deleting YAML

    I am in need of help with a problem regarding this thread. My problem is that I need to remove a node from a YAML file which contains enchantments of an item taken from a user's inventory. My code: loop 36 times: set {_Save} to slot {_count} of {_p}'s inventory set yaml value...
  3. sOxTw

    Addon skUtilities

    I have used this line previously without errors, now I do not understand why it gives me errors. Line: skutil download file from "https://pastebin.com/raw/riTS1Te2" to file "plugins/Chat+/" Error: [skUtilities] v0.9.2: Error downloading from: 'https://pastebin.com/raw/riTS1Te2' Is the site down...
  4. sOxTw

    Solved player's prefix and player's suffix not working

    Hi, can you tell me how you solved it?
  5. sOxTw

    [Error] Can't be added to an inventory

    Hello, as I think you have already noticed, I need to randomly add items between two values, the problem is the error I get. Skript: options: # Diamond SinEncantar-Diamante: 1 FortunaI-Diamante: 1 and 2 FortunaII-Diamante: none FortunaIII-Diamante: none # Event on mine...
  6. sOxTw

    Custom slots [open chest]

    That's what I'm using. but remembering what I saw I thought that if it was possible.
  7. sOxTw

    Custom slots [open chest]

    I need the slot slot to disappear, I've seen it on PrisionOP servers for when you start showing the rules. The weirdest thing is that they use Skript, check with several Administrators of that server (some time ago) and they told me it was with Skript. - Currently I do not remember the server...
  8. sOxTw

    Custom slots [open chest]

    Hello, I'm creating an enchantment menu, which has a main menu with only 3 items, and I would like to know if it is possible to remove slots from an inventory generated by skript. As seen in the image to slot 0, 1, 2, 6, 7, 8 I want to eliminate them, that is not a slot. I want it to stop...
  9. sOxTw

    add mob spawner with ID:AUX

    It worked, thank you very much
  10. sOxTw

    add mob spawner with ID:AUX

    From what I see it is not possible to achieve without addons, and it will be possible to execute a give with metadata, for example Code: execute console command "give %player% 52:50 1 0 {display:{Name:"&c&lSpawner",Lore:["&a1","&e2"]}}" Error: Can't understand this condition/effect: execute...
  11. sOxTw

    add mob spawner with ID:AUX

    Well I tell you my problem, when I try to give a spawner mob in the following way "mob spawner: 50" (it would be from creeper) it does not let me give me the following error ':50 named "&c&lSpawner de Creeper" with lore "&aCanjeado por:||&e%player%||&aEl Dia: &e%now%||||&eEspecie: Creeper"' is...
  12. sOxTw

    How can I remove the "dyed" tag from leather armor?

    I think that this is not possible, since it is part of minecraft and the items require that information, it is like wanting to eliminate the author of a book or the damage value of an item. Sorry if I'm wrong but for me it's not possible.
  13. sOxTw

    Solved Detect error in console [PeperSpigot 1.12+]

    Now I understand everything, I use PeperSpigot 1.8.x. I do not try to suppress it, I only try to detect the eror to keep it in a variable and to know how many times it is executed per day. Or restart the server if it is very recurrent. The problem I'm having is that Spigot is in an old version...
  14. sOxTw

    Solved Detect error in console [PeperSpigot 1.12+]

    Really, thank you very much for your help. I already give up with Skript I do not see chances to detect errors. I will try in some other way, or do you recommend to try with some specific Skript verification? Show the console, so they can see if I have the required plugins.
  15. sOxTw

    Solved Detect error in console [PeperSpigot 1.12+]

    I really know that it is very annoying. But I can not understand the proper functioning of ADDON Skriot-Logs. Still causing error in the console: [12:07:44] [Server thread/ERROR]: ': Team name '%text%' is already in use at org.apache.commons.lang.Validate.isTrue(Validate.java:136)"' is not a...
  16. sOxTw

    Solved Detect error in console [PeperSpigot 1.12+]

    I do not know if it's you or me but it keeps giving error. I copy the code as is and it does not work mark the following. [23:05:04 ERROR]: Can't understand this condition/effect: logged message parsed as "java.lang.IllegalArgumentException: Team name '%text%' is already in use at...
  17. sOxTw

    Solved Detect error in console [PeperSpigot 1.12+]

    It's what I understand about what you just told me. Try the following but I do not think it's the right thing to do. And how could I do a conditional? on log: the logged messange to "" # Code? Error: [10:16:09 ERROR]: Can't understand this condition/effect: the logged message to...
  18. sOxTw

    %Region% or %region at player% does not work | No error

    It is only by way of example, I do not use events separated by "!". It still does not work and I can not find any reason for it.
  19. sOxTw

    %Region% or %region at player% does not work | No error

    It is still the same. Be with "" or without "" since the string in a query is compared as String and not as data. Also and tried to use set {_RegionAt} to "%region at player%" or set {_RegionAt} to region at player in a: if "% {_ RegionAt}%" contains "name region" Nothing takes the region...
  20. sOxTw

    Solved Detect error in console [PeperSpigot 1.12+]

    The problem is how. I can not find the way, and in the documentation does not specify its use, nor an example. It's just a line and now. Expression: [the] log [message] level Could it be used? if log "[Skript]" is info: I really do not understand, I've tried a lot and it does not work...