WildSkript


{ 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

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    82585
  • Created
    Jul 13, 2014
  • Last Released File
    Sep 14, 2014
  • Total Downloads
    138,617
  • License

Categories

Members

Recent Files