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 Mar 1, 2013@Ancientarts
This works?
http://pastebin.com/LdvtMF22
-
View User Profile
-
Send Message
Posted Feb 28, 2013- '@IF s $player9.hg1 = none'
- '@ELSE
- '@CMDOP warp hungergames $player9.hg1'
- '@ENDIF'
when i use this it still try's to warp the player.
why?
and i know how to use ! in other scripting but i donno where to put it maybe im just being stupid but is this correct ?
- '@IF s $player9.hg1 != none'
or
- '@IF !s $player9.hg1 = none'
please help.!
-
View User Profile
-
Send Message
Posted Feb 28, 2013Hi,
is there a way to play a certain music disc to the @PLAYER with this plugin? Thanks
-
View User Profile
-
Send Message
Posted Feb 27, 2013@Moochiez
Yes there is, just make it whenever a player does the action needed to cause the trigger to happen, it triggers the command to teleport to the other world.
For example, if you're using multiverse plugin to handle multiple worlds, you could make it so when a player walks into your teleportal this happens. Example scripts.
- '@CMD mv tp "world name"' - '@CMDOP mv tp "world name"'
I'm not going to tell you how to set this up because if you really want to use this plugin, you need to read the documentation to learn what you're doing anyways. What I have shown you should be more then enough to get an idea of what to do.
-
View User Profile
-
Send Message
Posted Feb 26, 2013Is there a way to set up cross world teleporting?
Thanks
-
View User Profile
-
Send Message
Posted Feb 26, 2013can someone help me please!!!!
X=air
D=dirt
E=emerald_block
0=Obsidian
layer 1:
DED
EDE // the directional pad
DED
layer 2:
XXX
X0X // moveing block
XXX
im trying to make it so when you click on the emerald in the direction you want it to go and when you right click it it moves all 10 blocks in that direction. also if possible i would like it so if i make a layer 0 and its all soulsand. soon as the emerald your clicking doesnt have soulsand under it, it wont move anymore.
Please HELP ! my server is 96.52.173.8 if you wanna check it out!
-
View User Profile
-
Send Message
Posted Feb 25, 2013How start a script when the server start? I'd like to make a bell that sounds every night.
-
View User Profile
-
Send Message
Posted Feb 21, 2013@freakyy85
/vtc @CALL filename:script
For example, if your script is named rainbows.script.yml and inside of it you have a script named ponies, you would use /vtc @CALL rainbows:ponies
-
View User Profile
-
Send Message
Posted Feb 21, 2013how do I add a script to a clicktrigger like: /vtclick <scriptline> but whats the scriptline to make it run a script from a script file?
-
View User Profile
-
Send Message
Posted Feb 20, 2013@khobbits
This man speaks a lot of truth.
-
View User Profile
-
Send Message
Posted Feb 20, 2013Just got a bug report on Essentials bug tracker related to this plugin.
Looks like the plugin is calling the bukkit api from async threads.
While async threads work well to reduce lag, make sure you wrap any bukkit api calls in synced threads.
@midnightfang22
It's a little disappointing really. By choosing not to open source a plugin, you do nothing but stab yourself in the foot. People can't help improve the code or contribute but anyone who wants the code can simply take it.
KHobbits Ess Lead Dev
-
View User Profile
-
Send Message
Posted Feb 17, 2013@ncberman1996
Use a @LOOP that would use a setblock at <relativeloc:place of a corner:$var.xloop $var.yloop 0>
-
View User Profile
-
Send Message
Posted Feb 15, 2013Would it be possible to create a click event-trigger that world edits a certain pre-defined region? Instead of creating separate scripts for each block?
-
View User Profile
-
Send Message
Posted Feb 15, 2013@trackhed
He probably decompiled the .jar to get the actual code. Its not that hard to do, honestly. All I can say is, lex put in a lot of time to make this o.o...
@Nikecow
Same. Hope cross-world for @TP is added once lex gets some free time.
-
View User Profile
-
Send Message
Posted Feb 15, 2013@VanHalen1
It doesn't store worlds as far as I could tell :( I hope this gets added soon.
-
View User Profile
-
Send Message
Posted Feb 15, 2013@jjacobson
Where did you get a copy of the source code? Lex has made it very clear that he wouldn't release the source code to the public and as far as I've searched I couldn't find a single place containing the source.
-
View User Profile
-
Send Message
Posted Feb 14, 2013There are errors when players disconnect with: /vtevent Quit @POOF 5 <triggerloc>
Why?
-
View User Profile
-
Send Message
Posted Feb 14, 2013How to make Locations in other worlds?
When i use /vt setloc loc example in the nether and then use script @TP $loc.example I teleport somewhere in the Overworld, but not in the Nether. Any solutions?
-
View User Profile
-
Send Message
Posted Feb 11, 2013Hey guys,
Just got off 14 hours work and thought I'd pop on. Sorry but too tired to even read all the post I missed in the forum this week.
Remember as stated in Jan that I will be VERY busy with work until end of March or the middle of April and will not have the time or energy to work on this plugin for new updates untill then. If I do get a Sunday off soon I will try to address the quit event issue.
Sorry guys but this is my busy time of the year and I gotta make some real money.
In April I will take a closer look at those who say they have exception error.
-
View User Profile
-
Send Message
Posted Feb 11, 2013where can i fined a list if ingame sounds? to use