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

    Disable commands on specific regions

    Oh, apologies, haven't really been using this community's forums for that long, I was just pointing out that there was a major flaw in my code that could be abused to get flight in regions that they are not supposed to.
  2. R

    Disable commands on specific regions

    I mean ya, but with my code untweaked some brilliant lad could go, wait, it just sends the command, I could just pop in there without fly and get flight again. But ya, they do have the option to choose.
  3. R

    Disable commands on specific regions

    While It may not be great practice, I don't think you need the additional else statement there couger Otherwise, I would prob recommend couger's code over mine.
  4. R

    On break of minecart?

    ahh, there was another event trigger that I was looking at on the approach for that, and the parser wasn't super sure about the minecart, sorry that I couldn't help you with that.
  5. R

    On break of minecart?

    you can use cancel drops from https://forums.skunity.com/resources/tuske-custom-enchantments-gui-manager-and-more.16/ on death: if victim is minecart with chest: cancel the drops of items give a minecart with chest to attacker
  6. R

    Help With Setting a String to Int. Then Comparing Two Int.

    Probably want to parse arg 1 as an int before setting it to a variable After affirming it is a number, then you should check its validity. I haven't messed with skript with essentials together, but from this post...
  7. R

    Solved Skript Skellett Packet

    hit the plus at the top bar, should be about just right of center, (if you want to be even cooler, because for what ever reason the code selection drop down doesnt work, (replace the the curly brackets with square brackets; {code=skript}{/code} should look like this import...
  8. R

    Disable commands on specific regions

    Should work, untested, but may need some tweaks. (could probably be cleaner, but hey, its a 10 min thing. replace {forbidden region} with what ever, this is mostly copy paste from the docs. on region enter: region is {forbidden region} if player does not has permission "region.fly"...
  9. R

    Solved Skript Skellett Packet

    seeing as you are using 1.8, instead of 1.15, you might want to change the import: net.minecraft.server.v1_15_R1.PacketPlayOutGameStateChange part of your code to reflect 1.8.9 example; (idk if this is the correct version, but its worth trying import...
  10. R

    Solved Skript Skellett Packet

    he used https://forums.skunity.com/resources/skript-mirror.254/ skript-mirror I don't know if it has a dependency (as there is none listed), but I remember people saying there is a mirror plugin, but you should see if it works without said plugin first as I could not find said plugin.
  11. R

    Solved Skript Skellett Packet

    https://wiki.vg/Protocol#Change_Game_State Did a search, but not actually competent enough with either hex, or packets to actually help beyond that.
  12. R

    Quick question

    Slapping a quick project together to entice some people into it, but, I am not super familiar with skript, and I can't seem to either A, find what I am looking for, or B, the examples aren't clear enough for me Using Skript 2.4.1, on 1.15.2 last time I checked. What in particular are you...