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
The free memory, max memory, and total memory do not work for me. They just return 0.
Ubuntu (64 Bit) - Java 1.7 - Spigot 1.7.10 (with 1.8 Protocol)
No errors in console.
@adam_is_awesome
Ohhh... :/
1. Theoretically, it should only work on 1.7.9 (without protocollib).
2. When I said "It is hard to fix without protocollib" I mean, I tried to do it without protocollib.
The best solution would be this plugin: http://dev.bukkit.org/bukkit-plugins/changeskin/
@Dzikoysk
Okay, there must be a language barrier or something between you and I, because I'm trying to comprehend and do my best to fix/make the changes you want me to but I'm still getting the same errors, and nothing seems to be doing anything.
This is the Error I've gotten with 1.7.10 and Protocol Lib installed:
http://pastebin.com/jkvPpxR8
These are the plugins I currently have enabled (Note: I've also tried this with SKQ and ProtocolLib disabled, nothing changed.):

http://i.imgur.com/XCNqXVq.png
And this just proof I'm on 1.7.10 - I was on a multibuild for 1.7.4 - 1.8:

http://i.imgur.com/WIMWJDS.png
Furthermore, can you think of anything else that will cause an error like that? I have limited plugins for it to even interact with, and I see no faults in my other plugins. If you have skype, or would prefer to communicate through any other form other than these comments that'd be ideal. My skype name is adampwnface if you'd like to add me.
@adam_is_awesome
U can remove protocolib, because ws doesn't use it. Do you use a spigot with support for mc 1.8? If so, you need to change it to 1.7.10
@Dzikoysk
Edit: This is still not working, I'm still using the same skript code. I've installed ProtocolLib-3.4.0 and ProtocolLib-3.5.0, neither seem to be fixing the issue. The skript it's self loads with out errors, but I get "An Internal error has occurred!" Error in-game and the following in console.
Console Error:
Note: The most recent information is posted from top to bottom.
http://pastebin.com/2vZBNEHP
@adam_is_awesome
It is hard to fix without protocollib. :(
@Dzikoysk
When I use this Skript:
I get this error:
http://pastebin.com/gzC1V8dB
I'm using Spigot's latest patch on #1649, with the latest Skript/WildSkript Builds.
@RealGatt
A better way is to change the way of writing expressions :)
@beastzone
@Dzikoysk
The only conflicts I found between the two are the Functions.
Dzikoysk, could you add a config option to allow us to enable/disable the loading of WildSkript's functions events and effects?
@Dzikoysk
:''''''''''''''''''''''''''''''''(
This engine doesn't have the required class ... :/
@Dzikoysk
Caudron is a forge/bukkit combination. It's used for modded servers. It used to be called MCPC+.
It is likely the reason for this error http://pastebin.com/xnLELpep. But it would be wonderful if you could fix it :D
@Dzikoysk
Silnik serwerowy
@selfservice0
What is the Cauldron?
@Dzikoysk
Odd, maybe a list variable issue? Or something else. I'll keep an eye out and do more tests.
On another note. I get this error http://pastebin.com/xnLELpep when I try to use the hologram effect.
I'm using
@selfservice0 This code works correctly (ws 1.8)
Do you have any other addons?
@Dzikoysk
Any luck with figuring out the <none> variables?
@beastzone
Should be ok :)
I haven't used this plugin, but I want to. Are there any conflicting things with skQuery?
@selfservice0
I'm going to check 'is not set'. Strange ... :X