Pesquisar na Comunidade
Mostrando resultados para as tags ''aulaaddon''.
Encontrado 4 registros
-
[AulaAddon] ExtrasSK Events(2): Crop Grow Event (Evento de crescer colheita) Triggers when a crop, such as wheat, grows, either by naturally growing, or by bone meal. Use the expression 'event-crop' when checking for the crop. Quando uma colheita dispara, tal como trigo cresce, naturalmente crescendo, ou por farinha de osso. Use a expressão 'event-crop' ao verificar a colheita. Exemplo: on crop grow: if the event-crop is wheat: chance of 10%: wait 1 tick #Espere um pouco para o trigo crescer, ou cancele o evento antes de alterar a colheita. set event-crop to air broadcast "O trigo em %event-crop's location% nao cresceu e morreu!" [on] crop grow Crop Trample Event (Evento de pisotear colheita) Triggers when a crop, such as wheat, gets trampled on by a player. Also use the expression 'event-crop' when checking for the crop. Quando uma colheita dispara, tal como trigo, é pisoteado por um jogador. Também use a expressão 'event-crop' ao verificar a colheita. Exemplo: on crop trample: if {protectedblocks::%location of crop%} is set: cancel event send "Nao destrua, esse é um bloco protegido" crop (trampl(e|ing)|break[ing]|stomp[ing]|step[ping] on|destroy[ing]) Conditions(1): Contains and Is Case-Sensitive (Contém e é caso-sensível) Created so you won't have to change the config. Basically works the same as the regular contains and is conditions, but adds a case-sensitive check. Criado assim você não terá que mudar a configuração. Basicamente funciona da mesma forma que o regular contém e é condições, mas adiciona uma caixa de seleção sensível. Exemplo: set {_s} to "test" set {_s2} to "Test" if {_s} is equal to case-sensitive {_s2}: send "Oh sim!" else: send "Estes dois textos nao têm NADA em comum!" %text% (has|contain) case(-| )sensitive %text% %text% do[es](n't| not) contain case(-| )sensitive %text% %text% is [equal to] case(-| )sensitive %text% %text% is( not|n't) [equal to] case(-| )sensitive %text% Effects(2): Play Sound to Specific Player (Reproduzir Som para um Jogador Específico) Play a sound only to one specified player. Reproduzir um som apenas para um jogador específico. Exemplo: on right click on sign: play "NOTE_PLING" specifically to player with pitch 2 and volume 0.5 set {flightmode.%player%} to true send "Você ativou seu modo voar." play [the] [sound] %string% (only|specifically) to %player% [with pitch %number%] [[and] volume %number%] Spawn Unique Horse (Spawnar Único Cavalo) Spawn a unique horse with a specified pattern, color, and type. Remember to use the 'last spawned (unique|special) horse' for the horse that spawned. The valid patterns are: black dots, none, white, white dots, and whitefield. The valid colors are: black, brown, chestnut, creamy, dark brown, gray, and white. The valid types are: donkey, horse, mule, skeleton horse, and undead horse. Spawna um cavalo único com um padrão especificado, cor e tipo. Lembre-se de usar o 'last spawned (unique|special) horse' para o cavalo gerado. Os padrões válidos são: black dots, none, white, white dots, and whitefield. #pontos pretos, nenhum, branco, pontos brancos e campo branco. As cores válidas são: black, brown, chestnut, creamy, dark brown, gray, and white. #preto, castanho, castanho, cremoso, castanho escuro, cinza e branco. Os tipos válidos são: donkey, horse, mule, skeleton horse, and undead horse. #burro, cavalo, mula, cavalo esqueleto e cavalo não-morto. Exemplo: command /rideahorse: trigger: spawn an unique "horse" horse colored "chestnut" with patterns of "whitefield" at player make player ride last spawned unique horse spawn [a[n]] [(unique|special)] %string% horse [(colored|with color) %string% [and] (styled|marked|with pattern[s]) [of] %string%] at [location] %location% Expressions(14): Active Potion Effects (Efeitos da Poção Ativos) Returns a list of currently active potion effects. Can be used to remove all potion effects. Retorna uma lista de efeitos de poção atualmente ativos. Pode ser usado para remover todos os efeitos de poção. Exemplo: command /removealleffects: trigger: set {_effects::*} to all of the active potion effects on player loop {_effects::*}: remove loop-value from player [all [of]] [the] active potion effect[s] (of|on) %living entity% [all [of]] %living entity%'s active potion effect[s] Auto Despawn (Auto Despawn) Also either true or false, if a creature will automatically despawn when players are not nearby. Também se true ou false, uma criatura será automaticamente despawn quando os jogadores não estão próximos. Exemplo: set the automatic despawn state of creature to false #Significa que será não auto despawn broadcast "Auto despawn é: %auto despawn state of creature%" [the] auto[matic] despawn state of %living entity% %living entity%'s auto[matic] despawn state Collar Color (Cor do colar) The color of a collar on a tamed wolf. A cor de um colar em um lobo domesticado. Exemplo: set the wolf collar of creature to red broadcast "%wolf collar of creature%" [the] [wolf] collar [color] of %entity% %entity%'s [wolf] collar [color] Convert String to Upper/Lower Case (Converter sequência para maiúsculas/minúsculas) Convert a given string to all uppercase or all lowercase. Converter uma determinada sequência de caracteres para todas as letras maiúsculas ou minúsculas. Exemplo: set {_s} to "%lore of player's tool%" set {_s} to all characters of {_s} converted to uppercase broadcast "%{_s}%" [all] (letters|characters) of %text% [(changed|converted)] [to] (lowercase|uncaps) [all] (letters|characters) of %text% [(changed|converted)] [to] (uppercase|caps) Displayed Item (Item Exibido) The current displayed item on an item frame. O item exibido atual em um quadro de item. Exemplo: set the displayed item on targeted entity to sticks if the shown item on targeted entity is stone: create an explosion of force 10 at targeted entity [the] (shown|displayed) item on %entity% %entity%'s (shown|displayed) item Enchantment XP Cost (Custo do XP Encantamento) Gets the xp cost when enchanting in an enchant event. Obtém o custo xp ao encantar em um evento de encantamento. Exemplo: on enchant: if the experience cost of the enchantment is 30: send "Você tem o nível mais alto para um encantamento! Aqui está um cookie." give the player a cookie on enchant: set the xp cost of enchantment to 0 send "Você ganha um encantamento gratuito!" [the] [event(-| )]enchant(ed|ing) item [e]xp[erience] cost [the] [e]xp[erience] cost of [the] enchant(ing|ment) Enderman Held Item (Item Mantido do Enderman) Returns the currently held item of an enderman. Retorna o item atualmente mantido de um enderman. Exemplo: command /chance: #Sistema Básico de Loteria. trigger: spawn an enderman at block 3 blocks north of player add stone to {_items::*} add wooden plank to {_items::*} add log to {_items::*} add dirt to {_items::*} add diamond block to {_items::*} loop 20 times: play "NOTE_PLING" specifically to player with pitch 1 and volume 1.25 set {_item} to a random element out of {_items::*} set the enderman last spawned entity's held item to {_item} wait 0.15 seconds send "&6Você ganhou: %enderman last spawned entity's held item%!" play "LEVEL_UP" specifically to player with pitch 1 give player enderman last spawned entity's held item [the] held item of [the] enderman %entity% [the] enderman %entity%'s held item Heal Amount (Preço de cura) Returns the amount healed in a heal event. Retorna o valor curado em um evento de cura. Exemplo: on heal: if the restored health is more than 2: cancel event send "Não cura mais do que 2 de cada vez!" [the] (restore[d]|heal[ed]|regenerat[ed]) (amount|number|health) Invulnerability Time (Tempo de Invulnerabilidade) The time, after attacking, that the mob/player is protected from damage. The default is 10 ticks (500 milliseconds). O tempo, depois de atacar, que o mob/jogador está protegido contra danos. O padrão é 10 ticks (500 milissegundos). Exemplo: on damage: set the no damage time of victim to 1 second on damage: if invulnerability time of victim is 0 seconds: #Verifica se o mob/jogador vai realmente tomar dano quando atacado. broadcast "O ataque fez dano!" [the] (invulnerability [time]|no damage [time]) of %living entity% %living entity%'s (invulnerability [time]|no damage [time]) Item Frame Rotation (Rotação do item Moldura) The current rotation on an item frame. A rotação atual em um quadro de item. Exemplo: set the displayed rotation on targeted entity to 0 #Em graus, os números válidos são 0, 90, 180 e 270 [the] (shown|displayed) rotation on %entity% %entity%'s (shown|displayed) rotation Pickup State (Estado do Pickup) Either true or false, if a creature can pickup items automatically when nearby. Note that this expression only applies with zombies, skeletons, and zombie pigmen. Other mobs that pick it up will not show the item. True ou false, se uma criatura pode capturar itens automaticamente quando estiver próximo. Note que esta expressão só se aplica com zumbis, esqueletos e pigmen zumbis. Outros mobs que o pegarão não mostrarão o item. Exemplo: set the pickup state of creature to true if the pickup state of creature is false: set pickup state of creature to true [the] pickup state of %living entity% %living entity%'s pickup state Rounding Decimals (Arredondando Decimais) Round a decimal to an amount of places. Arredonda um decimal para uma quantidade de lugares. Exemplo: set {_hp} to health of entity broadcast "%{_hp} rounded to 1 decimal place% / %max health of {_hp}%" %number% rounded [to] %number% decimal (digit[s]|place[s]) Saturation (Saturação) The current saturation of player, if you don't know what it is, ignore this expression, or check out this: A saturação atual do player, se você não sabe o que é, ignore esta expressão, ou confira isso: http://minecraft.gamepedia.com/Hunger#Mechanics Exemplo: set the saturation of player to 10 if saturation of player is more than 0: set saturation of player to 0 [the] saturation [level] of %player% %player%'s saturation [level] String Count inside Another (Contagem de Cadeias dentro de Outro) Count for a number of times that a section of a string appears in an another string. Contagem para um número de vezes que uma seção de uma sequência de caracteres aparece em uma outra sequência de caracteres. Exemplo: command /text: trigger: set {_s1} to "blah" set {_s2} to "blahBLAHblahBLAHblah" broadcast "%the number of times that {_s1} appears inside {_s2}%" #É igual a 5 broadcast "%the number of times that case-sensitive {_s1} appears inside {_s2}%" #É igual a 3 Se curtiu, deixe aquele like maroto xD.
-
ExertSK: Events(1): McMMO Skill Level Up (Subir nível da skill McMMO) Called when a player levels up any McMMO skill. Event-integer is the level. Event-string is the skill (will be changed to Event-Skill later on). Chamado quando um jogador aumenta qualquer habilidade McMMO. Event-integer é o nível. Event-string é a habilidade (será alterada para Event-Skill mais tarde). Exemplo: on mcmmo skill level up: broadcast "%player% upou para o nível %event-integer%" [mcmmo] [skill] level up Plugin Requirido: McMMO Conditions(2): Switches (Interruptor) Works like Java's switches. Funciona como os interruptores do Java. Exemplo: #Exemplo sem interruptores: if {_i} is 1: send "Oi": else if {_i} is 2: send "Olááá" else if {_i} is 3: send "Bom Dia!" else if {_i} is 4: send "Boa Noite!" #Exemplo com interruptores: switch {_i}: case 1: send "Oi" exit 2 sections #Opcional em qualquer caso, ele para os outros casos de verificação. case 2: send "Olááá" case 3: send "Bom Dia!" case 4: send "Boa Noite!" switch (%string%|%integer%) case (%string%|%integer%) Web Status (Status da Web) Checks if a website is responding to requests (basically offline/online). Verifica se um site está respondendo a solicitações (basicamente offline/online). Exemplo: if web status of "http://google.com" is online: send "Como esperado..." [web status of ]%string% is (online|working|not offline|good|not bad|not 404|not down) Effects(12): Background of Console (Fundo do Console) Sets the background color of a console. Uses a valid color from: http://minecraft.gamepedia.com/Map_item_format#Map_colors Define a cor de fundo de um console. Use uma cor válida de: http://minecraft.gamepedia.com/Map_item_format#Map_colors Exemplo: set background of {console} to color 43 update {console} set background of %console% to color %number% Plugin Requirido: ConsolesCore Draw line on Console (Desenhar linha no Console) Draw a line on a console from two coordinates. http://minecraft.gamepedia.com/Map_item_format#Map_colors Desenhe uma linha em um console a partir de duas coordenadas. http://minecraft.gamepedia.com/Map_item_format#Map_colors Exemplo: draw line from 0 0 to 1024 1024 with color 43 on {console} update {console} (render|draw) line from [x][ ]%number%[,] [y][ ]%number% to [x][ ]%number%[,] [y][ ]%number% with color %number% on [console] %console% Plugin Requirido: ConsolesCore Force Respawn Player (Forçar Renascimento do Jogador) Use this in an on death event with a wait 1 tick before it to make it so the player does not have to hit the respawn button. Use the [exter] part of the syntax if this is conflicting with RandomSK's broken force respawn. Use isso em um evento de morte com uma espera 1 tick antes de fazer para que o jogador não tenha que acertar o botão de respawn. Use a parte [exter] da sintaxe se esta estiver em conflito com o respawn da força quebrada do RandomSK. Exemplo: on death: wait 1 tick exter force respawn player #A vítima também trabalha [exter] force respawn %player% Image in chat from Image URL/FILE (Imagem no bate-papo da imagem URL/ARQUIVO) Display an image from a URL or FILE (path is relative to the root server directory) with a specified height. The shade value is an integer between 0 and 3 (Experiment to see what it looks like). The extra texts go to the right of the image, useful for messages from quests or text caption or dialogue. Exibir uma imagem de um URL ou FILE (o caminho é relativo ao diretório do servidor raiz) com uma altura especificada. O valor de sombra é um número inteiro entre 0 e 3 (Experimento para ver o que parece). Os textos extras vão para a direita da imagem, útil para mensagens de busca ou legenda de texto ou diálogo. Exemplo: send player chat image from URL "http://afonsohub.blogspot.com.br/logo" with height 16 shade 0 with extra texts "&e&lAfonsoHUB Logo" send %players% [chat] image from (URL|FILE) %string% with height %integer%[,] shade %integer% with [extra texts %strings%] Leash entity to Fence (Entidade Leash para Cerca) Leash a living entity to any fence.It will place a stone block then instantly remove it if there are only air blocks around the fence as Spigot has a bug where it won't work if there are no blocks surrounding the fence. Use a bat for unlimited distance on the lead! Leash uma entidade viva para qualquer cerca. Ele vai colocar um bloco de pedra, em seguida, removê-lo instantaneamente se houver apenas blocos de ar em torno da cerca como Spigot tem um bug onde não vai funcionar se não houver blocos em torno da cerca. Use um bastão para a distância ilimitada na ligação! Exemplo: set {_i} to the block above the block above the player set block at location of {_i} to fence leash player's target entity to {_i} (leash|lead) %livingentities% to %block% Minigame Helper (Ajudante de Minigame) Instead of making separate events for these common things needed in minigames. Just use the effects in a script load event or any event. Em vez de fazer eventos separados para essas coisas comuns necessárias em minigames. Basta usar os efeitos em um evento de carregamento de script ou em qualquer evento. Exemplo: on script load: $ minigame deplete hunger false #A fome não esgota $ health false #A saúde não esgota $ always day true #Sempre dia $ [minigame] [deplete] hunger %boolean% $ [minigame] [deplete] health %boolean% $ [minigame] [deplete] [always] day %boolean% $ [minigame] [deplete] [always] night %boolean% Remove Console (Remover Console) Removes a console (deletes the item frames and makes it unusable). Remove um console (exclui os quadros de item e torna inutilizável). Exemplo: #Grade 4x4 de quadros de itens set {console} to a new console facing north at %location% with width 4 height 4 wait 5 seconds remove console {console} #Deletar Console remove [console] %console% Plugin Requirido: ConsolesCore Render Image from URL or FILE on to Console (Renderizar imagem de URL ou FILE para Console) Use this effect to render an image from a URL of FILE on to a console. Optionally give a starting point. Use esse efeito para renderizar uma imagem de um URL de FILE para um console. Opcionalmente, dar um ponto de partida. Exemplo: render image from FILE "AfonsoBanner.png" on {console} starting at 16 16 update {console} render image from (URL|FILE) %string% on [to] %console% [starting at %number% %number%] Plugin Requirido: ConsolesCore Render Text on to Console (Renderizar texto para o console) Render any text on to a console (will add a size option in the feature) using a valid color: http://minecraft.gamepedia.com/Map_item_format#Map_colors Renderize qualquer texto para um console (irá adicionar uma opção de tamanho no recurso) usando uma cor válida: http://minecraft.gamepedia.com/Map_item_format#Map_colors Exemplo: render text "AfonsoHUB" on {console} with color 43 starting at 10 10 update {console} (render|draw) text %string% on [console] %console% with %number% [starting at %number% %number%] Plugin Requirido: ConsolesCore Run OS Command (Executar OS Command) This effect needs to be enabled in config.yml (/plugins/ExertSk/config.yml), with a password; Whenever you change the password turn hash password on. This effect runs an OS command (CMD on Windows, BASH on Linux) with the same permissions the spigot/bukkit.jar is running on. Esse efeito precisa ser ativado na config.yml (/plugins/ExertSk/config.yml), com uma senha; Sempre que você alterar a senha, clique na senha do hash. Esse efeito executa um comando OS (CMD no Windows, BASH no Linux) com as mesmas permissões que o spigot/bukkit.jar está sendo executado. Exemplo: run command "restartall" with password "AfonsoHUB123" on OS run command %string% with password %string% on OS Plugin Requirido: ConsolesCore Set pixel on Console (Definir pixel no Console) Set the pixel on a Console to any valid map color: http://minecraft.gamepedia.com/Map_item_format#Map_colors Defina o pixel em um Console para qualquer cor de mapa válida: http://minecraft.gamepedia.com/Map_item_format#Map_colors Exemplo: set pixel at 10 10 to color 40 on console {console} set pixel at [x][ ]%number%[,] [y][ ]%number% to %number% on [console] %console% Plugin Requirido: ConsolesCore Update Console (Atualizar Console) Repaints a console. Do this after running all rendering effects on it (setting pixels, rendering images, drawing lines). Takes a bit of resources (not too much on grids smaller than 8 x 8 item frames [That is huge]) so don't do it on a loop, only when u need it. Repinta um console. Faça isso depois de executar todos os efeitos de renderização nele (definir pixels, renderizar imagens, desenhar linhas). Leva um pouco de recursos (não muito em grades menores do que 8 x 8 itens quadros [isso é enorme]) por isso não fazê-lo em um loop, apenas quando você precisar dele. Exemplo: render image from FILE "afonsoelindo.png" on to {console} render text "Afonso é lindo!?!?!?!!" with color 43 on {console} starting at 128 128 update {console} update [console] %console% Plugin Requirido: ConsolesCore Expressions(12): Book Author (Autor do Livro) Retrieve or set the author of a written book. Recuperar ou definir o autor de um livro escrito. Exemplo: set player's tool to a written book set author of player's tool to "Afonso" [book] author of %itemstack% %itemstack%'s [book] author Book Pages (Páginas do Livro) Will set the whole book's pages, splits at every 256 characters to make a new page. Definirá as páginas do livro inteiro, divide a cada 256 caracteres para criar uma nova página. Exemplo: set all pages of player's tool to "Era uma vez uma menina que se chamava Chapéuzinho Vermelho. Uma manhã, a Capéuzinho Vermelha perguntou à mãe se poderia ir visitar a avó, como fazia algum tempo desde que se tinham visto. "" Essa é uma boa idéia ", disse a mãe dela, então ela fez um bom cesto para a Chapéuzinho Vermelho levar para a avó. Quando a cesta estava pronta, a menina vestiu o manto vermelho e beijou a mãe e disse tchau." #Aspas duplas para citações de escapar dentro de uma seqüência de caracteres [all] pages of %itemstack% %itemstack%'s full pages Book Specific Page (Página específica do Livro) Retrieve or set a written book's specific page number. Recuperar ou definir o número de página específica de um livro escrito. Exemplo: set page 1 of player's tool to "Página 1: " set page 2 of player's tool to "Página 2: " page %integer% of %itemstack% Book Title (Título do Livro) Retrieve or set a written book's title. Recuperar ou definir o título de um livro escrito. Exemplo: set title of player's tool to "Chapéuzinho Vermelho" [book] title of %itemstack% %itemstack%'s [book] title Hastebin Paste (Pasta do Hastebin) Create a new hastebin paste from a string/text. Use \n or skQuery's %nl% expression to make new lines. Crie uma nova pasta hastebin a partir de uma string/texto. Use \n ou a expressão% nl% do skQuery para criar novas linhas. Exemplo: set {_i} to new hastebin URL for text "LINE1\nLINE2\nLINE3\nLINE4\nLINE5\nLINE6" send "<red>Error Log:<gold>%{_i}%" [new] hastebin (key|identifier) (for|of) [text|string] %string% [new] hastebin URL (for|of) [text|string] %string%" Map ID (ID do Mapa) Finds the ID of a map (basically reads the data value of any item). Returns an integer Localiza o ID de um mapa (basicamente lê o valor de dados de qualquer item). Retorna um integer Exemplo: clear map (map id of player's tool) send "Mapa Limpado %map id of player's tool% map id of %itemstack% %itemstack%'s map id McMMO Experience Level (Nível de Experiência McMMO) Get, add, or change an online player's skill experience. If you set it higher then they need to level up to next level, they will automatically level up. Obtenha, adicione ou altere a experiência de habilidade de um jogador online. Se você configurá-lo mais alto, então eles precisarão de um nível até ao próximo nível, eles automaticamente subirão de nível. Exemplo: on break of stone: if player's tool is an iron pickaxe named "McMMO+": add (player's mining level * 20) to player's mcmmo mining experience [mcmmo] %mcmmoskill% [e]xp[erience] of %player% %player%'s [mcmmo] %mcmmoskill% [e]xp[erience] Plugin Requirido: McMMO McMMO Skill level of Player (Nível de habilidade do Jogador McMMO) Get, add or change an online player's McMMO skill level. You must have McMMO installed on your server. Obtenha, adicione ou altere o nível de habilidade McMMO de um jogador online. Você deve ter o McMMO instalado no seu servidor. Exemplo: add 3 to acrobatics level of player add 2 to herbalism level of player [mcmmo] %mcmmoskill% level of %player% %player%'s [mcmmo] %mcmmoskill% level Plugin Requirido: McMMO Nametags Prefix/Suffix of player (Nametags Prefixo/sufixo do jogador) Get, add or change a player's suffix or prefix. It shows up in tab and their name tag. Obter, adicionar ou alterar o sufixo ou prefixo de um jogador. Ele aparece na guia e em sua nametag. Exemplo: set nametags suffix of arg-1 to "&k&l|||||&a&lAfonso Hub&6&l" set nametags prefix of arg-1 to "&k&l|||||" [exter] [nametag] [suffix|prefix] of %player% %player%'s [exter] [nametag] [suffix|prefix] Plugin Requirido: Nametags New Console (Novo Console) Create a new console at a location facing a cardinal direction. The width & height is in item frames and each item frame is 128px X 128px. Manipulate the console via other effects in this addon. Crie um novo console em um local virado para uma direção cardinal. A largura e altura está nos quadros de item e cada quadro de item é 128px X 128px. Manipule o console através de outros efeitos neste addon. Exemplo: set {console} to a new console facing north at player with 4 4 [a] new console facing (north|east|west|south) at %location% with [width] %number%[ and|,] [height] %number% Plugin Requirido: ConsolesCore OS Command Output (Saída OS Command) The effect "Run OS Command" must be enabled in config for this expression to be enabled. It gets the last output of the Run OS Command. O efeito "Run OS Command" deve ser ativado na configuração para que esta expressão seja ativada. Obtém a última saída do comando Run OS. Exemplo: command /run [<text>]: trigger: if player is op: run command "%arg-1%" with password "AfonsoHUB123" on OS send "&6&lSaída Command: &a&l%saída do último comando%" last [exter] [server command] output Server TPS (TPS do Servidor) Get the server TPS (ticks per second). Maximum is 20, anything below 17 might be noticeable as lag. Obter o servidor TPS (ticks por segundo). O máximo é 20, qualquer coisa abaixo de 17 pode ser notada como atraso. Exemplo: set {_tps} to server TPS set {_tpspercent} to 100 - ({_tps} * 5} send "O servidor está lagado %{_tpspercent}% %%" [exter] [server] TPS Types(1): McMMO Skill (Habilidade McMMO) Used in ExterSK McMMO features. The usage is incase-sensetive. Usado em recursos do ExterSK McMMO. A utilização é sensível a maiúsculas e minúsculas. Exemplo: add 1 to axes level of player ACROBATICS, ALCHEMY, ARCHERY, AXES, EXCAVATION, FISHING", HERBALISM, MINING, REPAIR, SALVAGE, SMELTING, SWORDS, TAMING, UNARMED, WOODCUTTING Plugin Requirido: McMMO Curtiu ? Like custa nada >> Blog: http://afonsohub.blogspot.com.br/
-
AuthmeSkAddon: Conditions(2): Is Logged (É arquivado) Check wether a player is logged in or not. Verificar se o jogador está logado ou não. Exemplo: on chat: if player is not logged: send "Você nao está logado" cancel event %player% is logged %player% is not logged Is Registered (É registrado) Checks wether a player is registered or not. Verificar se o jogador é registrado ou não. Exemplo: on damage: if %victim% is not registered: send "Você nao está registrado" to victim cancel event %text% is registered %text% is not registered Plugin Requirido: AuthMe Curtiu ? Like custa nada >>
-
BunchSk: Effects(1): Surface (Superfície) Surface player to nearest or highest upper location. jogador de superfície para mais próximo ou mais alto localização superior. surf[ace] %player% to (near|high)[est] loc[ation] Curtiu ? Like custa nada >>