Permissions - MyCommand

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Escalator883
Příspěvky: 406
Registrován: 13 kvě 2014, 18:53
Reputation: 0
Kontaktovat uživatele:

Re: Permissions - MyCommand

#11 Příspěvekod Escalator883 » 10 črc 2014, 15:38

Mám to tak v PermissionsEx a stále im to píše to čom som už vyššie napísal

Spoiler: zobrazit

Kód: Vybrat vše

  - mycommand.cmd.1
    - mycommand.cmd.2
    - mycommand.cmd.3
    - mycommand.cmd.4
    - mycommand.cmd.5
    - mycommand.cmd.6
    - mycommand.cmd.7
    - mycommand.cmd.8
    - mycommand.cmd.9
    - mycommand.cmd.10
    - mycommand.cmd.11
    - mycommand.cmd.12
    - mycommand.cmd.13
    - mycommand.cmd.14
    - mycommand.cmd.15
    - mycommand.cmd.16
    - mycommand.cmd.17
    - mycommand.cmd.18

Uživatelský avatar
LpBahos
Příspěvky: 934
Věk: 25
Registrován: 30 dub 2013, 15:52
Reputation: 0
Bydliště: Opava
Kontaktovat uživatele:

Re: Permissions - MyCommand

#12 Příspěvekod LpBahos » 10 črc 2014, 19:37

Escalator883 píše:
Spoiler: zobrazit

Kód: Vybrat vše

# MyCommand  Commands Config File
# commandsnumber (default 20) it's number of command you want make
# Don't forget the '/' on runcmd line , example command: /myhelp
# type accept = text , runcommand , broadcast-text , runcommand-text , runcommand-broadcast-text , perm-broadcast-text , addpermission , addtimer , runconsole , runcommand-perm-broadcast-text , runcommand-random , runasoperator
# Additional type accept if you use Spoutplugin = spout-text , spout-notification.\n" +
# runcommand type example -> If command: /l and runcmd: /list,when you type /l mycommand execute /list
# runcmd support custom argument in game.($arg1,$arg2,$arg3,$arg4,$arg5,$multiargs) Example - runcmd : /time $arg1
# 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
# http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example
options:
  commandsnumber: 20
'1':
  command: /pvp
  type: runcommand
  runcmd:
  - '/warp pvp'
  cost: 0
  delaytimer: 5
'2':
  command: /doly
  type: runcommand
  runcmd:
  - '/warp doly'
  cost: 0
  delaytimer: 5
'3':
  command: /farma
  type: runcommand
  runcmd:
  - '/warp farma'
  cost: 0
  delaytimer: 5
'4':
  command: /vip
  type: runcommand
  runcmd:
  - '/warp vip'
  cost: 0
  delaytimer: 5
'5':
  command: /end
  type: runcommand
  runcmd:
  - '/warp end'
  cost: 0
  delaytimer: 1
'6':
  command: /event
  type: runcommand
  runcmd:
  - '/warp event'
  cost: 0
  delaytimer: 5
'7':
  command: /faq
  type: runcommand
  runcmd:
  - '/warp faq'
  cost: 0
  delaytimer: 5
'8':
  command: /trampolina
  type: runcommand
  runcmd:
  - '/warp trampolina'
  cost: 0
  delaytimer: 5
'9':
  command: /nether
  type: runcommand
  runcmd:
  - '/warp nether'
  cost: 0
  delaytimer: 5
'10':
  command: /games
  type: runcommand
  runcmd:
  - '/warp games'
  cost: 0
  delaytimer: 5
'11':
  command: /enchant
  type: runcommand
  runcmd:
  - '/warp enchant'
  cost: 0
  delaytimer: 5
'12':
  command: /iron
  type: runcommand
  runcmd:
  - '/warp iron'
  cost: 0
  delaytimer: 5
'13':
  command: /banka
  type: runcommand
  runcmd:
  - '/warp banka'
  cost: 0
  delaytimer: 5
'14':
  command: /priroda
  type: runcommand
  runcmd:
  - '/warp priroda'
  cost: 0
  delaytimer: 5
'15':
  command: /shop
  type: runcommand
  runcmd:
  - '/warp shop'
  cost: 0
  delaytimer: 5
'16':
  command: /peniaze
  type: runcommand
  runcmd:
  - '/money'
  cost: 0
  delaytimer: 5
'17':
  command: /pravidla
  type: runcommand
  runcmd:
  - '/rules'
  cost: 0
  delaytimer: 5
'18':
  command: /warpy
  type: runcommand
  runcmd:
  - '/warplist'
  cost: 0
  delaytimer: 5
'19':
  command: /mycmdsample19
  type: text
  text:
  - '$red Text of command $black19'
  runcmd:
  - '/sample'
  cost: 0
  delaytimer: 5
'20':
  command: /mycmdsample20
  type: text
  text:
  - '$red Text of command $black20'
  runcmd:
  - '/sample'
  cost: 0
  delaytimer: 5


Na každém Commandu smaž to::::: delaytimer

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Permissions - MyCommand

#13 Příspěvekod DenOwq » 10 črc 2014, 19:39

Nepiš velkými písmeny prosím. BTW. proč to má smazat? To je jak může používat ten command né? (Já nevím ptám se)
Muhahha.

Uživatelský avatar
LpBahos
Příspěvky: 934
Věk: 25
Registrován: 30 dub 2013, 15:52
Reputation: 0
Bydliště: Opava
Kontaktovat uživatele:

Re: Permissions - MyCommand

#14 Příspěvekod LpBahos » 10 črc 2014, 19:41

No, jenomže se jim to nějak buguje, měl jsem to samé a jak jsem to smazal tak to jelo.

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Permissions - MyCommand

#15 Příspěvekod DenOwq » 10 črc 2014, 19:42

Dobře, děkuji ti máš u mě karmu :)
Muhahha.

Uživatelský avatar
LpBahos
Příspěvky: 934
Věk: 25
Registrován: 30 dub 2013, 15:52
Reputation: 0
Bydliště: Opava
Kontaktovat uživatele:

Re: Permissions - MyCommand

#16 Příspěvekod LpBahos » 10 črc 2014, 20:40

Proč mi děkuješ? :D Já myslel že se ptá escalator :D

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Permissions - MyCommand

#17 Příspěvekod DenOwq » 10 črc 2014, 20:44

Za vysvětlení? Beru každou vědomost navíc (:
Muhahha.

Uživatelský avatar
Escalator883
Příspěvky: 406
Registrován: 13 kvě 2014, 18:53
Reputation: 0
Kontaktovat uživatele:

Re: Permissions - MyCommand

#18 Příspěvekod Escalator883 » 10 črc 2014, 20:54

Už je to vyriešene. Bolo to iným pluginom spôsobené.
Chcem sa poďakovať všetkým ktorý sa snažili pomôct.

Žiadam o //LOCK

//LOCK


Zpět na „Minecraft, Tekkit“

Kdo je online

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