Skip to content

Instantly share code, notes, and snippets.

View MrPowerGamerBR's full-sized avatar
:shipit:
We facepalm, we shrug and we hack around it and never look back.

MrPowerGamerBR MrPowerGamerBR

:shipit:
We facepalm, we shrug and we hack around it and never look back.
View GitHub Profile
@MrPowerGamerBR
MrPowerGamerBR / Emoticons.html
Last active August 29, 2015 14:26
Emoticons para Blogs do Blogger.
<style>
img.emoticon {
position: relative;
top: 5px;
border: 0px solid rgb(238, 238, 238);
padding: 0px;
}
position: relative;
top: 5px;
</style>
@MrPowerGamerBR
MrPowerGamerBR / verificarServidor.js
Created August 2, 2015 22:52
Verifica um arquivo JSON em JavaScript, uso isto para poder verificar o status do meu Servidor via Tasker.
var arr = JSON.parse(global("HTTPD"));
setLocal("beforethestorm", global("MineStatus"));
setGlobal("MineStatus", false);
if (arr.status == true) {
setGlobal("MineStatus", true);
} else {
setGlobal("MineStatus", false);
command /pegarpot:
trigger:
give 1 potion with name "&6Poção TOP" to the player
on consume of potion:
if name of player's held item is "&6Poção TOP":
cancel event
remove player's held item from player's inventory
apply potion of regeneration 3 to the player
apply potion of speed 3 to the player
command /warp [<text>]:
permission: reg.%arg 1%
permission message: &cSem permissão.
trigger:
if arg 1 is not set:
send "&cComando errado use: &f/warp <nome>"
stop
if arg 1 is set:
send "&aAguarde &f3 segundos!"
set {WarpsDosManos.Players::%player%} to true
command /bau:
trigger:
if {PowerBauDaFelicidade.Players::%player%} is set:
send "Você já marcou o baú da felicidade!"
stop
set {PowerBauDaFelicidade.Players::%player%} to location of block at player's location
set block at player's location to chest
send "Você marcou o seu baú da felicidade!"
every 5 minutes:
command /whey:
trigger:
loop 1000 times:
send "&6FICAR MONSTRAUM"
on death of player:
if player has permission "PowerInsurance.VIP":
loop items in player's inventory:
add loop-item to {PowerInsurance.Inventarios::%player%::*}
set {PowerInsurance.InventariosArmaduras::%player%.h} to player's helmet
set {PowerInsurance.InventariosArmaduras::%player%.c} to player's chestplate
set {PowerInsurance.InventariosArmaduras::%player%.l} to player's leggings
set {PowerInsurance.InventariosArmaduras::%player%.b} to player's boots
clear drops
on legendchat chat:
if {PowerAntiDuplicata.Players::%player%} is legendchat message:
cancel event
send "&aVocê não pode escrever a mesma mensagem!"
stop
set {PowerAntiDuplicata.Players::%player%} to legendchat message
# Códigozinho criado por MrPowerGamerBR
#
# Tópico: http://gamersboard.com.br/topic/7324-skript-help/
#
# MrPowerGamerBR Blog: http://mrpowergamerbr.blogspot.com.br
# SparklyPower: http://sparklypower.net
on command:
if command is "sethome":
if "%region at player%" does not contain "%player's name%_":
cancel event
name: Nome do Plugin
main: Package e Classe do Plugin
version: 1.0