Minecraft WildSkript mod 2026 download
logo
minecraft mod WildSkript

WildSkript

Game Version: CB 1.7.9-R0.2
Total Downloads: 128,454
Updated: Sep 14, 2014
Created: Jul 13, 2014
Download WildSkriptDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
WildSkript 1.8 release 423.32 KB Sep 14, 2014 CB 1.7.9-R0.2 115,809 download WildSkript WildSkript 1.8 releaseDownload
WildSkript 1.7 release 333.10 KB Aug 8, 2014 CB 1.7.9-R0.2 5,416 download WildSkript WildSkript 1.7 releaseDownload
WildSkript 1.6.1 release 332.21 KB Jul 20, 2014 CB 1.7.2-R0.3 5,043 download WildSkript WildSkript 1.6.1 releaseDownload
WildSkript 1.6 release 322.46 KB Jul 13, 2014 CB 1.7.2-R0.3 2,186 download WildSkript WildSkript 1.6 releaseDownload

Screenshots

Description

Share this:

{ WildSkript }

Now managed by nfell2009!


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

! Download Latest Version

DOWNLOAD: WildSkript 1.8 for 1.7.2 – 17.10

WARNING: This file isn't approved by BukkitDev yet. Use it at your own risk.

Because of recent events the future of Bukkit is unclear and the plugin approval process is paused. I will continue updating my plugins regardless and publish the downloads in links as the one above.

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

Comments

Add a comment