VariableTriggers

Make your own plugin like features and more using VariableTriggers
This is a very powerful plugin that has unlimited potential. Create triggers that run lines of script when a player Clicks or Walks on a block (dirt, door, switch, trigger, torch, any block) or Create Event Triggers such as PlayerDeath , EntityDeath, BlockBreak, BlockPlaced, Join, Quit, Respawn, Interact and EntitySpawn that also run scripts. You can define Area Triggers and Command Triggers as well. You can use Dynamic Object variables and conditional IF and ELSE statements in the scripts. You can run any command that a player or OP can run and many speacial built-in commands to Teleport, Spawn Entities, Play Effects Visual or Sound, Set Blocks, Toggle Blocks, Check Players Heath and much more!. The scripts are executed on their own threads to take the strain off of the main server thread.
















-
View User Profile
-
Send Message
Posted Apr 26, 2014@Lyoko_Firelyte
Ha ha, yeah I should really give it a go.
-
View User Profile
-
Send Message
Posted Apr 25, 2014@KyadCK
I love the way none of you have tried it yet :P You'll lose a lot of faith in me if you do though.
-
View User Profile
-
Send Message
Posted Apr 25, 2014If I had to guess, I'd say it branches off the script into a new thread after that line.
Loop
- Fork
- "If conditional"
End Loop
But that's just a guess. It would have the potential to speed up complex loops a lot.
@Kiak You actually put it in the Pages that way? I mean, in the change log was funny, but in the pages it was going to be seen eventually. :P
-
View User Profile
-
Send Message
Posted Apr 25, 2014Kiak what is Fork????
-
View User Profile
-
Send Message
Posted Apr 21, 2014@Lyoko_Firelyte
oh cool, i Should have just tried that for myself first.
Cheers mate. That's great news. (might be worth explicitly mentioning on the download.)
-
View User Profile
-
Send Message
Posted Apr 21, 2014@Lyoko_Firelyte
This build should work against an older version because it's not using craft bukkit directly (would need a test)
Edit: Probably needs a try catch on playeruuid because that'll throw a npe on boot
-
View User Profile
-
Send Message
Posted Apr 21, 2014@Lyoko_Firelyte
Hey it would be real cool if there was a 1.6.4 version with the spigot async fixes in because there is still a ton of 1.6.4 users especially in the modded client community.
so.. i'm just asking.. (cause I don't know..)
Would that be a massive effort? or something doable if people were eager?
-
View User Profile
-
Send Message
Posted Apr 20, 2014@MikuScarlet
Right now it's not accepting spaces, I'll fix this later, sorry!
-
View User Profile
-
Send Message
Posted Apr 19, 2014@Lyoko_Firelyte
I'm sorry I know little English. Can I use Chinese?
â… | Cann't
Script:
- '@SETSTR $aa.bb Attack: +100'
- '@MODIFYPLAYER <playername> HELDITEM:LORE:SET $aa.bb'
â…¡| Ok
Script:
- '@SETSTR $aa.bb Attack:+100'
- '@MODIFYPLAYER <playername> HELDITEM:LORE:SET $aa.bb'
- '@SETSTR $aa.bb Attack:+100'
- '@SETSTR $aa.bb Attack: +100'
" " is space
-
View User Profile
-
Send Message
Posted Apr 19, 2014@MikuScarlet
I don't understand the question - what does " " mean? What exactly is working, and what isn't?
-
View User Profile
-
Send Message
Posted Apr 19, 2014can't use @MODIFYPLAYER with " "? it's a bug? Vt ver:1.3.1
Script: - '@SETSTR $aa.bb Attack: +100' - '@MODIFYPLAYER <playername> HELDITEM:LORE:SET $aa.bb'
[vt] Script error: @MODIFYPLAYER - Must be [Player] [modification] [value] <line 11 @ Trigger>
but, could use without " "
Can you fix that?
-
View User Profile
-
Send Message
Posted Apr 19, 2014can you add name completion with tab?
-
View User Profile
-
Send Message
Posted Apr 18, 2014Help Updated
All new features and functions have been added to the help section
Some layout changes so if you can't find something try looking through the rest of the page.
@H8llfire you're right, it doesnt work for me either yet.
-
View User Profile
-
Send Message
Posted Apr 18, 2014@PRINT still doesnt accept Objvars :/
-
View User Profile
-
Send Message
Posted Apr 18, 2014@Heterosapien @Lyoko_Firelyte
Script Commands and Event Triggers pages have been updated to include all the new functions. Happy Easter Scripting.
-
View User Profile
-
Send Message
Posted Apr 17, 2014@Heterosapien
A documenter is someone who records findings or information about something - or in this case keeping the help pages up to date.
How did you not know that?
-
View User Profile
-
Send Message
Posted Apr 17, 2014I don't know what a documenter is but congrats!
-
View User Profile
-
Send Message
Posted Apr 17, 2014@Lyoko_Firelyte
Async guards prevents vt to crash servers. I used to have issue with vt crashing server on teleports. It was rare but still happened.
-
View User Profile
-
Send Message
Posted Apr 17, 2014Please welcome Kiak to the VT team as Documenter.
And if you have and Android Tablet or Phone check out Kilroy Was Here!
-
View User Profile
-
Send Message
Posted Apr 15, 2014@Kiak
The version I gave you has an extra fix for a specific issue that someone else had, so that may have been it - I'm pretty sure the one on bukkit still has the 1.3.1 updates besides that though.