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

    Player NBT Data Storage

    Often times you may notice you have a ton of variables for players. After a lot of players join your server you will notice your variable file growing and growing. One main issue here is that a lot of the players who join your server, may possible join once and never return. This ends up...
  2. ShaneBee

    Script HEX Color Picker

    ShaneBee submitted a new resource: HEX Color Picker - A simple tool to help figure out HEX color codes. Read more about this resource...
  3. ShaneBee

    Skript Player Data System

    One of the main performance issues with Skript is the variable system. If used correctly it can be great, but it is often abused/overused which can cause major performance issues with a server. Let's do some basic math: Let's say per-player you have the following variables: - Money - Points -...
  4. ShaneBee

    Player Data System

    Decided to move this, see: https://forums.skunity.com/threads/player-data-system.10951/
  5. ShaneBee

    Addon SkBee

    ShaneBee submitted a new resource: SkBee - A simple solution to make your server more bold! Read more about this resource...
  6. ShaneBee

    Addon [Deleted] SkBoard (Deprecated)

    ShaneBee submitted a new resource: SkBoard - A simple, non-flickering scoreboard! Read more about this resource...
  7. ShaneBee

    Recipe Manager (1.13.2+ ONLY)

    I just wanted to share some custom recipe effects I created. These will ONLY work on Spigot/Paper 1.13.2+ (Due to the custom ingredient methods added to the BukkitAPI in 1.13.x) All of these require Skript-Mirror to work. As per usual, place these custom effects at the top of the script you...
  8. ShaneBee

    Sk-Perm

    Sk-Perm gives you the freedom to deal with permissions and groups. You can add/remove permissions to/from players as well as groups. You can also add/remove players to/from groups. This add-on is linked into permission plugins using Vault. Because of this, there are no syntaxes specific to a...
  9. ShaneBee

    Worlds

    Worlds allows you to create, unload and delete worlds with ease. Its a simple solution for Skript without the need for MultiVerse. Features: - Create worlds (Including name and environment type) - Unload worlds (Temporarily unload a world) - Delete worlds (Unloads and deletes a custom world...
  10. ShaneBee

    Sorted Tablist

    Okay so I got this working, but if Im not mistaken it will not work with scoreboards like Skellett, since Skellett I believe overrides the teams This requires Skript Mirror Custom Syntaxes: (This can be placed at the top of your script or in another script that loads before the one that is...
  11. ShaneBee

    Skript-Paper

    RESOURCE PAGE Skript-Paper is a new Skript add-on that gives you even more syntaxes, using the PaperAPI. Right now this add-on only features a bunch of events from Paper (there's currently 21 events I added) but I will be adding more expressions, conditions and effects as time goes on. If...
  12. ShaneBee

    Addon Sk-NBeeT

    RESOURCE PAGE UPDATE Small Changes [1.2.2] UPDATE Some New Stuff [1.2.3] Some fun new stuff including "Item with NBT" - You can now directly give a player an item with NBT or even use this in GUIs without the need for adding NBT to a variable "Skull Owner of Block" - You can set the owner of a...
  13. ShaneBee

    Cats And Dogs

    Custom effects for spawning cats, with options for names, age, color(style), and owner. Requires Skript mirror This is the snytax to either put at the top of your script or in another script that loads before the one you are using it with. (Examples below) import...
  14. ShaneBee

    SkUnity Community Server [Pre-Beta]

    Okay I will keep this short, this is more for a few of us to discuss. King, Plutoren and I are planning on making an SkUnity Community Server. This will be a simple server for us to play on, have some fun, and maybe add some scripts to test. Plugin Ideas: - EssentialsX (Just for basic admins...
  15. ShaneBee

    API Shop-Gui-API

    RESOURCE OVERVIEW PAGE
  16. ShaneBee

    Save / Restore Inventory

    This is just a quick snippet for saving and restoring a player's inventory. I have been asked a few times how to do this, so here is a simple method. NOTE: This has been tested on Spigot 1.12.2 and Skript 2.2 dev37c (May or may not work on older versions) command /inv <text> <player=%player%>...
  17. ShaneBee

    Enchanted books (Create/Add Enchantments)

    This will allow you to create new enchanted books (even though you can get them in creative) but also ADD enchantments to your books, making super custom books Requires Skript-Mirror This is the actual command to create the books and/or add enchantments to books import...
  18. ShaneBee

    Questions

    Hi @FrostedWeFall I have some questions regarding your resource Simple Essentials Pro 1) Im confused why you are charging money for a Skript, that is a remake of a very popular FREE plugin? 2) ""Currently it is no where near a good standard and is currently in Alpha stage with HEAVY...
  19. ShaneBee

    Custom Enchant System

    I would love to see a proper custom enchant system. I know that TuSke has a custom enchant system, but only half of it works. It would be awesome to have a system where you could register custom enchants, that could enchant items in the enchanting table. As of right now, thru various testing...
  20. ShaneBee

    Break torches in rain

    Category: Environment?!?! Suggested name: No name required, part of another skript What I want: So working on my ExtraHardMode skript, one of the things I need done is when it rains, torches need to break when they are exposed to rain. Im trying to think of a more efficient way to do this. So...