VotifierScripts code error? (Help)

Discussion in 'Bukkit Help' started by Mrchasez, Sep 25, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Mrchasez

    The script isn't working, we keep getting this error: Error: [WARNING] [VotifierScripts] Error running script: syntax error (plugins/VotifierScripts/vote-script.txt#1)
    Here is the script.
    Code:
    if (player.hasPermission("vote.reward.PreMem"))) {
    command("Manpromote %target% Member")
    command("msg %target% &5Thanks for voting! Vote again in 24 Hours for 2x More!")
    broadcast("&5 %target% &ewas promoted to Member!")
    }
    } else {
    broadcast("&f[&cBroadcast&f]&a %target% Voted for the server and received &b2 Diamonds!:&4 http://bit.ly/N5Vm02")
    command("give %target% 264 6")
    }
    That script is in vote-script.txt.

    Thanks
     
  2. Offline

    TnT

    Moved to a more appropriate forum, but you may have better luck posting your question to the makers of VotifierScripts.
     
Thread Status:
Not open for further replies.

Share This Page