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

    Solved skript mirror

    i used 3.6.1 (skquery) can you make me an example please?
  2. Turb032

    Solved skript mirror

    "can't compare a damage cause with a types.art"
  3. Turb032

    Solved skript mirror

    but is there a new syntax using skript 2.2? cause i'm getting error "can't compare a player (or something else)" like: on damage: if damage cause is void: cancel event i'm getting this error
  4. Turb032

    Solved skript mirror

    the one you gave me .
  5. Turb032

    Solved skript mirror

    Ok i tried, it works but when i reload a skript it says "can't compare a player: ("if player is holding any hoe")" console error: [12:18:11 ERROR]: #!#! [12:18:11 ERROR]: #!#! [Skript] Severe Error: [12:18:11 ERROR]: #!#! Could not load farm.sk [12:18:11 ERROR]: #!#! [12:18:11 ERROR]: #!#...
  6. Turb032

    Solved skript mirror

    i had 2 skquery, now i deleted one of them, also i'm using version 3.21.4
  7. Turb032

    Solved skript mirror

    this is my version of skquery, also i tried to delete skquery 4.1.1 but nothing
  8. Turb032

    Solved skript mirror

    ok i did it, but when i reload all the skripts is says: There doesn't exist a material with id (id)! (aliases-english.sk) line (line) (material) [12:44:56 ERROR]: #!#! [12:44:56 ERROR]: #!#! [Skript] Severe Error: [12:44:56 ERROR]: #!#! Could not load plugins.sk [12:44:56 ERROR]: #!#...
  9. Turb032

    Solved skript mirror

    [20:27:39 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'sk' in plugin Skript v2.1.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24] at...
  10. Turb032

    Solved skript mirror

    Oh thank you so much oh wait i have an error with a skript (mirror) import: org.bukkit.event.block.BlockPhysicsEvent on right click on grass: if player's tool is any hoe: cancel event set event-block to moist farmland on BlockPhysicsEvent: if...
  11. Turb032

    Solved skript mirror

    it says: Error occurred while enabling skript-mirror v0.19.1 (Is it up to date?)
  12. Turb032

    Solved skript mirror

    Yes /server/(server)/plugins
  13. Turb032

    Need help identifying enchantments on a tool

    you want the player's tool to be enchanted? if you meant that, here is the skript: on block damage: if event-block is bedrock: if player is holding stone pickaxe: if player's held item is enchanted with efficiency 69: set {_drop} to bedrock wait 40 ticks set...
  14. Turb032

    help GUI refresh

    Maybe you can do a command, example: command /menu: trigger: open chest with 3 rows named "LOL" to player format slot 1 of player with diamond named "&c&lOff" to close then run [execute player command "diamond change"] command /diamond change: trigger: open...
  15. Turb032

    How to remove a named dropped item

    You didn't put "if" before "name of event-item", try this: on pickup of diamond: if item's name is "Test": wait 1 tick remove 1 diamond named "Test" from player's inventory
  16. Turb032

    Solved skript mirror

    i want to install skript-mirror addon but it won't create his own folder. How can i do it?
  17. Turb032

    farming farms

    There no error in chat, but when i create another farm (right click bedrock) all the stats of the other farms (power and speed) are the same of the created farm, example: I create my first farm, and i upgrade it with power and speed, and it's op. I wan't to create another farm, but without...
  18. Turb032

    farming farms

    Hi guys. I want to know if it's possible to do this thing: I place a block (bedrock), right click it with any hoe, and the block become a farmland block. Above the farmland block i put crops:7, and on break of crops i collect money and crops respawn in a certain amount of time. At left and right...
  19. Turb032

    shop adding

    Hi guys, i'm trying to make a shop with skript... All works well but i can't figure out how to do a: "add 1" in the shop. I don't know if you understood. Like, you type /shop, you click on "blocks" and you click on "grass block" and it opens a gui where there are a list of glass panes that adds...
  20. Turb032

    Solved Player ping

    thank you, i need to install it in bungeecord or in the server plugins? ok i tried, but i don't know a thing, i need to put it in bungeecord plugins or in spigot plugins? and if it's bungeecord, how do i use it? thanks anyways OH OK, i think i solved!!! THANK YOU SO MUCH