Recent content by ChisleLP

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

    Sell All command

    This is my very old "Prison skript", may this help you contiue. set {_cobblestone} to number of cobblestone in player's inventory set {_ironore} to number of iron ore in player's inventory set {_stone} to number of stone in player's inventory set {_glowpuder} to number of glowstone dust in...
  2. ChisleLP

    Console Can't Do Skript Command

    Can you post maybe the code, what youre tried.
  3. ChisleLP

    Solved Why is this not working?

    the ways you did. will not working, cuz youre working with local variables.
  4. ChisleLP

    Solved Why is this not working?

    if location of event-block is at location at ...
  5. ChisleLP

    how to cancel item move

    on inventory click: if name of player's current inventory is "name of gui": if clicked slot is 10: cancel event else if clicked item is stone: cancel event
  6. ChisleLP

    Solved variable can only be set to one object, not more

    doing varaibles list, then you can spilt there set {profileid.%player%::*} to arg-1 split at "=" then should be {profileid.%player%::1} = "URL" {profileid.%player%::2} = UID
  7. ChisleLP

    Supply drop help

    i have it already in my skyblock skript that i public here. so the code its: function fallingchest(p: player, i: text): set {_x} to random number between -10000 and 10000 set {_z} to random number between -10000 and 10000 set {_loc} to location at ({_x} parsed as...
  8. ChisleLP

    fish

    why are you creaeting 2x post? For better formel or therad you can just use the "Edit" button right below you post. Btw use the code Tags. so someone can read it better. (The Code tags can be found in "+" symbol)
  9. ChisleLP

    Not allowing players to exit an armorstand

    just do: when player ride the armorstand, add -While checking if player still riding -if yes: Wait a ticks or seconds or what ever -if no: Make player ride again the armorstand. #Edit I found my old "Boss battle" make {_p} ride victim loop 30 times...
  10. ChisleLP

    Solved Help with Damage Cause

    What are you trying? maybe do you mean if attacker is entity (or player)?
  11. ChisleLP

    Help with skript commands on offline players

    Yes sure. command /jail [<offline player>]: trigger: set {Jail::%arg-1%} to true send "He is jailed!" command /setJailLocation: trigger: set {Jaillocation} to location of player on join: if {Jail::%player%} is true: send "Oh no! Youre still in...
  12. ChisleLP

    Help with skript commands on offline players

    using variables? set {Prefix::%player%} to player's prefix btw use next time maybe List Variables, its much easier and recommend.
  13. ChisleLP

    Help with skript commands on offline players

    first off.... Please use codetag. No one wont read/help you. Where its codetag? Just click on there "+" button and then click code tags. #edit: I don't think, there its a way to get player's prefix/suffix while player is offline, You can store his Prefix/Suffix just into variables before banning.
  14. ChisleLP

    Commandblock location

    why do you want commandblock? you can doing with skript all things. make console execute command "..." <== example
  15. ChisleLP

    Another stupid bug I haven't found out how to fix

    Do the code works fine? I thought it need 'player's current inventory' set slot 0 of player's current inventory to compass named "..."