Recent content by martinpeeters34

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

    Solved Help Fast As Possible

    There is a difference between pressing 12 times on a spacebar, and pressing 3 times on the TAB key. You need to replace those 12 spaces with 3 TAB's.
  2. martinpeeters34

    Quick Question - Pathfind Range?

    No, I want to change the minimum distance between a mob and player to let the mob pathfind to a location. (or any other action) So: "How to let mobs pathfind to locations while there are no players nearby?" I know this is an option, but this can create lag in a Survival world. Isn't this...
  3. martinpeeters34

    Need help with my script.

    You mean 'format slot' or the 'set slot' way with 'on inventory click' ? Because 'set slot' is SkQuery, right?
  4. martinpeeters34

    I'm very active recently. I guess I like helping people. XD

    I'm very active recently. I guess I like helping people. XD
  5. martinpeeters34

    Need help with my script.

    Or you can use the script you used, and add 'command' after the 'execute console' part: :emoji_blush: format slot 1 of player with diamond hoe:1 named "&cPlains" to close then run [make console execute command "/give %player% diamond_hoe 1 0 {display:{Name:"Hat 1"},HideFlags:4,Unbreakable:1}"]...
  6. martinpeeters34

    Help.. again :P

    I should loop all slots, add the item of it to a variable and loop them to give the items. I'm also not a big fan of format slot, but I think this should help: command /giveall: trigger: open chest with 6 rows named "Give all" to executor format slot 0 of executor with stone...
  7. martinpeeters34

    Solved Need help

    Solution: if arg 1 is set: if arg 2 is "pvp": if arg 3 is set: if arg 1 is a player: give arg-3 of apple named "&6Test" to "%arg-1%" parsed as player message "You've given %arg-1% an amount of %arg-3% apples." to player...
  8. martinpeeters34

    Quick Question - Pathfind Range?

    Mobs aren't active when there are no players near to them. Due to this, the mobs don't walk to the location where they need to go to with pathfinding. This is the problem I'm struggling with at the moment.
  9. martinpeeters34

    Quick Question - Pathfind Range?

    Hey scripters, Just a quick question about the pathfinder. At the moment I'm pathfinding mobs to locations, but they won't walk to it when there are no players near the mob. This is really annoying for me, because I created a system what I've created the last few days, which I have struggled...
  10. martinpeeters34

    Help.. again :P

    1. What do you actually want? 2. Can you show some code? 3. Have you even looked on the documentation website? And what has 'giving selected items to all players' to do with 'trading' ?? I don't know which question you want to get answered. Be specific or describe you're situation, so I can...
  11. martinpeeters34

    Arena Regenerator

    I think all block creations are nearly impossible to detect, because there are too many ways to 'create' a block. And adding all ways of 'removing' a block to the code, would create a large mess of code (in my opinion) Pasting a Schematic could also be an option to solve this, but I think...
  12. martinpeeters34

    Pearl through an open fence gate.

    There is a toggle effect, so you could use this to reopen the gate. toggle the targeted block And you can add a few ticks between throwing the enderpearl and opening the fence gate, so it won't hit each other. But does Minecraft even allow to throw pearls through fence gates? Because if you...
  13. martinpeeters34

    Getting blocks of Schematic, placing with delay

    I don't know what this information adds to my question, but to be clear; I want a way to get all the blocks (and locations) of a schematic. (this can be in a variable or something else) With this, I can add a delay to the placing process, so it has a little animation, what I want to have. I...
  14. martinpeeters34

    Getting blocks of Schematic, placing with delay

    Skript Version: 2.2-dev32c Skript Author: bensku Minecraft Version: 1.9 I'm currently wanting to get the blocks of a schematic file. There are currently (as far as the documentation says) no addons who support this. But maybe there is another way to get this information, of which I don't know...
  15. martinpeeters34

    Solved way to refresh menu

    What's wrong with them, I'm still using them a lot those days. I just like them, I guess.. :emoji_smile: