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

    cancel message on run WorldGuard commands

    Category: WorldGuard Suggested name: cancel message What I want: cancel message on run WorldGuard commands Ideas for commands: on place: set {_loc1} to getCoordinates(player,event-location,{ProtectionStone::Data::%{_size}%::Size},1) set {_loc2} to...
  2. jomjonejame

    PirateSK cannot create region

    Skript Version (do not put latest): Skript 2.2-dev33 Skript Author: [Njol, Mirreski, bensku, TheBentoBox, tim740, Tuke-Nuke, TheLimeGlass, xXAndrew28Xx, Sashie, RoyCurtis, nfell2009, Syst3ms, Snow-Pyon] Minecraft Version: 1.8.8 --- Full Code: on place: set {_loc1} to event-location...
  3. jomjonejame

    Solved MYSQL Error, help me please

    Skript Version (do not put latest): Skript 2.2 (dev33) Skript Author: Bensku Minecraft Version: 1.8.8 --- Full Code: script options: $ db url jdbc:mysql://localhost:3306/???? $ db username ???? $ db password ???? options: f_level: 1 f_minEXP: 0 f_maxEXP: 100...
  4. jomjonejame

    Error in console. help me please

    Error in console : https://pastebin.com/6GCtFY1D set {_list::*} to sorted {Battle::Score::*} from highest to lowest with output "@index" loop {_list::*}: if "%loop-index%" is "1": create a new id based score "%{_p}%Slot10" with text " &b&l%loop-value%" slot...
  5. jomjonejame

    Solved delete item

    Category: Delete item Suggested name: - What I want: i want to delete 1 of player's held item Ideas for commands: delete 1 of player's held item Ideas for permissions: - When I'd like it by: A reasonable time
  6. jomjonejame

    Solved set block 3x3 forward player

    Category: set block Suggested name: What I want: A proper description. I want to set block ice 3x3 forward player But now i'm use this script, it not work function skill_icewall(p:player,l1:location,l2:location): loop blocks between block at {_l1} and block at {_l2}: set...
  7. jomjonejame

    help me please, error in console

    When in put "SkStuff 1.6.4.1" on server error on run server : https://pastebin.com/0QnXG0eN How fix ? --------------------------------------------------------------------------- MC Server 1.8.8 skript2.2 skRayFall_v1.8 SkQuery 1.7-1.8-1.9 RandomSK_2_7_1 WildSkript 1.7-1.8
  8. jomjonejame

    can't spawn rabbit,guardian,endermite in MC1.8

    command /sr: trigger: spawn a guardian spawn a rabbit
  9. jomjonejame

    i want to spawn and set age of entity

    i want spawn entity with stick, but not work on rightclick with stick: set {_lore::*} to uncolored lore of player's tool split at "||" loop {_lore::*}: add loop-value parsed as "Entity: %string%" to {_entity::*} add loop-value parsed as "Age: %string%" to...
  10. jomjonejame

    Solved I want to add item in block inventory

    I want to add item in block inventory. but error " is not a valid item data " in line "{_type}" on right click on chest: if event-world is "{@world}": if {{@suffix}::Chests::%block's location%} is not set: clear the block's inventory loop...
  11. jomjonejame

    Solved how to set citizen age and color of sheep

    how to set citizen age and color of sheep command /sheep: trigger: create a citizen named "Sheep Red" at location of player as a sheep
  12. jomjonejame

    want to loop lore item

    script is now of me, but is not work sub "Buff": set {_p} to "%parameter-1%" parsed as player set {_lore::*} to lore of {_p}'s tool split at "||" loop {_lore::*}: set {_buff::*} to uncolored loop-value parsed as "Buff %string%" if {_buff::*} is set: send...
  13. jomjonejame

    Solved First join in game of day ( daily bonus )

    I want to system daily bonus on join: if first join of day: send "you get reward"
  14. jomjonejame

    Language not supported in YML file

    How to config YML file to UTF-8 Help me plz.. Config.yml config: Prefix: "\xa76\u0e04\u0e33\u0e16\u0e32\u0e21>>\xa7r" Cooldown: 10 Timer: 180 Reward: 100 Random: 'true' question: '1': Name: "How to Register - \u0e40\u0e18\u0e0a\u0e40\u0e18\u0e01\u0e40\u0e18\u0e11\...
  15. jomjonejame

    Solved Teleport not work, called from mysql

    :emoji_pray: It does not teleport player, Help me plz :emoji_pray: Database Teleport Player ( Problem ) set {_GuildID::*} to objects in column "guild_id" from result of query "SELECT * FROM `guild_players` WHERE `username` = '%player%'" set {_Location::*} to objects in column "location" from...
  16. jomjonejame

    what should I do ? Variable files are large, causing the server to lag

    "variables.csv" size is 28,673 KB Server lag every 5 minute. I'm try remove variables file to 2,000 KB Fixed this problem There is a solution to this problem. Besides deleting files?
  17. jomjonejame

    Solved Zombies don't burn at day

    How to Zombies don't burn at day ?
  18. jomjonejame

    Check text is [A-z,a-z,0-9] ?

    How to check text arg 1 sample: command /test [<text>]: trigger: if arg 1 is set: if arg 1 is "[A-z,a-z,0-9]": send "Yes"
  19. jomjonejame

    Block Command

    Category: Block Command Suggested name: Block command "//calculate" What I want: I want to block command "//calculate" for all players. because this command can attack for server. Ideas for commands: I'm try to use this. on command: if command is "calculate": cancel event...
  20. jomjonejame

    AFK Hologram

    Category: Hologram Suggested name: AFK Hologram What I want: When player use command "/afk" show hologram text on the head of player "AFK Now!" and player any move or use command "/afk" again, delete hologram text on the head of player. Ideas for commands: /afk - show hologram text