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

    Solved How to do on death of but from a player.

    Hey guys I currently have this skript where coins are dropped when mobs die but I want it so they have to be killed by players to drop them. This is what I currently have... on death of zombie: chance of 7%: drop 1 sunflower named "<gold>MobCoin" with lore "&rType &6/coins redeem...
  2. ExplosiveGinger

    Automatically detecting items.

    So i currently have a mobcoin skript, where when monsters die they can drop coins to be redeemed for items. However, currently I have it so that when you gain mobcoins you need to do a command to redeem them. I want to make it so that as soon as it enters your inventory you gain 1 mobcoin to...
  3. ExplosiveGinger

    JellyLegs Skript

    Category: Misc Suggested name: JellyLegs What I want: If players have permission they can do /jl or /jellylegs. When the command is used if the player takes fall damage it will not occur. Ideas for commands: /jl, /jellylegs Ideas for permissions: jellylegs.use When I'd like it by: ASAP
  4. ExplosiveGinger

    Skript doesnt work

    Thanks for all that helped me on previous problem. Can someone tell me why this does nothing. Prefix: &8[&a&lNight&7&lVision&8] Prefix2: &8[&a&lJelly&7&lLegs&8] Prefix3: &8[&a&lWater&7&lBreathing&8] JoinMessage: &7Toggle night vision with /nv! EnableMessage: &7Night vision has been...
  5. ExplosiveGinger

    Solved Help with error

    command /waterbreathing: aliases: water permission: waterbreathing.enable permission message: {@NoPermission} trigger: if {waterbreathing.mode.%player%} is "False": message "{@Prefix3} {@EnableMessage3}" set waterbreathing.mode.%player%} to "True"...
  6. ExplosiveGinger

    Solved Give groupmanager rank

    How to give someone a rank through groupmanager?
  7. ExplosiveGinger

    skquery permissions manager

    how to enable the skquery permissions manager.
  8. ExplosiveGinger

    Give permission?

    How would i go about giving a player a permission if i am not using permissionex and instead using group manager.
  9. ExplosiveGinger

    Why am i getting these errors?

    # # W E L C O M E T O # # MOBCOINS # # C R E A T E D B Y : EXPLOSIVE # # (! Please don't edit the settings below unless you know what you are doing !) Options: #Name of the GUI that opens when the...
  10. ExplosiveGinger

    Solved Skript Problems I Need Help!

    Hey so I have this mobcoins skript and it all works except for adding the mobcoins to their coin balance: command /coins [<text>] [<player>] [<number>]: trigger: if arg 1 is not set: send "{@P}" send "&7&oYour coins balance is:" send ""...
  11. ExplosiveGinger

    Solved Skript not working!

    Hey so im currently working on a mobcoin skript. Where coins (sunflowers) can be exchanged for currency and then used in a shop. However everything works except when coins are transferred they are not added onto the balance: