- Supported Minecraft Versions
- 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
{} 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