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

    Solved MySQL connection?

    any error messages when using skript-db?
  2. Minecoll_YT

    Happy birthday!

    Happy birthday!
  3. Minecoll_YT

    Happy birthday!

    Happy birthday!
  4. Minecoll_YT

    Solved MySQL connection?

    https://www.spigotmc.org/resources/skript-db-updated.89363/
  5. Minecoll_YT

    Solved if player have permission , doesn't have permission | not working

    This should work without a problem if arg-1 is "menu": if player have permission "world.uncreate": make player execute command "chaiyee" else: send "lungxd"
  6. Minecoll_YT

    Solved Triggering a function using tooltip

    I think there is no other way. You have to use commands.
  7. Minecoll_YT

    Solved How do I give people permissions?

    You really don't know what a permission's system is?
  8. Minecoll_YT

    Solved Triggering a function using tooltip

    I think you can only can commands, no functions
  9. Minecoll_YT

    Solved Grass wont drop custom items

    Try on break: send "%event-block%" then break grass and see what it outputs
  10. Minecoll_YT

    Custom Balance ATM

    Three solutions… Try: 1) amount of all ... 2) set {_a} to ghast tear named "xx" with lore "xx" ... add {_a}*5000 to {_total} .... remove every {_a} from player's inventory 3) using loops
  11. Minecoll_YT

    Solved remove variable of block?

    two different ways - every variable starting with an "_" is local on place of stone: add location of event-block to {list::*} on break of stone: remove location of event-block from {list::*} on place of stone: set {stone} to location of event-block on break of stone: delete {stone}
  12. Minecoll_YT

    Solved Trying to set blocks in an area between 2 points

    loop blocks within {_x} to {_x}: set loop-block to stone chance of 0.4%: set loop-block to emerald ore
  13. Minecoll_YT

    Solved Grass wont drop custom items

    because you didn't list grass there and the chance of thing is useless
  14. Minecoll_YT

    Solved on place of any block?

    please mark this as solved in the corner right
  15. Minecoll_YT

    How to solve this? Skript-Reflect

    player outputs the player's name, java needs another format - not sure which one tho
  16. Minecoll_YT

    Solved How do I give people permissions?

    You need a permission plugin(like LuckPerms) in order to use permission conditions(e.g. "if player has permission")
  17. Minecoll_YT

    Solved Refill chest issue

    its loop blocks within {_location-1} and {_location-2}: not loop blocks between {_location-1} and {_location-2}:
  18. Minecoll_YT

    Help with LunarSk and waypoints

    never used it, but maybe that? create lunar client waypoint "test" for player with color 255,255,255 at location of player create lunar client waypoint "test" for player with color green at location of player create lunar client waypoint "test" for player with color 255 at location of player not...
  19. Minecoll_YT

    Solved Compare variable not working

    I know this has been solved but please use list variables for future projects