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. Allan Noyd

    Solved Weird endeavor of the "on portal" event. Pls help.

    I'm trying to do it so specific players are not allowed in to the end dimension (they cannot go through the enderportal). As skript on my server has been protesting ever since the 1.18 update, I was going on it slowly. First code looked like this: on player portal: broadcast "hi" And it...
  2. Allan Noyd

    Help with a skript; canceling ender portal travel for a specific player.

    Hi, I have been wondering what can you guys come up with. I have been trying to disable enderportal for myself as a character on a RP server I'm on, for the good of lore. All my trials to skript this however failed for me. On my testing server I have found out that skript's name for enderportal...
  3. Allan Noyd

    A little challenge

    Make skript print a list of 9 digit integers obeying these rules: -No digit can have repeating value ( no number can be used more than once) -First digit must be bigger than 0 -Sum of 1st, 2nd and 3rd digit = 10 -Sum of 3rd, 4th and 5th digit = 10 -Sum of 5th, 6th and 7th digit = 10 -Sum of 7th...
  4. Allan Noyd

    Cannot cancel event of portal-ing?

    I tried to make a specific player not be able to use end portal. First of all I tried the syntax I came up with, there was no error upon reloading the skript, but it wouldnt work. I tried different spelling, fixing typos and clearing up syntax, but nothing would work. Are we not able to cancel...
  5. Allan Noyd

    Reading a value from item's lore

    So I want to make a skript that allows players to type command that would transform all their levels into a water bottle (which is held as typing command). The water bottle has custom lore showing amount of levels stored and name including player's display name, so it can't be faked. Upon...
  6. Allan Noyd

    Solved How do I give people permissions?

    Like it's in a lot of examples in documentation, that you can use permissions like "is.example", but I can't get my hands on solution to how do I grant people these things. Am I the only one?
  7. Allan Noyd

    In need of ideas for better triggers.

    So I'm doing a knockoff Skripted version of Origins mod and was wondering if there are any ideas or suggestions for some triggers. Origins have abilities which are mostly automatic, but some powers need player to activate them. For instance I made it so the Fox origin gets propelled wherever...
  8. Allan Noyd

    Deathswap skript help

    Me and my sister (helping to test) keep falling under bedrock (no damage taken from void) upon swapping locations. Around Y=-100000 the server goes down and on restart we find ourselves on the right spots. Anyone can spot an error? Code: command /deathswap <text> <player>: permission: op...
  9. Allan Noyd

    Solved Making enderman-like particles with around player

    I was wondering about this cool feature that my skript could have for certain enderman-related player. But could not figure out how I can stop the portal effect to move in predetermined line and rain on the player just from one angle. Apparently %direction% does not affect the effects direction...
  10. Allan Noyd

    Help with knockoff Elytrian origin

    So I'm skripting "cheap origins mod version" on minehut server, since Aternos does not work for me, I have 0 budget and Minehut has no support for mods. Elytrian however seems to break the flight mechanics and I always get stuck in flight mode even on the ground, until I sneak and unsneak. Also...