Recent content by ELROMPEDIENTES

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

    Hiring [TEMP] Skript developer for new server.

    May be we can discuss this job opportunity on discord add me if you still interested MichPérez#4464
  2. ELROMPEDIENTES

    Plugin Hider skript to allow opped players see the plugins.

    on command: if command is "plugins" or "plugin" or "pl" or "bukkit:pl" or "bukkit:plugins" or "bukkit:?": if player does not have permission "NoPluginViewer.Bypass": cancel event send "No permission to see plugins"
  3. ELROMPEDIENTES

    A very simple mcmmo

    Category: fun I guess Suggested name: None Spigot/Skript Version: 1.14 skript version for the new 1.14 What I want: A just need a very simple mcmmo to play in my server with my friends I don't need permission for this skript just keep it simple. On right click with the tools like sword, axe...
  4. ELROMPEDIENTES

    Color names and prefix

    So I make a tag skript and Im having this problem when I set a tag for me work for the tablist but no for the chat and I dont wanna use on chat. How I fix this code: on join: if {tag::%player%} is set: set display name of the player to coloured...
  5. ELROMPEDIENTES

    I trying to spawn a creeper when he kill a victim give you points

    command /true: trigger: if {creeper::%player%} is set: message "Desactivado" delete {creeper::%player%} else: set {creeper::%player%} to true message "activado" on place of a emerald ore: if {creeper::%player%} is set...
  6. ELROMPEDIENTES

    I trying to spawn a creeper when he kill a victim give you points

    Can't understand this condition/effect: set metadata "creeper" of spawn creeper to player (creeper.sk, line 13: set metadata "creeper" of spawn creeper to player') how metadata works?
  7. ELROMPEDIENTES

    Solved "Func" Function doesn't work in java 1.12.2

    ok then I'm not the one to fix the problem for you sorry. Good luck!
  8. ELROMPEDIENTES

    Solved "Func" Function doesn't work in java 1.12.2

    I am not good with function but I think you need to define names and types here you have a tutorial I hope this can help you
  9. ELROMPEDIENTES

    Make player execute command as op

    %arg 1% refers to the first argument
  10. ELROMPEDIENTES

    can someone explain to me how loops works

    Skript version: code: every 5 second: loop {minigame::*}: give iron sword named "Good luck" with lore "Survive" to loop-value what I trying here is to check the player of my mini-game and give them a emerald ore (I know I set iron sword but is an example of what im trying to do) to...
  11. ELROMPEDIENTES

    Solved Help

    dude chill I'm sure this forum has politics about language don't get a warning or something for this guy this forum have staff to handle this kind of people
  12. ELROMPEDIENTES

    I trying to spawn a creeper when he kill a victim give you points

    This is what I have now command /test: trigger: if {creeper::play%player%} is true: delete {creeper::play%player%} else: set {creeper::play%player%} to true on place of a emerald ore: if {creeper::play%player%} is true: add 1 to...
  13. ELROMPEDIENTES

    SkUnity Community Server [Pre-Beta]

    This server Idea still standing?
  14. ELROMPEDIENTES

    Error: player´s balance is not an entity type

    I think you need something like essentialsX because I have essentialsX and works for me Your code: Console: [09:52:10 INFO]: [Skript] Reloading test.sk... [09:52:10 INFO]: [Skript] Successfully reloaded test.sk.
  15. ELROMPEDIENTES

    Solved Help

    I don't understand the question