SkCollections ⛏ - Create collections like Hypixel!

Script SkCollections ⛏ - Create collections like Hypixel! 1.2

  • 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!

Supported Skript Version
  1. 2.8
Supported Minecraft Versions
  1. 1.20
SK-COLLECTIONS-03-05-2024.png

Create collections like Hypixel!

Addons requipred: SkBee, Skript-reflect
Skripts required:
SkItemCreator

✔ Create categories
✔ Create collections inside categories
✔Pagination system
✔ Fancy GUI
✔Allows to see ANY craft of any item
✔ Experience system (get XP to progress)
✔ Fully customizable

-SCREENSHOTS-03-05-2024.png
The leather collection was made as an example. Another .sk file is included which adds XP to the leather collection when killing a cow.

2024-05-04_21.27.19.png
2024-05-04_21.27.25.png
2024-05-04_21.27.31.png
2024-05-04_21.27.36.png
2024-05-04_21.27.38.png


-FUNCTIONS-03-05-2024.png
Code:
- SkCollectionsGiveXP(player, collection, amount)
    Adds XP to a collection
    Example: SkCollectionsGiveXP(player, "leather", 3)
 
- SkCollectionReset(player, collection)
    Resets a collection of a player
 
- SkCollectionsShowCraft(player, item)
    Show a craft of an item if it has one
    Example: SkCollectionsShowCraft(player, tool of player)

Code:
on [skcollections ]collection xp:
    - event-string: the collection where you get xp
    - event-player: the player
    - event-integer: amount of xp

on [skcollections ]collection level[ ]up:
    - event-string: the collection where you leveled up
    - event-player: the player
    - event-integer: the level you finished
  
~~~~~~~~~~~~~~ 
EXAMPLES:

on collection level up:
    broadcast "&e%event-player% &fhas leveled up his %event-string% collection!"
Author
Palgia
Downloads
194
Views
792
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Palgia

Latest updates

  1. Added custom events

    Added custom events: - on [skcollections ]collection xp - on [skcollections ]collection level[...
  2. Added an example file that was missing

    Added Example.sk which was missing.