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

    Luckyblock "Enchant" Lore

    Category: Game Mechanics Suggested name: LuckyBlock What I want: I am looking for a skript that when console executes the command listed it will add "Luckyblocks LevelNumber" to the item lore. All the "Enchant" should have is the permission to a minecrate permission. I am not sure that it...
  2. S

    Toggle messages & Commit console commands

    How do I get this skript to toggle messages and also allow console to commit commands? I've tried adding console execute events. Messages I want to be able toggle is when a player is given tokens. This is not my code but the skript owner has been inactive for more than a month. options...
  3. S

    Solved Crate Key only Backpack

    Suggested name: Key Backpack What I want: I have the plugin "EZBlocks" on my server and I have mining rewards set up. Whenever a player reaches a certain amount of blocks or the player is mining on the set interval's time I want a key to be given to the player and placed in the player's...
  4. S

    Special Tools Error

    Skript Version: 2.2-Fixes-V8b Skript Author: Njol Minecraft Version: 1.8.8 --- Full Code: https://hastebin.com/yepixofowe.vbs Errors on Reload: https://hastebin.com/degucovute.coffeescript Console Errors: Hastebin above ^ Other Useful Info: I am using the Skript Special Tools which is posted...
  5. S

    Toggle A certain plugins messages

    Category: Suggested name: Toggleable Messages What I want: I want to be able to toggle TokenEnchant's token received messages Ideas for commands: /tk Ideas for permissions: toggle.tk When I'd like it by: ASAP Is this possible? Can anyone help me with this
  6. S

    Solved Delete

    Delete
  7. S

    Runnable command only inside region

    Category: Skript? (not sure what category meant) Suggested name: hvcm What I want: I own a prison server and I want players to be able to reset the mines by themselves. I want them to the command that would only be runnable when they are inside of the region of that mine. If you need any other...
  8. S

    Solved Command cooldown

    Full Code: on right click: player is holding any pickaxe: player is sneaking make player execute "/sellall" I just started Skript and I was wondering how would I put a cooldown in this code I've looked at the document for command with a cooldown I also made my own just...
  9. S

    Solved shift right click event

    I was wondering if there was an event where I can have players shift-right click to commit a command to look just like this here (Note: this is not for a gui) Current Code: on right click: if tool is pickaxe: make player execute "/sellall"