• 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 Minecraft Versions
  1. 1.8
{ WildSkript }​


... is addon to plugin Skript that increases the set of events, conditions, effects, expressions, types and this add new elements! Plugin focuses on comfort and performance. I'm trying to add everything that come to mind. WildSkript also has a lot of functions, which in the beginning are difficult to understand. However don't worry! - In time you'll understand.


<> Introduction
Addon add new events (event values too), conditions, effects, expressions and types. Traditionally usage:

# New events
on server list ping:
# New effects
set motd to "Skript is awesome!"

However, there are also new elements: Complex and Objects. Sample use of on of objects (Recipe):

# Create object
on load:
set {_id} to "Object id";
new Recipe {_id};
{_id}.Recipe.setIngredient{1, 64 diamond};
{_id}.Recipe.setResult{stick named "Wealth"};
{_id}.Recipe.register{};

Everything has been described in the documentation.


# Features
  • Lots of things for the basic elements - Increases the set of events (event values too), conditions, effects, expresions, types!
  • Fully customizable objects that allow you to write efficient and powerful scripts.
    • Inventory
    • Regions
    • Recipes
    • Scoreboard
    • Holograms
    • Tab
    • HashMap
    • MySQL
  • Collections - new type of elements.
    • Function
    • Obfuscator
    • BossBar
    • Loader
    • Packets
All this doesn't require other plugins!


{} Documentation
Not all pages have been translated yet. Currently available in the english: events, conditions, effects, expressions and types. To do: homepage, objects and complex.

Documentation: Click
Author
RepublicanSensei
Downloads
3,440
Views
3,440
First release
Last update
Rating
3.67 star(s) 3 ratings

Latest reviews

Website not working!!!!!!!!!!!!!!!!!!!!!!!!!! SCAM
Can you modify the syntax of the show effect please ? dev29's Skript version has this effect: [(open|show) (((crafting [table]|workbench)|chest|anvil) (view|window|inventory)]|%inventory%) (to|for) %players%
RepublicanSensei
RepublicanSensei
WildSkript has abondoned. Use 'RepuSKa' from Republicansensei.com
A user called 'SkriptPL' on github made an update for 1.11. What's the differance between this and that version?