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 16, 2016-
View User Profile
-
Send Message
Posted Mar 16, 2016Just curious if this plugin is being maintained still? Its awesome and hope it is.
-
View User Profile
-
Send Message
Posted Mar 13, 2016I am looking to use a MySql database for a script but I don't have a mysql.yml that is said to be provided. Can anybody tell me where this yml file should go and send me the text in the file?
-
View User Profile
-
Send Message
Posted Mar 13, 2016If anyone else has an issue where commands sometimes won't execute properly via @CMD/CMDOP/CMDCON on the later versions of this plugin, run them through 'sudo', which is a command part of Essentials.
I'm assuming it is an issue with the latest versions rather than our own fault.
-
View User Profile
-
Send Message
Posted Mar 13, 2016PlayerInteract event file doesnt exist and please update 1.9. this plugin the only one reason why my server still running 1.8.
-
View User Profile
-
Send Message
Posted Mar 12, 2016@angrydee77
Hey V2 is more functional and looks more stabil, just has some bugs need to fix that's all.
-
View User Profile
-
Send Message
Posted Mar 9, 2016any chance for an update for 1.9?
-
View User Profile
-
Send Message
Posted Mar 6, 2016I have rank plugin , quest plugin, time is money plugin and exchange plugin written by varriable triggers.
-
View User Profile
-
Send Message
Posted Feb 15, 2016Hey guys I have a project using Variable Triggers for a game type I created for Minecraft. I don't nearly have as much time as I once did but its open to anyone who wants to continue it. Have years of code and work behind it and in its current condition it is playable and quite fun. If anyone is interested in trying it out or jumping on the project go to https://github.com/Silverbane/MinecraftImpossible If you want to see videos of what the game is all about you can check some outdated videos here: https://www.youtube.com/playlist?list=PLyVXGsYCD6qSLxWzMAxFCzf5BsM8M-ciD videos 5 6 and 7 are pretty current on that list but still are missing some major additions we added recently.
Anyways its an open project so if anyone is interested in jumping on just request to be added to the project on github.
Also if you happen to try it out and have fun let me know and post some videos or stories of your experience! Have fun guys.
-
View User Profile
-
Send Message
Posted Feb 3, 2016Is there a way to check to see if a players inventory is empty?
Thanks for any suggestions.
-
View User Profile
-
Send Message
Posted Jan 19, 2016TIP to all new user..
download 1.3.3
it was the last edition made by lexlaiden(thegodfather)
and all functions work on spigot!
-
View User Profile
-
Send Message
Posted Jan 7, 2016How to send UPDATE query without error?
@MYSQL UPDATE ~~ : Doesn't works :(
@MYSQL @obj.var UPDATE ~~ : Works fine and database is updated, but some errors on screen.
-
View User Profile
-
Send Message
Posted Jan 4, 2016Cool plugin, but many features are broken in the latest version.. I hope the developer fixes them
-
View User Profile
-
Send Message
Posted Dec 28, 2015Sort your plugin out. It doesn't work.
-
View User Profile
-
Send Message
Posted Dec 24, 2015Hi, i have a problem creating a new trigger: when i try to create a new one the plugin is not saying anything in chat (Ex. Click the block etc.), and if I try to click a block with the bone after the command it doesn't do anything.
-
View User Profile
-
Send Message
Posted Dec 5, 2015Been having these bad Timings: https://gyazo.com/2ff2eff125853329077a1e9fd5c69045
I don't have a script that is listening on the quit event though....
-
View User Profile
-
Send Message
Posted Dec 5, 2015Hello, VariableTriggers is a very cool and extensive plugin and is useful for many different uses. But everything I try to do with this plugin, doesn't work. I tried area triggers, command triggers, walk triggers and click triggers. Noone of them does what it should do. There is always a message in the console that there is a problem with PlaceholderAPI. I hope you can fix this, because I really want to use this awesome plugin and there is no alternative out there.
-
View User Profile
-
Send Message
Posted Dec 4, 2015There are lots of ways to modify the held item via @MODIFYPLAYER. It would be nice if we could check all of those things as well. For instance, I'd like to remove one item from a held stack which is uniquely named. I can name the stack with a color code so it can't be recreated via an anvil, but I can't get the size of the stack via VT so I can change the amount to one less (or replace with air if only one in stack). I can use takeitem for the item id but I can't get differentiate between the uniquely namde items and normal items with the same id.
-
View User Profile
-
Send Message
Posted Nov 26, 2015Hi, i have a problem creating a new trigger: when i try to create a new one the plugin is not saying anything (Click the block etc.) and if i click a block with a bone after the command it doesn't do anything. Please FixIt
-
View User Profile
-
Send Message
Posted Nov 15, 2015Hey guys I have strange error after running small script with:
[17:16:45 INFO]: [VTV2] > Something went wrong with that line! @ test line -2147
483614 in asd.
[17:16:45 WARN]: java.lang.ArrayIndexOutOfBoundsException
[17:16:45 INFO]: [VTV2] > Something went wrong with that line! @ test line -2147
483613 in asd.
[17:16:45 WARN]: java.lang.ArrayIndexOutOfBoundsException
[17:16:45 INFO]: [VTV2] > Something went wrong with that line! @ test line -2147
483612 in asd.
[17:16:45 WARN]: java.lang.ArrayIndexOutOfBoundsException
I dont have that much lines and the code is just some @PLAYER messages with @IF check and @EXIT.
EDIT: I removed the @EXIT lines and the errors got fixed. Did it with variables and more @IF checks.