- Supported Skript Version
- 2.8
- Supported Minecraft Versions
- 1.20
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
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!"