
Custom3r
-
Ilość zawartości
54 -
Rejestracja
-
Ostatnia wizyta
Aktywność reputacji
-
Custom3r przyznał(a) reputację dla Helios1993 w Item z cooldownem
on rightclick: if player's tool is golden carrot named "&6Zlota marchew leczenia": if {zlotaMarchew::%player%} is not set: set {zlotaMarchew::%player%} to true if {zlotaMarchew::%player%} is true: heal player send "&aPomyslnie uleczono" to player set {zlotaMarchew::%player%} to false wait 10 seconds set {zlotaMarchew::%player%} to true else: cancel event send "&cMusisz odczekac 10 sekund przed ponownym zjedzeniem marchwii!"
-
Custom3r przyznał(a) reputację dla Rejszpat w Skript na bany/tempbany/mute/warn
albo SkQuery albo WildSkripta nie doinstalowałeś
-
Custom3r przyznał(a) reputację dla maxcom1 w Quest na zabicie 25 graczy.
options: entityname2: Przestepca nagroda: 1 of diamond numbertokill: 25 nagrodamessage: &cWykonaj quest, a dostaniesz nagrode! finishmessage: &cJuz wykonales ten quset questmessage: &aZabij {@numbertokill} graczy a otrzymasz nagrode! zabijmessage: &9Zabij jeszcze %{wd}% graczy, aby otrzymac nagrode! givemessage: &aZabiles {@numbertokill} graczy i otrzymales nagrode! on rightclick on player: if target player's name is "{@entityname2}": if {zp::%player%} is true: if {qzi::%player%} is {@numbertokill}: send "{@givemessage}" give {@nagroda} to player else: send "{@nagrodamessage}" if {zp::%player%} is "finish": send "{@finishmessage}" if {zp::%player%} is not true or "finish": send "{@questmessage}" set {qzi::%player%} to 0 set {zp::%player%} to true on death: if {zp::%attacker%} is true: add 1 to {qzi::%attacker%} set {wd} to {@numbertokill} remove {zp::%attacker%} from {wd} send "{@zabijmessage}" clear {wd}
-
Custom3r przyznał(a) reputację dla maxcom1 w Resp w dane miejscie dopoki nie potwierdzimy regulaminu
Spróbuj tak:
options: entityname: ździsio name: &c&lRegulamin wait: 5 seconds koordynaty: "x: 0.0, y: 0.0, z: 0.0" parsed as location koordynatyNA: "x: 0.0, y: 0.0, z: 0.0" parsed as location koordynatyNAmessage: &cNie potwiedziles regulaminu! Potwierdz go abys mogl respic sie normalnie! acceptmessage: &aDziekujemy za zaakceptowanie regulaminu! kickmessage: &cAby grac na naszym serwerze musisz zaakceptowac regulamin usagemessage: &cUzyj: /regulamin <potwierdz/odrzuc> command /regulamin [<text>]: trigger: if arg 1 is "potwierdz": tepelport player to {@koordynaty} send "{@acceptmessage}" set {pot::%player%} to true if arg 1 is "odrzuc": kick player due to "{@kickmessage}" if arg 1 is not "odrzuc" or "potwierdz": send "{@usagemessage}" on join: if {pot::%player%} is not true: teeleport player to {@koordynatyNA} send "{@koordynatyNAmessage}" on load: delete {regulamin::*} add "Zasada pierwsza: Nie używaj mózgu" to {regulamin::*} add "Zasada druga: Nie graj tu" to {regulamin::*} add "Zasada trzecia: Każdy może mieć op" to {regulamin::*} #(...) on rightclick on entity: if event-entity's name is "{@entityname}": if name of event-entity = "{@name}": if {reg::%player%} is not set: set {reg::%player%} to 0 loop {regulamin::*}: send "%loop-value%" to player wait {@wait} clear {reg::%player%}
-
Custom3r przyznał(a) reputację dla Helios1993 w Rozdawanie przedmiotu z reki.
command /komenda: permission: * trigger: set {_item} to player's tool loop all players: add 1 of {_item} to loop-player's inventory send "&eOtrzymales darmowy przedmiot od administratora!" to loop-player