MyCommand3

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: MyCommand3

#11 Příspěvekod Smexhy » 19 led 2016, 08:19

Kód: Vybrat vše

'cooldown_priklad':   #priklad na cooldown
  command: /warp   #prikaz
  type: COOLDOWN    #zadaj tento typ
  delaytimer: 60   #čas v sekundach

Uživatelský avatar
pitilon@seznam.cz
Příspěvky: 3999
Registrován: 16 lis 2014, 06:32
Reputation: 57
Kontaktovat uživatele:

Re: MyCommand3

#12 Příspěvekod pitilon@seznam.cz » 19 led 2016, 16:40

Tohle a nevíš jak editnout tu zprávu?
Naposledy upravil(a) pitilon@seznam.cz dne 19 led 2016, 16:55, celkem upraveno 1 x.
Obrázek
Ať už si lidé myslí cokoli cokoli dělají nebo říkají neberte osobně. Názory druhých odpovídají tomu čemu tito lidé věří a proto ať si o vás myslí cokoli ve skutečnosti se vás to netýká. Vždy to vypovídá jen a jen o nich.
Není hanba být zabit cheaterem, ale cheatovat a být zabit.
Nejsem nerozumný. Jen nemám ten samý rozum jako vy.

Obrázek
FH Discord: http://discord.fakaheda.eu/

MarekBurget

Re: MyCommand3

#13 Příspěvekod MarekBurget » 19 led 2016, 16:54

Ak máš ten príkaz že /Jezdi,
daj na to:

Kód: Vybrat vše

'Jezdi-COOLDOWN':
  command: /Jezdi
  type: COOLDOWN
  delaytimer: V_sek_cas


Malo by to aj tak fungovať..

Uživatelský avatar
pitilon@seznam.cz
Příspěvky: 3999
Registrován: 16 lis 2014, 06:32
Reputation: 57
Kontaktovat uživatele:

Re: MyCommand3

#14 Příspěvekod pitilon@seznam.cz » 19 led 2016, 16:57

Kód: Vybrat vše

'Jezdi':
  command: /Jezdi
  type: COOLDOWN
  runcmd:
  - /givecar $player BLACK
  - /givecar $player YELLOW
  - /givecar $player MAGENTA
  - /givebike $player RED
  - /givebike $player BLACK
  - /givebike $player ORANGE
  delaytimer: 86400
  permission-required: false

Napíše mi to Tohle
Obrázek
Ať už si lidé myslí cokoli cokoli dělají nebo říkají neberte osobně. Názory druhých odpovídají tomu čemu tito lidé věří a proto ať si o vás myslí cokoli ve skutečnosti se vás to netýká. Vždy to vypovídá jen a jen o nich.
Není hanba být zabit cheaterem, ale cheatovat a být zabit.
Nejsem nerozumný. Jen nemám ten samý rozum jako vy.

Obrázek
FH Discord: http://discord.fakaheda.eu/

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: MyCommand3

#15 Příspěvekod Smexhy » 19 led 2016, 17:39

Pošli sem tvoj aktuálny config mycommands

Uživatelský avatar
pitilon@seznam.cz
Příspěvky: 3999
Registrován: 16 lis 2014, 06:32
Reputation: 57
Kontaktovat uživatele:

Re: MyCommand3

#16 Příspěvekod pitilon@seznam.cz » 19 led 2016, 18:33

Kód: Vybrat vše

#-----------------------------------------------------------------------------------------------------------#
#                       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_AS_OPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION      #
#      BAR_API_TEXT , BAR_API_BROADCAST_TEXT , RUN_CONSOLE_RANDOM   , CALL_URL                        #
#                                                                                 #
#   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!"                            #
#-----------------------------------------------------------------------------------------------------------#
#'Mapa':
#  command: /mapa
#  type: RUN_CONSOLE
#  runcmd:
#  - '/tellraw $player ["",{"text":"-------------------","color":"green","strikethrough":"true"},{"text":" [","color":"black"},{"text":"Dynmapa","color":"gold","clickEvent":{"action":"open_url","value":"http://93.91.250.140:29830/"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Pri kliknuti se nabidne otevreni Dynmapy ve vasem prohlizeci","color":"green"}]}}},{"text":"] ","color":"black"},{"text":"-------------------","color":"green","strikethrough":"true"}]'
#  - '/tellraw $player ["",{"text":"IP adresa Dynmapy:","color":"aqua","italic":"true","clickEvent":{"action":"open_url","value":"http://93.91.250.140:29830/"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Pri kliknuti se nabidne otevreni Dynmapy ve vasem prohlizeci","color":"green"}]}}}]'
#  - '/tellraw $player ["",{"text":"93.91.250.140:29830","color":"yellow","clickEvent":{"action":"open_url","value":"http://93.91.250.140:29830/"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Pri kliknutí se nabídne otevrení Dynmapy ve vasem prohlízeci","color":"green"}]}}}]'
#  - '/tellraw $player ["",{"text":"==> ","color":"gray"},{"text":"Pro psaní do chatu pres Dynmapu se do ní nejdríve musís prihlásit","color":"green"},{"text":":  ","color":"dark_green"},{"text":"/mapareg","color":"yellow","clickEvent":{"action":"suggest_command","value":"/mapareg"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Klikni na me","color":"green"}]}}}]'
#  - '/tellraw $player ["",{"text":"-----------------------------------------------","color":"green","strikethrough":"true"}]'
#  permission-required: false
#'Prihlaseni-do-mapy':
#  command: /mapareg
#  type: RUN_CONSOLE
#  runcmd:
#  - '/tellraw $player ["",{"text":"-------------","color":"green","strikethrough":"true"},{"text":" [","color":"black"},{"text":"Dynmapa","color":"gold","clickEvent":{"action":"open_url","value":"http://93.91.250.140:29830/"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Pri kliknuti se nabidne otevreni Dynmapy ve vasem prohlizeci","color":"green"}]}}},{"text":" - ","color":"gray"},{"text":"Registrace","color":"aqua"},{"text":"] ","color":"black"},{"text":"-------------","color":"green","strikethrough":"true"}]'
#  - '/tellraw $player ["",{"text":"1) ","color":"blue"},{"text":"Napis prikaz "},{"text":"/dynmap webregister","color":"yellow","clickEvent":{"action":"suggest_command","value":"/dynmap webregister"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Klikni na me","color":"green"}]}}}]'
#  - '/tellraw $player ["",{"text":"2) ","color":"blue"},{"text":"Otevri si stranku pro prihlaseni "},{"text":"http://93.91.250.140:29830/login.html","color":"yellow","clickEvent":{"action":"open_url","value":"http://93.91.250.140:29830/login.html"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Klikni na me","color":"green"}]}}}] '
#  - '/tellraw $player ["",{"text":"3) ","color":"blue"},{"text":"Do formulare pro registraci zadej uzivatelske ID (user ID:) ktere ses dozvedel pri napsani prikazu (je stejne jako tvuj nick)"}]'
#  - '/tellraw $player ["",{"text":"4) ","color":"blue"},{"text":"Zadej take registracní kod (Registration code:), ktery ses také dozvedel pri napsání príkazu"}]'
#  - '/tellraw $player ["",{"text":"4) ","color":"blue"},{"text":"Nakonec do formuláre napis (dvakrát) heslo, které si sám zvolís"}]'
#  - '/tellraw $player ["",{"text":"5) ","color":"blue"},{"text":"A je to!","color":"dark_green"},{"text":" Pri prístí návsteve dynmapy se stací prihlásit pomocí uzivatelského ID a hesla"}]'
#  - '/tellraw $player ["",{"text":"-----------------------------------------------","color":"green","strikethrough":"true"}]'
'Noc':
  command: /noc
  type: ALIAS
  alias: /night night all
  permission-required: true
  permission-error: "§cNa toto nemas povoleni"
'Den':
  command: /den
  type: ALIAS
  alias: /day day all
  permission-required: true
  permission-error: "§cNa toto nemas povoleni"
'Odlagovani':
  command: /lagy
  type: RUN_COMMAND
  runcmd:
  - '/lagg gc'
  - '/lagg clear'
  - '/lagg unloadchunks'
  - '/lagg tps'
  register: true
  permission-required: true
  permission-error: "§cNa toto nemas povoleni"
'Skiny':
  command: /skiny
  type: ALIAS
  alias: /skin
  permission-required: true
  permission-node: mycommand.skin
'SkinSet':
  command: /skin set
  type: RUN_COMMAND
  runcmd:
  - '/skinsrestorer:skin set $arg1'
  error-message: '§cPouzij: "&e/skin set <Skin>&c". Nezapomen ze jmeno nemuze obsahovat mezery.'
  permission-required: true
  permission-node: mycommand.skin
  permission-error: "§cNa toto nemas povoleni"
'SkinClear':
  command: /skin clear
  type: RUN_COMMAND
  runcmd:
  - '/skinsrestorer:skin clear'
  error-message: §cNeco se pokazilo, pouzij "&e/skin clear&c".
  permission-required: true
  permission-node: mycommand.skin
  permission-error: "§cNa toto nemas povoleni"
'Skin':
  command: /skin
  type: TEXT
  text:
  - '&e]&c============&e[ &aZmena skinu &e]&c============&e['
  - '&e/skin set <Skin> &9- &aZmeni ti skin'
  - '   &7- &aZadej jmeno hrace (bez mezer!) ktery ma skin ktery chces mit i ty'
  - '   &7- &aFunguje jednou za 10 minut'
  - '&e/skin clear &9- &aVrati ti puvodni skin tveho nicku'
  - ' &7&oOba prikazy vyzaduji relog pro spravne fungovani'
  permission-required: true
  permission-node: mycommand.skin
  permission-error: "§cNa toto nemas povoleni"
'ver':
  command: /ver
  type: ADD_PERMISSION
'bukkit:ver':
  command: /bukkit:ver
  type: ADD_PERMISSION
'version':
  command: /version
  type: ADD_PERMISSION
'bukkit:version':
  command: /bukkit:version
  type: ADD_PERMISSION
'about':
  command: /about
  type: ADD_PERMISSION
'bukkit:about':
  command: /bukkit:about
  type: ADD_PERMISSION
'lobby':
  command: /lobby
  type: BUNGEE_TP
  server_name: lobby
  permission-required: false
'shop':
  command: /warp shop
  type: ALIAS
  alias: /shop
  permission-required: false
  permission-error: "§cNa toto nemas povoleni"
'Jezdi':
  command: /Jezdi
  type: COOLDOWN
  runcmd:
  - /givecar $player BLACK
  - /givecar $player YELLOW
  - /givecar $player MAGENTA
  - /givebike $player RED
  - /givebike $player BLACK
  - /givebike $player ORANGE
  delaytimer: 86400
  permission-required: false
Obrázek
Ať už si lidé myslí cokoli cokoli dělají nebo říkají neberte osobně. Názory druhých odpovídají tomu čemu tito lidé věří a proto ať si o vás myslí cokoli ve skutečnosti se vás to netýká. Vždy to vypovídá jen a jen o nich.
Není hanba být zabit cheaterem, ale cheatovat a být zabit.
Nejsem nerozumný. Jen nemám ten samý rozum jako vy.

Obrázek
FH Discord: http://discord.fakaheda.eu/


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 28 hostů