Bom muitos ja conheçe o plugin Mycommand, pórem nem todos aproveitam de todas sua funções! A maioria só quer substituir o /warp mina por /mina
Mais ele pode até mesmo substituir alguns plugins como o ChestComands, Plugin de efeitos, teleporte, comandos por placas...ETC.
Hoje trago a vocês diversas config. (São inúmeros comandos) Todos do /plotme substituido por /lote
Config:
#-----------------------------------------------------------------------------------------------------------#
# MyCommand Commands config file (last update v5.1.2) #
# #
# BukkitDev Help page : http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example #
# #
# How to make a command : (See an example command below) #
# For first,put you command number on first line #
# Now put your command name on "command:" line. Don't forget the '/' before you command. #
# So,select your command type from a predefined list putting it after "type" line #
# COMMAND TYPE LIST : #
# TEXT , ALIAS , RUN_COMMAND , BROADCAST_TEXT , RUN_COMMAND_TEXT , RUN_COMMAND_BROADCAST_TEXT #
# ADD_PERMISSION , WARMUP , COOLDOWN , RUN_CONSOLE , RUNCOMMAND_PERM_BROADCAST_TEXT , SPOUT_TEXT #
# RUN_COMMAND_RANDOM , RUN_ASOPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION #
# BAR_API_TEXT , BAR_API_BROADCAST_TEXT , RUN_CONSOLE_RANDOM , CALL_URL #
# #
# Now,if you command it's "TEXT" type,you can put multiple line of text below text list #
# Same thing,if your command it's "RUNCOMMAND" type,but put you commands below runcmd list. #
# For Delayed command add $delay$ before the command in runcmd Example : - $delay$/list #
# Set delay time with delaytimer: 5 (5 = seconds) | Use the dot . for decimal cost Example = cost : 5.5 #
# You can customize your permission node by placing "permission-node:" field in a command #
# Also,you can change the permission error message with "permission-error:" #
# Custom error-message for invalid args ,put "error-message:" line in a command. #
# You can use itemcost : 'ID:AMOUNT' for set a cost with items. #
# Register REAL commands putting "register: true" below the command. #
# With register commands you can use the "tab_completer: - Hi - Hello!" #
#-----------------------------------------------------------------------------------------------------------#
'lote_ban':
command: /lote banir
type: RUN_COMMAND
runcmd:
- '/plotme deny $arg1'
cost: 0
delaytimer: 0
error-message: '&cErro! &fEX:/lote banir <nick>'
'lote_desban':
command: /lote desbanir
type: RUN_COMMAND
runcmd:
- '/plotme undeny $arg1'
cost: 0
delaytimer: 0
error-message: '&cErro! &fEX:/lote desbanir <nick>'
'lote_addamigo':
command: /lote permitir
type: RUN_COMMAND
runcmd:
- '/plotme add $arg1'
cost: 0
delaytimer: 0
error-message: '&c&lErro! &3&lEx:&b/lote permitir <nick> &d&lPermite o player constuir em seu lote!'
'lote_removeramigo':
command: /lote proibir
type: RUN_COMMAND
runcmd:
- '/plotme remove $arg1'
cost: 0
delaytimer: 0
error-message: '&c&lErro! &3&lEx:&b/lote proibir <nick> &d&lProibi o player constuir em seu lote!'
'lotes':
command: /lote list
type: ALIAS
alias: /plotme list
permission-required: false
'lote_definir':
command: /lote definir
type: RUN_COMMAND
runcmd:
- '/plotme claim'
cost: 0
delaytimer: 0
error-message: '&fFique sobre um lote para usar o comando!'
'lote_definir_auto':
command: /lote aleatorio
type: RUN_COMMAND
runcmd:
- '/plotme auto'
cost: 0
delaytimer: 0
error-message: '&fLote aleatorio!'
'lote_home':
command: /lote ir
type: RUN_COMMAND
runcmd:
- '/plotme home'
cost: 0
delaytimer: 0
error-message: '&fIr para seu lote!'
'warp_lotes':
command: /lote mundo
type: RUN_COMMAND
runcmd:
- '/warp lotes'
cost: 0
delaytimer: 0
error-message: '&fIr para o mundo dos lote!'
'lote_biomas':
command: /lote biomas
type: ALIAS
alias: /plotme biomelist
permission-required: false
'lote_excluir':
command: /lote excluir
type: ALIAS
alias: /plotme dispose
permission-required: false
'lote_limpar':
command: /lote limparlote
type: ALIAS
alias: /plotme clear
permission-required: false
'lote_setarbioma':
command: /lote bioma usar
type: RUN_COMMAND
runcmd:
- '/plotme biome $arg1'
cost: 0
delaytimer: 0
error-message: '&fUso correto: &3/lote bioma usar <NomeDoBioma> &fLista de biomas:&3/lote biomas'
'lote_comandos':
command: /lote comandos
type: TEXT
text:
- '&f&l============[&3&lLista &lde &lcomandos:&6&lLote&f&l]============'
- '&b/lote definir &3- Define seu lote,use o comando no lote desejado'
- '&b/lote aleatorio &3- Define seu lote aleatoriamente'
- '&b/lote permitir <nick> &3- Pemite o player construir no lote'
- '&b/lote proibir <nick> &3- Proibi o player de construir no lote'
- '&b/lote banir <nick> &3- Banir o player de entrar em seu lote'
- '&b/lote desbanir <nick> &3- Permite o player entrar em seu lote'
- '&b/lote list &3- Mostra a lista de seus lotes'
- '&b/lote ir &3- Ir ate o seu lote'
- '&b/lote mundo &3- Ir ate o mundo dos lotes'
- '&b/lote biomas &3 Mostra a lista de biomas'
- '&b/lote limparlote &3- Remove todos os blocos do lote'
- '&b/lote bioma usar <bioma> &3- Usa o bioma desejado no lote'
- '&b/lote excluir &3Exclui o lote seu que esta sendo pisado'
runcmd:
- '/sample'
cost: 0
delaytimer: 0
'lote':
command: /lotemenu
type: ICON_MENU
text:
- 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
- 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT;LEVEL'
iconmenu_title: ' &6&lLote'
iconmenu_size: 18
iconmenu_commands:
- '0:BOWL:0:/plotme claim:&b&lComprar este lote:&fFique em cima de um lote para executar o comando!'
- '1:MUSHROOM_SOUP:0:/plotme auto:&b&lComprar um lote automaticamente:&fCompre um lote aleatorio!'
- '3:PAPER:0:/plotme list:&b&lLista de seu lotes:&fLista dos lotes onde voce tem pemrissao!'
- '4:BRICK:0:/plotme home:&b&lIr ate o seu lote:&fTeleporta para o seu lote!'
- '5:INK_SACK:15:/plotme clear:&b&lLimpar seu lote:&fRemove todos os blocos do lote!'
- '7:WOOL:14:/lote banir:&4&lBanir player do lote:&fPlayer banido nao entra no lote! &1/lote banir <nick>'
- '8:WOOL:5:/lote desbanir:&a&lDesanir player do lote:&fPlayer desbanido pode entrar no lote! &1/lote desbanir <nick>'
- '9:DIAMOND_PICKAXE:0:/lote permitir:&a&lPermitir player construir:&fPermite o player constuir em seu lote! &1/lote permitir <nick>'
- '10:BEDROCK:0:/lote proibir:&a&lProibi player construir:&fProibi o player constuir em seu lote! &1/lote proibir <nick>'
- '12:RED_ROSE:0:/lote excluir:&c&lExcluir lote:&fExclui o lote que esta sendo pisado!'
- '13:BEACON;DURABILITY;1:15:/warp lotes:&b&lIr ao mundo dos lote:&fTelporta para spawn no plotworld!'
- '16:VINE:0:/lote biomas:&2&lLista de biomas pro seu lote:&fMostra todos biomas para ser usado &5/lote bioma usar'
- '17:GRASS:0:/lote bioma usar:&2&lUsar biomas no lote:&fUsar bioma desejado,lista de biomas&5/lote biomas'
cost: 0
delaytimer: 0
permission-required: false
'tab_completer3':
command: /lote
type: RUN_COMMAND
runcmd:
- /$arg1
register: true
tab_completer:
- definir
- banir
- desbanir
- ir
- mundo
- proibir
- permitir
- aleatorio
- list
- biomas
- bioma usar
- comandos
- lotemenu
- limparlote
- excluir
'tab_completer4':
command: /lotemenu
type: RUN_COMMAND
runcmd:
- /lotemenu
register: true
tab_completer:
Vocês devem setar a warp com nome "lotes" para eles irem ao mundo da Plot! Mesmo editados quem preferir pode usar o sistema antigo! ao invés de /lote aleatorio usar /plotme auto
Print's: http://imgur.com/a/jBoPF
Vai junto os 2 plugin's Plotme e MyCommand (usem o MYCMD que estou deixando no ZIP pois os outros da 1.5.2 bugam d+)
Você também deverá mudar algumas mensagens no seus arquivos plotme! Vou deixar o arquivo das mensagens junto para download.
DOWNLOAD: https://mega.nz/#!KctVmBTa!Bo-lWwAlw-tIHXdt0xm5sipe_MjKXHpe9NDTm3bEUWM
Só baixarem e extrair os 4 arquivos pra pasta plugin! DEPENDÊNCIA: VAULT