• Bitte beachte, dass wir eine Serverliste sind!
    Wenn du ein Problem auf einem Server hast (z.B. Entbannantrag, etc), dann ist das Forum hier der falsche Ort.
  • Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

MyCommand help

Status
Für weitere Antworten geschlossen.

craftingyourself

Vorarbeiter
Registriert
21 September 2012
Beiträge
270
Diamanten
0
Hey Ich habe ein problem mit mycommand ich will


/ts3 oder auch /vote machen

aber wenn ich das so mache

'6':
command: /ts3
type: text
text:
- ===================================================================
- $green Durch Ts (=Teamspeak3) könnt ihr mit anderen Usern reden
- $green Die Software dafür bekommt ihr unter www.teamspeak.com
- ====================================================================
runcmd:
- /sample
cost: 0
delaytimer: 5



geht mycommand nicht mehr garnix von mycommand!!!


wie mache ich das???
 

fabi1902

Minecrafter
Registriert
25 Juni 2012
Beiträge
2
Diamanten
0
Ts3

Ich blicke das MyCommand system auch nicht durch! Aber aufgrung meiner sozialen Ader hab ich dir ein TS3 plugin geschreiben
Da kanns t du /ts3 machen und in der config alles bearbeiten! Adde mich in Skype unter fabi1902 oder schreibe ne nachricht an tigerwurst@yahoo.de wenn du interesse hast!
 

craftingyourself

Vorarbeiter
Registriert
21 September 2012
Beiträge
270
Diamanten
0
Danke wünsche ich dir auch Cubos /euch

@fabi danke fabi für deine mühe aber das kann ich selber auch::D(TUT YOUTUBE) aber ich will ja nicht für /skype /ts3 /help usw ein exstra plugin dafür gibt es ja mycommand usw...

--------------
@Cubos

das ist die config ohne Bearbeitung aber ich habe ja oben das so geschrieben wie ich das haben will


Code:
# MyCommand v3.5 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 
# - Additional type accept if you use Spoutplugin = spout-text .
# - 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: /mycmd-sampletext
  type: text
  text:
  - $red Hello $darkgreen$player!
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'2':
  command: /mycmd-dice
  type: text
  text:
  - $red You got $darkgreen$rnd6 !
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'3':
  command: /mycmd-runcommand
  type: runcommand
  text:
  - $red Text of command $black3
  runcmd:
  - /list
  cost: 0
  delaytimer: 5
'4':
  command: /mycmd-args
  type: runcommand
  text:
  - $red Text of command $black4
  runcmd:
  - /time $arg1 $arg2
  cost: 0
  delaytimer: 5
'5':
  command: /mycmd-runcmdtimer
  type: runcommand
  text:
  - $red Text of command $black5
  runcmd:
  - $delay$/say 3..
  - $delay$/say 2..
  - $delay$/say 1..
  cost: 0
  delaytimer: 1
'6':
  command: /mycmd-broadcast
  type: broadcast-text
  text:
  - $blue MyCommand Broadcast Test
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'7':
  command: /mycmd-spoutsample
  type: spout-text
  text:
  - $darkgreen -Spout Text-
  - $red MyCommand!
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'8':
  command: /mycmd-runconsole
  type: runconsole
  text:
  - $red Text of command $black8
  runcmd:
  - /say This /say it's performed by console.
  cost: 0
  delaytimer: 5
'9':
  command: /mycmd-addtimer
  type: text
  text:
  - $gold Put your command over /mycmd-addtimer
  - '$gold And change type : from text to addtimer'
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'10':
  command: /mycmd-addpermission
  type: text
  text:
  - $gold Put your command over /mycmd-addpermission
  - '$gold And change type : from text to addpermission'
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'11':
  command: /mycmd-textargs
  type: text
  text:
  - 'Player Name : $player'
  - 'World : $world'
  - 'Health : $health Food : $food'
  - 'Exp : $exp Level : $level'
  - 'Gamemode : $gamemode'
  - 'LastDamage : $lastdamage'
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'12':
  command: /mycmd-online
  type: text
  text:
  - $red There are $online players online.
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'13':
  command: /mycmd-clearchat
  type: broadcast-text
  text:
  - ''
  - ''
  - ''
  - ''
  - ''
  - ''
  - ''
  - ''
  - ''
  - ''
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'14':
  command: /mycmd-shortcut
  type: runcommand
  text:
  - $red Text of command $black14
  runcmd:
  - /say $multiargs
  cost: 0
  delaytimer: 5
'15':
  command: /mycmdsample15
  type: text
  text:
  - $red Text of command $black15
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'16':
  command: /mycmdsample16
  type: text
  text:
  - $red Text of command $black16
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'17':
  command: /mycmdsample17
  type: text
  text:
  - $red Text of command $black17
  runcmd:
  - /sample
  cost: 0
  delaytimer: 5
'18':
  command: /mycmdsample18
  type: text
  text:
  - $red Text of command $black18
  runcmd:
  - /sample
  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
 
Status
Für weitere Antworten geschlossen.
Oben