MERHABA DOSTLAR KÜÇÜK BİR SKRİPT PAYLASİMİ YAPACAGİM
Lütfen Paylaşiçak Kişiler Benim Yaptiğimi Belirtsin.
- DUYURU.SK
- ANTIMACRO.SK
- PlayerPingCommand
Kod:
#---------------------------
# AUTOR:LEXY (ArdaGulez_V3)
# Version:0.1
# New Version: PlayerPingCommand
# SERVER IP: eu.lionmc.org
# WEBSITE: www.lionmc.org
#---------------------------
command /plugins:
aliases: /bukkit:pl , /bukkit:plugins , /pl
trigger:
send "Plugins (1): &aLEXYSK" to player
command /pl:
aliases: /bukkit:pl , /bukkit:plugins , /plugins
trigger:
send "Plugins (1): &aLEXYSK" to player
command /bukkit:pl:
aliases: /bukkit:plugins , /plugins
trigger:
send "Plugins (1): &aLEXYSK" to player
command /bukkit:plugins:
aliases: /bukkit:pl , /plugins
trigger:
send "Plugins (1): &aLEXYSK" to player
command /help:
trigger:
send "Unkown command. Type "/help" for help.
# Macro Protection
# Version 0.1
# AUTOR: LEXY.
Options:
p: &8&l[&6&lLEXY&8&l]
Perm-Msg: &cYou don't use this command.
CPK: 18 # CLICKS PER KICK
KPB: 3 # KICKS PER BAN
Loop-Seconds: 2
Variables:
{Macro.Protection} = true
Command /AntiMacro [<Text>]:
permission: Macro.Admin
permission message: {@p} {Perm-Msg}
trigger:
if arg 1 is not set:
send "{@p} &a/AntiMacro On &7> Enable MacroProtection"
send "{@p} &a/AntiMacro Off &7> Disable MacroProtection"
stop
if arg 1 is "help":
send "{@p} &a/AntiMacro On &7> Enable MacroProtection"
send "{@p} &a/AntiMacro Off &7> Disable MacroProtection"
stop
if arg 1 is "On" or "Enable":
if {Macro.Protection} is true:
send "{@p} &aMacro Protection is already enabled."
stop
else:
set {Macro.Protection} to true
send "{@p} &aMacro Protection enabled."
stop
if arg 1 is "Off" or "Disable":
if {Macro.Protection} is false:
send "{@p} &cMacro Protection is already disabled."
stop
else:
set {Macro.Protection} to false
send "{@p} &cMacro Protection disabled."
stop
every {@Loop-Seconds} seconds:
if {Macro.Protection} is true:
loop all players:
set {_MaxClicks} to {@CPK}
set {_MaxKick} to {@KPB}
clear {LeftClick.MP.%Loop-Player%}
wait 2 seconds
if {LeftClick.MP.%Loop-Player%} is greater than {_MaxClicks}:
kick loop-player due to "&cMacro Tespit Edildi."
add 1 to {Kick.MP.%Loop-Player%}
if {Kick.MP.%Loop-Player%} is greater than {_MaxKick}:
clear {Kick.MP.%Loop-Player%}
ban loop-player due to "&cMacro Tespit Edildi."
stop
on leftclick:
add 1 to {LeftClick.MP.%Player%}
# AUTOR:LEXY
# SKRIPT NAME: LEXY Broadcast
# SKRIPT VERSION: 0.1
# SERVER IP: eu.lionmc.org
# WEBSITE: www.lionmc.org
options:
prefix: &8[&4&lLEXYBROADCAST&8&l] &r
command /autob [<text="info">] [<text>]:
permission: autob
permission message: &4Bunu kullanmak için yeterli yetkiye sahip değilsin.
aliases: ab
trigger:
player has permission "autobroadcast":
arg 1 is "on":
set {autobroadcast} to true
set {idmessage} to 1
send "{@prefix} &3ACILDI!"
arg 1 is "off":
set {autobroadcast} to false
send "{@prefix} &3KAPANDI!"
stop
arg 1 is "info":
send "{@prefix} &3/autob on"
send "{@prefix} &3/autob off"
every 1 minutes:
if {autobroadcast} is true:
wait 1 tick
if {idmessage} is 1:
broadcast "{@prefix} &3mesajı &6skript/scripts/lexy.sk &3dan değiştirebilirsiniz."
set {idmessage} to 1
stop
if {idmessage} is 2:
broadcast "{@prefix} &3mesajı &6skript/scripts/lexy.sk &3dan değiştirebilirsiniz."
set {idmessage} to 2
stop
if {idmessage} is 3:
broadcast "{@prefix} &3mesajı &6skript/scripts/lexy.sk &3dan değiştirebilirsiniz."
set {idmessage} to 3
stop
if {idmessage} is 4:
broadcast "&b{@prefix} &3mesajı &6skript/scripts/lexy.sk &3dan değiştirebilirsiniz."
set {idmessage} to 4
stop
if {idmessage} is 5:
broadcast "{@prefix} &3mesajı &6skript/scripts/lexy.sk &3dan değiştirebilirsiniz."
set {idmessage} to 5
stop
if {idmessage} is 6:
broadcast "{@prefix} &3mesajı &6skript/scripts/lexy.sk &3dan değiştirebilirsiniz."
set {idmessage} to 6
stop
Lütfen Paylaşiçak Kişiler Benim Yaptiğimi Belirtsin.
İYİ FORUMLAR!
Son düzenleme: