S
Silinen üye 47460
Ziyaretçi
# ---------------------------------------- #
# - O/Q/D - #
# ---------------------------------------- #
options:
joinmessage: &0[&a+&0]
onquit: &0[&a-&0]
ondeath: &cDeath &5»
ClearChatMessage: &fChat cleared by &5%player%
on join:
broadcast "{@joinmessage} &f%player%"
on quit:
broadcast "{@onquit} &f%player%"
on death of player:
broadcast "{@ondeath} &f&l%player%"
# ---------------------------------------- #
# - Home - #
# ---------------------------------------- #
command /sethome <text>:
permission: SEssentials.sethome
description: Set your home.
usage: /sethome [Name]
trigger:
set {home.%player%.%argument%} to location of player
message "&bHome set successfully!"
command /home <text>:
permission: SEssentials.home
description: Teleport to your home.
usage: /home [Name]
trigger:
if {home.%player%} is not set:
message "&cError: You don't have a home!"
stop trigger
teleport player to {home.%player%.%argument%}
# ---------------------------------------- #
# - Kill - #
# ---------------------------------------- #
command /kills:
executable by: players
trigger:
message "&aYour kill streak is %{kill counter.%player%.kills_session_max}%"
# ---------------------------------------- #
# - Heal - #
# ---------------------------------------- #
command /heal:
description: Heal you.
usage: /heal
permission: SEssentials.heal
trigger:
apply Instant Health to the player for 8 seconds
message "&bYou have been healed!"
# ---------------------------------------- #
# - Gm - #
# ---------------------------------------- #
command /gm [<player=%player%>]:
aliases: gamemode
permission: SEssentials.gamemode
trigger:
gamemode of player argument is creative:
set gamemode of player argument to survival
message "&bYou have set %player argument%'s gamemode to survival"
else:
set gamemode of player argument to creative
message "&bYou have set %player argument%'s gamemode to creative"
# ---------------------------------------- #
# - Weather - #
# ---------------------------------------- #
command /day:
permission: SEssentials.time
trigger:
message "&7The time was set to 1000 (6:00 AM)"
execute command "time set day"
command /night:
permission: SEssentials.time
trigger:
message "&7The time was set to 13000 (8:00 PM)"
execute command "time set night"
command /sun:
permission: SEssentials.weather
trigger:
message "&7Weather clear"
make player execute command "weather clear"
command /rain:
permission: SEssentials.weather
trigger:
message "&7Weather changed to storm"
execute command "weather storm"
# ---------------------------------------- #
# - Teleport - #
# ---------------------------------------- #
command /tp <player>:
description: Teleport you to a player.
usage: /tp <target player>.
permission: SEssentials.tp
trigger:
if player has permission "SEssentials.tp":
teleport player to argument
message "&bTeleported to %argument%"
stop
# ---------------------------------------- #
# - Tpa - #
# ---------------------------------------- #
command /tpa <player>:
permission: SEssentials.tpa
description: Teleport to a player.
trigger:
set {essentials.tpa.%argument 1%} to player
send " &b%{essentials.tpa.%argument 1%}% wants to teleport you to him." to argument 1
message "&bTeleport request was sent"
command /tpahere <player>:
permission: SEssentials.tpa
description: Teleport a player to you.
trigger:
set {essentials.tpahere.%argument 1%} to player
send "&b%{essentials.tpa.%argument 1%}% wants to teleport to you." to argument 1
message "&bTeleport request was sent"
command /tpaccept:
permission: SEssentials.tpa
trigger:
if {essentials.tpa.%player%} is not "0":
teleport {essentials.tpa.%player%} to location of player
send "&b%player% was teleported to you" to {essentials.tpahere.%player%}
send "&bYou were teleported to %{essentials.tpahere.%player%} %" to player
if {essentials.tpahere.%player%} is not "0":
teleport player to location of {essentials.tpahere.%player%}
send "&bYou were teleported to %player%" to {essentials.tpahere.%player%}
send "&b%{essentials.tpahere.%player%}% was teleported to you" to player
else:
message "&bThere aren´t any teleport requests"
# ---------------------------------------- #
# - Msg - #
# ---------------------------------------- #
command /msg <player> <text>:
aliases: tell, m, t, whisper
description:Send an message
permission: SEssentials.msg
trigger:
if {essentials.%argument 1%.afk} is true:
message "&eThis player is afk at the Moment"
stop
if {essentials.%player%.ignore} is argument 1:
message "&eThis player Ignores you."
stop
else:
send "&6[&7%player% &6->&a %argument 2%&6]" to argument 1
send "&6[&7%player% &6->&a %argument 1%&6] %argument 2%" to player
set {essentials.%argument 1%.reply} to player
command /r <text>:
aliases: reply
description: Reply to the last private message.
permission: SEssentials.msg
trigger:
send "&6[&7%player% &6->&a %argument 1%]" to {essentials.%player%.reply}
send "&6[&7%player% &6->&a %argument 1%]" to player
# ---------------------------------------- #
# - Help - #
# ---------------------------------------- #
command /helpSEssentials:
trigger:
message "&e&l ---- &6Help: SEssentials &e&l-- &6Page &c1&6/&c3 &e&l----"
message "&6/sethome&f: Set your home."
message "&6/home&f: Teleport to your home."
message "&6/kills&f: Shows your current kill streak."
message "&6/tpa&f: Send a teleport request to a player."
message "&6/tpahere&f: Teleport a player to you."
message "&6/tpaccept&f: Accept a teleport request."
message "&6/msg&f: Send a private text."
message "&6/r&f: Send a private text only a one people."
message "&6Type &c/helpSEssentials 2 &6to read the next page."
command /helpSEssentials2:
trigger:
message "&e&l ---- &6Help: SEssentials &e&l-- &6Page &c2&6/&c3 &e&l----"
message "&6/day&f: Set day."
message "&6/night&f: Set night."
message "&6/sun&f: Set sun."
message "&6/rain&f: Set rain."
message "&6/tp&f: Teleport to player."
message "&6/heal&f: Heal you."
message "&6/gm&f: Set your gamemode."
message "&6/cc&f: Clear chat."
message "&6Type &c/helpSEssentials 3 &6to read the next page."
command /helpSEssentials3:
trigger:
message "&e&l ---- &6Help: SEssentials &e&l-- &6Page &c3&6/&c3 &e&l----"
message "&6/SReload&f: Reloaded config."
message "&6Type &c/SEssentials &6for more info."
command /SEssentials:
description: Info about the plugin
trigger:
message ""
message ""
message "&c-------------------------------------------------------------------------------"
message "&7[&6SEssentials&7]"
message "&6Version: &80.1"
message "&6Developer: &8Kratess"
message "&6Contents by: &8Tom7653"
message "&c--------------------------------------------------------------------------------"
message ""
message ""
command /SReload:
description: Reload the plugin
permission: SEssentials.reload
trigger:
message "&a--------------------------------------------------------------------------------"
message "&eSEssentials Reloaded."
message "&a--------------------------------------------------------------------------------"
console command "skript reload SEssentials"
command /cc:
description: Clear the chat
permission: SEssentials.clearchat
trigger:
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast ""
broadcast "{@ClearChatMessage}"
# ---------------------------------------- #
# - Soon new commands - #
# - and changes - #
# - / - #
# - additions of denial - #
# ---------------------------------------- #
# - Presto traduzioni in italiano - #
# ---------------------------------------- #
command /pl:
trigger:
message "&4&lFucccccc uuuu"
command /?:
trigger:
message "&4&lFucccccc uuuu"
command /plugins:
trigger:
message "&4&lFucccccc uuuu"
command /help:
trigger:
message "&4&lFucccccc uuuu"
command /bukkit:?:
trigger:
message "&4&lFucccccc uuuu"
command /bukkit:help:
trigger:
message "&4&lFucccccc uuuu"
command /bukkit:pl:
trigger:
message "&4&lFucccccc uuuu"
command /bukkit:plugins:
trigger:
message "&4&lFucccccc uuuu"