Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /mute [<offlineplayer>] [<text>]:
- permission: evolve.staff
- permission message: &cYou do not have the correct permission to use this command
- trigger:
- if arg 1 is not set:
- if arg 2 is not set:
- send "&bCorrect Usage: &f/mute <player> <reason>"
- if arg 1 is set:
- if arg 2 is not set:
- if {mute::%arg 1%} is not set:
- broadcast "&b%player% &fmuted &b%arg 1% &freason: &bUnspecified Reason &8[&3FOREVER&8]"
- set {mute::%arg 1%} to true
- stop
- if {mute::%arg 1%} is true:
- send "&cThat player is already muted forever" to player
- if arg 1 is set:
- if arg 2 is set:
- if {mute::%arg 1%} is not set:
- broadcast "&b%player% &fmuted &b%arg 1% &freason: &b%arg 2% &8[&3FOREVER&8]"
- set {mute::%arg 1%} to true
- stop
- if {mute::%arg 1%} is true:
- send "&cThat player is already muted forever" to player
- command /unmute [<offlineplayer>]:
- permission: evolve.staff
- permission message: &cYou do not have the correct permission to use this command
- trigger:
- if arg 1 is not set:
- send "&bCorrect Usage: &f/unmute <player>"
- if arg 1 is set:
- if {mute::%arg 1%} is true:
- broadcast "&b%player% &funmuted &b%arg 1%"
- delete {mute::%arg 1%}
- stop
- if {mute::%arg 1%} is not set:
- send "&cThat player is already unmuted" to player
- command /kick [<offlineplayer>] [<text>]:
- permission: evolve.staff
- permission message: &cYou do not have the correct permission to use this command
- trigger:
- if arg 1 is not set:
- if arg 2 is not set:
- send "&bCorrect Usage: &f/kick <player> <reason>"
- if arg 1 is set:
- if arg 2 is not set:
- broadcast "&b%player% &fkicked &b%arg 1% &freason: &bUnspecified Reason"
- kick the arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fKicked by: &b%player%%newline%&fReason: &bUnspecified Reason%newline%&7%newline%&7Join back is you want to!"
- if arg 1 is set:
- if arg 2 is set:
- broadcast "&b%player% &fkicked &b%arg 1% &freason: &b%arg 2%"
- kick the arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fKicked by: &b%player%%newline%&fReason: &b%arg 2%%newline%&7%newline%&7Join back is you want to!"
- command /ban [<offlineplayer>] [<text>]:
- permission: evolve.staff
- permission message: &cYou do not have the correct permission to use this command
- trigger:
- if arg 1 is not set:
- if arg 2 is not set:
- send "&bCorrect Usage: &f/ban <player> <reason>"
- if arg 1 is set:
- if arg 2 is not set:
- if {banned::%arg 1%} is not set:
- broadcast "&b%player% &fbanned &b%arg 1% &freason: &bUnspecified Reason &8[&3FOREVER&8]"
- kick arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fBanned by: &b%player%%newline%&fReason: &bUnspecified Reason%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- ban arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fBanned by: &b%player%%newline%&fReason: &bUnspecified Reason%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- set {banned::%arg 1%} to true
- stop
- if {banned::%arg 1%} is true:
- send "&cThat player is already banned forever" to player
- if arg 1 is set:
- if arg 2 is set:
- if {banned::%arg 1%} is not set:
- broadcast "&b%player% &fbanned &b%arg 1% &freason: &b%arg 2% &8[&3FOREVER&8]"
- kick arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fBanned by: &b%player%%newline%&fReason: &b%arg 2%%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- ban arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fBanned by: &b%player%%newline%&fReason: &b%arg 2%%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- set {banned::%arg 1%} to true
- stop
- if {banned::%arg 1%} is true:
- send "&cThat player is already banned forever" to player
- #command /ipban [<offlineplayer>] [<text>]:
- # trigger:
- # if arg 1 is not set:
- # if arg 2 is not set:
- # send "&bCorrect Usage: &f/ipban <player> <reason>"
- # if arg 1 is set:
- # if arg 2 is not set:
- # if {banned::%arg 1%} is not set:
- # broadcast "&b%player% &fipbanned &b%arg 1% &freason: &bUnspecified Reason &8[&3FOREVER&8]"
- # kick arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fIP Banned by: &b%player%%newline%&fReason: &bUnspecified Reason%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- # ban ip of arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fIP Banned by: &b%player%%newline%&fReason: &bUnspecified Reason%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- # set {banned::%arg 1%} to true
- # stop
- # if {banned::%arg 1%} is true:
- # send "&cThat player is already ip banned forever" to player
- #if arg 1 is set:
- # if arg 2 is set:
- # if {banned::%arg 1%} is not set:
- # broadcast "&b%player% &fipbanned &b%arg 1% &freason: &b%arg 2% &8[&3FOREVER&8]"
- # kick arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fIP Banned by: &b%player%%newline%&fReason: &b%arg 2%%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- # ban ip of arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fIP Banned by: &b%player%%newline%&fReason: &b%arg 2%%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- # set {banned::%arg 1%} to true
- # stop
- # if {banned::%arg 1%} is true:
- # send "&cThat player is already ip banned forever" to player
- command /unban [<offlineplayer>]:
- permission: evolve.staff
- permission message: &cYou do not have the correct permission to use this command
- trigger:
- if arg 1 is not set:
- send "&bCorrect Usage: &f/unban <player>"
- if arg 1 is set:
- if {banned::%arg 1%} is true:
- broadcast "&b%player% &funbanned &b%arg 1%"
- delete {banned::%arg 1%}
- unban arg 1
- unban ip of arg 1
- delete {tempban::%arg 1%}
- stop
- if {tempban::%arg 1%} is true:
- broadcast "&b%player% &funbanned &b%arg 1%"
- delete {banned::%arg 1%}
- unban arg 1
- unban ip of arg 1
- delete {tempban::%arg 1%}
- stop
- if {banned::%arg 1%} is not set:
- if {tempban::%arg 1%} is not set:
- send "&cThat player is already unbanned" to player
- #command /tempban [<offlineplayer>] [<text>] [<int>]:
- # trigger:
- # if arg 1 is not set:
- # if arg 2 is not set:
- # if arg 3 is not set:
- # send "&bCorrect Usage: &f/tempban <player> <timespan> <reason>"
- # set {tempban::%arg-1%} to true
- # set {tempbantime::%arg-1%} to arg 3
- # set {tempbanby::%arg-1%} to player
- # set {tempbanreason::%arg-1%} to arg 2
- # broadcast "&b%player% &ftempbanned &b%arg 1% &freason: &bUnspecified Reason &8[&3%arg 3%&8]"
- # kick arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fTemp Banned by: &b%player%%newline%&fReason: &bUnspecified Reason%newline%&fLength: &b%arg 3%%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- # loop arg 3 times:
- # wait 24 hours
- # delete {banned::%arg 1%}
- # unban arg 1
- # unban ip of arg 1
- #delete {tempban::%arg 1%}
- #stop
- #if arg 1 is set:
- # if arg 2 is set:
- # if arg 3 is set:
- # set {tempban::%arg-1%} to true
- # set {tempbantime::%arg-1%} to arg 3
- # set {tempbanby::%arg-1%} to player
- # set {tempbanreason::%arg-1%} to arg 2
- # broadcast "&b%player% &fbanned &b%arg 1% &freason: &b%arg 2% &8[&3%arg 3%&8]"
- # kick arg 1 due to "&b&lEVOLVE%newline%&7%newline%&fTemp Banned by: &b%player%%newline%&fReason: &b%arg 2%%newline%&fLength: &b%arg 3% day(s)%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
- # loop arg-3 times:
- # wait 24 hour
- # delete {banned::%arg 1%}
- # unban arg 1
- # unban ip of arg 1
- # delete {tempban::%arg 1%}
- # stop
- command /warn [<offlineplayer>] [<text>]:
- permission: evolve.staff
- permission message: &cYou do not have the correct permission to use this command
- trigger:
- if arg 1 is not set:
- if arg 2 is not set:
- send "&bCorrect Usage: &f/warn <player> <reason>"
- if arg 1 is set:
- if arg 2 is not set:
- if {warns::%arg 1%} is not 3:
- add 1 to {warns::%arg 1%}
- broadcast "&b%player% &fwarned &b%arg 1% &freason: &bUnspecified Reason &8[&3%{warns::%arg 1%}%&8] &bwarn(s)"
- stop
- if {warns::%arg 1%} is 3:
- send "&cThat player currently has the max amount of warns" to player
- if arg 1 is set:
- if arg 2 is set:
- if {warns::%arg 1%} is not 3:
- add 1 to {warns::%arg 1%}
- broadcast "&b%player% &fwarned &b%arg 1% &freason: &b%arg 2% &8[&3%{warns::%arg 1%}% warn(s)&8]"
- stop
- if {warns::%arg 1%} is 3:
- send "&cThat player currently has the max amount of warns" to player
- command /unwarn [<offlineplayer>]:
- permission: evolve.staff
- permission message: &cYou do not have the correct permission to use this command
- trigger:
- if arg 1 is not set:
- send "&bCorrect Usage: &f/unwarn <player>"
- if arg 1 is set:
- if {warns::%arg 1%} is 3 or 2 or 1:
- remove 1 from {warns::%arg 1%}
- broadcast "&b%player% &frevoked 1 of &b%arg 1%&f's warns &8[&3%{warns::%arg 1%}% warn(s)&8]"
- stop
- if {warns::%arg 1%} is 0:
- send "&cThat player currently does not have any warns" to player
- command /history [<offlineplayer>]:
- permission: evolve.staff
- permission message: &cYou do not have the correct permission to use this command
- trigger:
- if arg 1 is not set:
- send "&bCorrect Usage: &f/history <player>"
- if arg 1 is set:
- send ""
- send " &b&l%arg 1%&b's stats"
- send ""
- if arg 1 is online:
- send " &8• &eIs online &8» &a&l✔"
- if arg 1 is offline:
- send " &8• &eIs online &8» &c&l✘"
- if {mute::%arg 1%} is true:
- send " &8• &eIs muted &8» &a&l✔"
- if {mute::%arg 1%} is not set:
- send " &8• &eIs muted &8» &c&l✘"
- if {warns::%arg 1%} is 0:
- send " &8• &eWarns &8» &c&l0"
- if {warns::%arg 1%} is 1 or 2 or 3:
- send " &8• &eWarns &8» &a&l%{warns::%arg 1%}%"
- if {banned::%arg 1%} is true:
- send " &8• &eIs banned &8» &a&l✔"
- if {banned::%arg 1%} is not set:
- send " &8• &eIs banned &8» &c&l✘"
- send ""
- on connect:
- if {tempban::%player%} is true:
- kick player due to "&b&lEVOLVE%newline%&7%newline%&fTemp Banned by: &b%{tempbanby::%player%}%%newline%&fReason: &b%{tempbanreason::%player%}%%newline%&fLength: &b%{tempbantime::%player%}% day(s)%newline%&7%newline%&7Appeal evolvemh.tk/appeal"
Add Comment
Please, Sign In to add comment