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 Aug 26, 2014@Lyoko_Firelyte
The problem with that is I need the factions prefix to show up. I'm doing this for another server, and they really want the factions prefix to show up.
-
View User Profile
-
Send Message
Posted Aug 26, 2014Jones, you can just broadcast 2 different chat formats based on the criteria, as cancel is either on or off due to the amount of time it takes to process the scripts
-
View User Profile
-
Send Message
Posted Aug 26, 2014Okay, so I don't want the chat to always be off, no matter what. I want it to be @CANCEL only when you have a certain Boolean set to 'true'. Is there a way to accomplish this?
-
View User Profile
-
Send Message
Posted Aug 26, 2014@JoelMinister
yes.
EDIT: That's embarrassing. It's a long story, but it ended up working after I corrected a spelling error. FML.
-
View User Profile
-
Send Message
Posted Aug 26, 2014@Jones988
Are you using the latest version of VT?
-
View User Profile
-
Send Message
Posted Aug 26, 2014@Lyoko_Firelyte
console says @CANCEL is not a valid command.
-
View User Profile
-
Send Message
Posted Aug 26, 2014I'm not sure if I'm doing anything wrong, but relativeloc is not seeming to work in the most recent version of VT ( screenshots @ imgur link ) http://imgur.com/ctCxxkn,vWTuCbQ#1
( The boom: script and the most 2 recent chat lines in-game is what I'm having problems with )
-
View User Profile
-
Send Message
Posted Aug 26, 2014@Jones988
Yes, on your Chat event listener, put '@CANCEL true' on the first line.
-
View User Profile
-
Send Message
Posted Aug 25, 2014I wanted to make a Chat Trigger that will replace your chat with another chat format when you have a certain boolean set to true.
Right now, I have:
Script:
- '@IF b $<playername>.ooc = true'
- '@BROADCAST &7[OOC] <playerprefix><playerdisplayname><playersuffix>: &7<chatline>'
With this, It broadcasts fine, but the original thing i typed also shows up. Can I mute the original chat message and only have this one broadcasted?
-
View User Profile
-
Send Message
Posted Aug 25, 2014@RaycusMX
i had the same issue and solved it by using this:
http://dev.bukkit.org/bukkit-plugins/authme-reloaded/
-
View User Profile
-
Send Message
Posted Aug 25, 2014Maybe I am missing it, but is there a place holder that returns a blocktype? I see that <blocktype> can be used with BlockPlaced and BlockBreak events but I would like to set up a command trigger that tells a player to click on a block, then will display to the player the block type of the block that player clicks on.
-
View User Profile
-
Send Message
Posted Aug 25, 2014@laacis2 Maybe the number of those people are a little more than you can imagine. I think I have to take this problem into consideration.
-
View User Profile
-
Send Message
Posted Aug 25, 2014@RaycusMX
trust me it's not worth it just for sake of some people.
-
View User Profile
-
Send Message
Posted Aug 25, 2014@laacis2 Well, I have got a genuine minecraft account so has my friend, but some people in my server haven't, so I turned off online-mode.
-
View User Profile
-
Send Message
Posted Aug 24, 2014@RaycusMX
simple solution. don't turn off the offline-mode. buy the game and contribute to minecraft growth
-
View User Profile
-
Send Message
Posted Aug 24, 2014@Lyoko_Firelyte
Thank you for the advice! I checked my Java version and it still said I was using 6. It turned out that I also needed to install Java 7 JDK and that fixed the issue and now VT has installed :)
I will mess around on the server to make sure it works properly but thank goodness I finally have it going. I appreciate all the help and time you've given toward my issue and I must say that I love VT. I even donated $50 a couple years ago to Lex because of my love for this plugin. Keep up the amazing work!
-
View User Profile
-
Send Message
Posted Aug 24, 2014@laacis2 I mean if a server turn off the online-mode in server.properties and use a login plugin (just like CrazyLogin), an OP or an admin's account can be logined by other people. Though they can't move or use server commands (because they don't know the passwords of this account), they can still use cmdtriggers without login.
-
View User Profile
-
Send Message
Posted Aug 24, 2014@doublecow1
7 should work fine then! Can you type java -version in a console and tell me what you get?
-
View User Profile
-
Send Message
Posted Aug 24, 2014Sorry I didn't realize 8 was even out, it was Java 7 which I installed.
-
View User Profile
-
Send Message
Posted Aug 23, 2014@doublecow1
If you're using Java 8 that won't work, has to be 7.