Hallo, habe heute votifierscript installiert komme aber nicht draus wie man es einstellt darum habe ich eine Frage: Kann jemand fuer mich einstellen das wenn man votet eine nachricht kommt sowie dem Spieler die per enchant kriegt und auch 1000 Money fuers voten,die per hat man 10 min lang. Beim entfernen der Per kommt auch eine nachricht danke viel Mals ich bitte um hilfe :S
Was ich bisher fand:
vote-script.txt
// Change to permission you want to give below.
var perm = "permission.to.add"
// Change to the amount of time they should receive permission for. format: DDdHHhMMmSSs
var permTime = "24h"
// Change to world to give perm for
var worldName = "world"
// Remove // from the line below to use vault
//addPerm(worldName, "%target%", perm)
// Remove // from 3 lines below to use gm command or change command to use your own permission manager
//command("manselect " + worldName)
//command("manuaddp %target% " + perm)
//command("mansave")
clearScripts("%target%")
metaData.put("perm", perm)
metaData.put("worldName", worldName)
runLaterTarget("rmperm.txt", permTime, target)
scripts/rmperm.txt
// Remove // from the line below to use vault
//removePerm(metaData.get("worldName"), "%target%", metaData.get("perm"))
// Remove // from 3 lines below to use gm command
//command("manselect " + metaData.get("worldName"))
//command("manudelp %target% " + metaData.get("perm"))
//command("mansave")
was Muss ich jetz einstellen komme nicht einbisschen draus
Was ich bisher fand:
vote-script.txt
// Change to permission you want to give below.
var perm = "permission.to.add"
// Change to the amount of time they should receive permission for. format: DDdHHhMMmSSs
var permTime = "24h"
// Change to world to give perm for
var worldName = "world"
// Remove // from the line below to use vault
//addPerm(worldName, "%target%", perm)
// Remove // from 3 lines below to use gm command or change command to use your own permission manager
//command("manselect " + worldName)
//command("manuaddp %target% " + perm)
//command("mansave")
clearScripts("%target%")
metaData.put("perm", perm)
metaData.put("worldName", worldName)
runLaterTarget("rmperm.txt", permTime, target)
scripts/rmperm.txt
// Remove // from the line below to use vault
//removePerm(metaData.get("worldName"), "%target%", metaData.get("perm"))
// Remove // from 3 lines below to use gm command
//command("manselect " + metaData.get("worldName"))
//command("manudelp %target% " + metaData.get("perm"))
//command("mansave")
was Muss ich jetz einstellen komme nicht einbisschen draus
Zuletzt bearbeitet: