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

    Skript Development (Any Size) (Experienced)

    Hi, I'm Krazy. I've been doing Skript now for about 2 years I'd say, and I'm pretty experienced and know most things/can do most requests. You'll have to give me some time if you want an SQL based Skript though, I'm really rusty with the syntax and I'd have to learn it again, however if you need...
  2. Krazy

    Custom TNT Start Point?

    Hi, I'm looking to make some custom tnt, when it blows up special effects happen. I literally have no idea how I would start with this, I tried using metadata but it didn't seem to work very well. I tried saving to a variable tied to its location when you place, but then there's issues when the...
  3. Krazy

    Solved FactionsUUID Addon Support?

    PaperSpigot 1.8.8, SkRambled v1.9, Skript 2.2 with fixes v8b, latest version of factionsUUID I had a server like 6-7 months ago that used SkRambled for FactionsUUID, tried loading it up today on paper 1.8.8 and nothing works, I tried searching the forums for anything and I found Conquer from...
  4. Krazy

    Stop block break from starting

    How can I stop the block breaking from happening (including animation) I tired on block break, but it didn't seem to actually do anything.
  5. Krazy

    Anvil & Sign Text Grabbing

    Is this possible with any addons? Or possibly using packets to open a sign/anvil to a player and retrieving the textwhen they close it? Thanks :D NOTE: I also want to be able to set the text on the sign/anvil, just so there's instructions or something there lol.
  6. Krazy

    Number to number with commas?

    Is there a function that anyone has made to convert an integer or a number to that number with commas? Thanks :)
  7. Krazy

    Mining speed of a block

    I couldn't find anything on the docs or forums about this, how would I go about making it so a block takes X amount of time less/more to mine not using fatigue or haste? Thanks! Also is there a condition to check if a player is mining a block or something? Not like an on block damage but to see...
  8. Krazy

    Solved Null console error using certain code..

    Hi, I've been using Skript 2.2 v8b and have been getting: 13.02 18:22:07 [Server] ERROR #!#! 13.02 18:22:07 [Server] ERROR #!#! [Skript] Severe Error: 13.02 18:22:07 [Server] ERROR #!#! Could not load ebook.sk 13.02 18:22:07 [Server] ERROR #!#! 13.02 18:22:07 [Server] ERROR #!#! If you're...
  9. Krazy

    Scoreboard console null error

    Skript Version: 2.2 v8b Skript Author: ? Minecraft Version: 1.8.8 --- Full Code: command /sidebar: trigger: set name of sidebar of player to "&eI'm a sidebar!" set score "&5A Score" in sidebar of player to 10 Errors on Reload: None Console Errors: (if applicable) 11.02...
  10. Krazy

    Weird errors in console & in game?

    Skript Version: 2.2 V8b Skript Author: ? Minecraft Version: PaperSpigot 1.8.8 --- Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin) http://pastebin.com/YKBHEMEs Note: If a variable is being set in another script, but not shown, please explain...
  11. Krazy

    Centered MOTD and Chat Messages?

    Hi, I'm trying to use message centered "&6&lYou are a legend", "More strings!", "and more!" and "&6&l----------------" to all players from Skellet, but I'm getting errors on PaperSpigot 1.8.8 (all the other stuff in the plugin works, except that) but also I had a question about centering an...
  12. Krazy

    Take away XP? Also enchanting item in variable.

    Hi, I just made this account today, the new forums are awesome! Like xenforo over discourse ;) Anyways, I made a post about a year ago on the other forums asking if you could take XP away, is this possible now? I couldn't find anything on the docs but it could be with some math or something...