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

    Script Anti SpamBot 1.0

    Description: Blocks player from sending chat or use any commands before the player move from login location! Cons: minechat user cant do anything to chat Command: - none Permission: - none Requirements: - Skript 2.5 - Skellett
  2. Azternaut

    Anti SpamBot

    Description: Blocks player from sending chat or use any commands before the player move from login location! Cons: minechat user cant do anything to chat Command: - none Permission: - none Requirements: - Skript 2.5
  3. Azternaut

    Solved GUI

    trigger: close inventory of player wait 1 tick open chest inventory with 3 rows named "new gui" to player or if clicked slot = 10: close inventory of player wait 1 tick execute player command "opengui" command /opengui: trigger: open chest inventory with 3...
  4. Azternaut

    Skript-yaml |Adding %text% to file.

    Add this on "on (enable|load) event:" on enable: load yaml "plugins/Skript/Boltz/asdasd.yml" as "asdasd" if yaml value "example.example" from "asdasd" is not set: set yaml value "example.example" from "asdasd" to true I dont know why skript-yaml wont add yaml header when no...
  5. Azternaut

    Solved RankUP - LevelSystem

    Try to implement this: command /rankup [<text>] [<text>] [<number>]: trigger: if arg 1 is "buy": if arg 2 is "schwerter": if arg 3 is "50": if {Level.%player%} < (arg-3 - 1): send "&8» &6&lShinePvP &8┃ &cYou cant buy this insntantly from level %{Level.%player%}%!"...
  6. Azternaut

    ChatColor Skript

    aaand the link is?
  7. Azternaut

    Solved how to get event-item slot on "On Consume: " event

    the title says it all help me
  8. Azternaut

    Solved remove 10 only removes 1

    Try this: set {_item} to sunflowers set {_item}'s name to "&6&lCredits" set lore of {_item} to "&fPremium currency used in &e/cshop" loop 10 times: remove {_item} from player
  9. Azternaut

    Give item to player

    Try this: command /ssg [<item>] [<text>] [<player>]: trigger: set {_amount} to {signshop::item::%arg-1%::amount} set {_item} to "%{_amount}% %arg-1%" parsed as item give {_item} named text-arg to player-arg
  10. Azternaut

    Skript-yaml |Adding %text% to file.

    Try this command /testyaml <text>: trigger: load yaml "plugins/Skript/Boltz/test.yml" as "test" set {_arg1} to arg-1 set {_var} to "yourvarhere" set {%{_var}%::*} to {_arg1} split by " " loop {%{_var}%::*}: set yaml value...
  11. Azternaut

    Script SetLine - For those who hate to break sign

    Azternaut submitted a new resource: SetLine - For those who hate to break sign - Replace sign text with a simple command without breaking whole sign Read more about this resource...
  12. Azternaut

    Script SetLine - For those who hate to break sign 1.0

    How to use: Target a sign that you want to change the text and do the command Command: /setline <line> <text> or you can use /sl Dependencies: - Skript (bensku edit)
  13. Azternaut

    Hunger manipulation

    Category: Gameplay Suggested name: SimpleHungerEdit What I want: Make hunger bar last longer, the purpose of the skript is for skywars/skyblock decreasing but a little longer! :emoji_grinning: Ideas for commands: - none Ideas for permissions: - none When I'd like it by: I think it will be...
  14. Azternaut

    Banwave Skript!

    Category: Server utilities/tools (Maybe ?) Suggested name: BanWaveSk What I want: Banwave skript with execute console command, not be an individual skript ban Ideas for commands: /bw, /banwave, /banwaves /bw add <offline player> - Add player to next banwave /bw del <offline player> - Remove...