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 Jan 25, 2014make opposite script as area exit=)
-
View User Profile
-
Send Message
Posted Jan 25, 2014@laacis2
If you're using Spigot, @SETBLOCK won't work.
Anyways, quick question; how would you make your area enter script stop when exiting the region?
-
View User Profile
-
Send Message
Posted Jan 23, 2014I have many scripts that use @SETBLOCK with no problems.
Remember it's @SETBLOCK and not @setblock
Bukkit build 2989 VT v1.2.6
-
View User Profile
-
Send Message
Posted Jan 23, 2014We could get other plugins to accompany variable triggers for extended functionality, or even try combining command block with variable triggers.
-
View User Profile
-
Send Message
Posted Jan 23, 2014@laacis2:
1. I he will not update than my server also be out in the next Mojang revolution.
2. Using permissions is good idea. You can even make timed permission:
@CMDCON pex user <playername> timed add vt.noclick xxxx
for xxxx seconds delay.
-
View User Profile
-
Send Message
Posted Jan 22, 2014i use permission based solution for triggering anything only once. add a @CMDCON pex user <playername> add vt.noclick (permissionsex) or whatever command to add the permission for other plugins.
example:
-
View User Profile
-
Send Message
Posted Jan 22, 2014Can you make it so each player can only right-click a sign once? @lexlaiden
-
View User Profile
-
Send Message
Posted Jan 21, 2014if we get lucky, lex might shoot another update out.. I do hope he will.. My whole server relies on it
-
View User Profile
-
Send Message
Posted Jan 20, 2014yea will this plugin be updated again?
-
View User Profile
-
Send Message
Posted Jan 18, 2014@Hunty2003
@toggleblock and @setblock doesn't work in current bukkit versions. Try opting with worldedit methods
-
View User Profile
-
Send Message
Posted Jan 18, 2014Please Help Whenever I try to do a variable triggers @toggleblock it comes up with and error in console: (note my console is upside down) 18.01 17:26:40 [Server] WARN at java.lang.Thread.run(Unknown Source) 18.01 17:26:40 [Server] WARN at com.wizardscraft.scripting.ScriptInterpreter.run(ScriptInterpreter.java:254) 18.01 17:26:40 [Server] WARN at com.wizardscraft.scripting.ScriptInterpreter.Interpret(ScriptInterpreter.java:1268) 18.01 17:26:40 [Server] WARN at org.bukkit.craftbukkit.v1_7_R1.block.CraftBlock.setType(CraftBlock.java:115) 18.01 17:26:40 [Server] WARN at org.bukkit.craftbukkit.v1_7_R1.block.CraftBlock.setTypeId(CraftBlock.java:119) 18.01 17:26:40 [Server] WARN at org.bukkit.craftbukkit.v1_7_R1.block.CraftBlock.setTypeId(CraftBlock.java:123) 18.01 17:26:40 [Server] WARN at org.bukkit.craftbukkit.v1_7_R1.block.CraftBlock.setTypeIdAndData(CraftBlock.java:128) 18.01 17:26:40 [Server] WARN at net.minecraft.server.v1_7_R1.World.setTypeAndData(World.java:345) 18.01 17:26:40 [Server] WARN at net.minecraft.server.v1_7_R1.Chunk.a(Chunk.java:452) 18.01 17:26:40 [Server] WARN at net.minecraft.server.v1_7_R1.Block.remove(Block.java:441) 18.01 17:26:40 [Server] WARN java.lang.IllegalStateException: Asynchronous block remove! 18.01 17:26:40 [Server] WARN Exception in thread "Thread-108"
-
View User Profile
-
Send Message
Posted Jan 18, 2014@ALL :
Do you know something about new plugin developer ?
It's a half of year ago when last version was updated !
-
View User Profile
-
Send Message
Posted Jan 18, 2014@MikuScarlet
can you copy the console output and use pastebin link? This one sadly doesn't inform much more, then server thread has timed out.
-
View User Profile
-
Send Message
Posted Jan 18, 2014@lexlaiden lexlaiden ,
server collapse about VariableTriggers?
I really like VariableTriggers.
I wish you told me it doesn't do it
(If you feel difficult to understand, please use the following translation Machine Translation that a section of chinese.)
——
服务器崩溃与VariableTriggers相关吗?
我确实很喜欢VariableTriggers这款插件.
我很希望你告诉我这不是有关这个插件使服务器崩溃的原因
Thanks.
-
View User Profile
-
Send Message
Posted Jan 17, 2014There should be a way to stop it from doing that. I need to see my console more than I need to know what numbers VT is using.
-
View User Profile
-
Send Message
Posted Jan 17, 2014@Shadoward12:
Yes, VT spams console. I have many scripts running at the same time and my console looks like this:
74
33
23
11
75
and sometimes more :(
-
View User Profile
-
Send Message
Posted Jan 16, 2014Anyone else have a problem with numbers appearing in the console whenever a trigger does something? I have scripts running on very fast loops and it floods my console with numbers (usually specific, as it if is a piece of relevant data) and I have no idea why.
-
View User Profile
-
Send Message
Posted Jan 16, 2014@laacis2
the work for me :s
-
View User Profile
-
Send Message
Posted Jan 16, 2014@xBladeM6x Go to your target location, stand looking the way, where you want player to arrive, and use /vt setloc [obj var]
-
View User Profile
-
Send Message
Posted Jan 16, 2014When using a command like "/vtwalk @TP" how exactly do you get someone to face in a particular direction when they teleport to the destination?