Recent content by Sean Sean

  • 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

    Script Special Tools

    Is this still supported or no?
  3. 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...
  4. S

    Solved Crate Key only Backpack

    On the tripwire hooks I want it to be a redeem option to give them the keys By give them the keys I mean like put them in their inventory
  5. 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...
  6. S

    Special Tools Error

    https://hastebin.com/femusiqalu.vbs I even tried the forked version of SkStuff still got the same problem Then I went to the latest version of Skript still didn't work Anybody got a fix? I can't find anything atm
  7. S

    Special Tools Error

    That stops every other skript I have..
  8. 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...
  9. 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
  10. S

    Solved Delete

    Delete
  11. 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...
  12. S

    [CLOSED] I'll make anything

    Thanks big dawg this worked I only had to add "send" at the end because you missed it but thank you
  13. S

    [CLOSED] I'll make anything

    Can you make me a toggle feature to toggle this feature here: on left click: player is holding any pickaxe: player is sneaking cooldown "sellall" of player is finish: create cooldown "sellall" for player for 3 seconds make player execute "/sellall"...
  14. S

    Solved Command cooldown

    Sorry meant to mark this as Solved. I just used WolvSK which has cooldowns also
  15. 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...