Gość Usunięty#5541 Opublikowano 12 września 2017 Udostępnij Opublikowano 12 września 2017 Mam pytanie stworzyłem komendy w mycmd, ale nie działają. Nie potrafię znaleźć błędu, a w logach nic nie ma. config #-----------------------------------------------------------------------------------------------------------# # MyCommand Commands config file (last update v5.3.0) # # # # 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 your command name on first line # # Now put your command_line name after the "command:" line. Don't forget the '/' before your command. # # So, now 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 , RUN_CONSOLE_RANDOM , SPOUT_TEXT # # RUN_COMMAND_RANDOM , RUN_ASOPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION # # BAR_API_TEXT , BAR_API_BROADCAST_TEXT , CALL_URL, TITLE, BROADCAST_TITLE, ACTION_BAR # # # # If your command is "TEXT" type, you can put multiple line of text below this parameter # # You can do the same thing with the "RUNCOMMAND" type, but instead of text, puts commands in this list # # For delayed command(s) add $delay$ before the command in runcmd Example : - $delay$/list # # Set delay time with delaytimer: 5 (5 = seconds) | # # If you are using the Vault plugin, you can put the "cost: 123.0" with this line. # # 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!" # # For Scripts and more features, find more on the bukkitdev page # #-----------------------------------------------------------------------------------------------------------# '1': command: /w stworz type: runcommand runcmd: - /is create '2': command: /w usun type: runcommand runcmd: - /is delete '3': command: /w info type: runcommand runcmd: - /is info '4': command: /w ustawdom type: runcommand runcmd: - /is sethome '5': command: /w usundom type: runcommand runcmd: - /is delhome '6': command: /w dom type: runcommand runcmd: - /is home '7': command: /w napraw type: runcommand runcmd: - /is fixhome '8': command: /w spawn type: runcommand runcmd: - /is spawn '9': command: /w wykop type: runcommand runcmd: - /is expell '10': command: /w dodaj type: runcommand runcmd: - /is add '11': command: /w wyrzuc type: runcommand runcmd: - /is remove '12': command: /w opusc type: runcommand runcmd: - /is leave '13': command: /w tp type: runcommand runcmd: - /is tp '14': command: /w wizyta type: runcommand runcmd: - /is visit '15': command: /w blokada type: runcommand runcmd: - /is lock '16': command: /w odblokowanie type: runcommand runcmd: - /is unlock '17': command: /w pktinfo type: runcommand runcmd: - /is pointinfo '18': command: /w oblicz type: runcommand runcmd: - /is calc '19': command: /w rank type: runcommand runcmd: - /is rank '20': command: /w otworz type: runcommand runcmd: - /is open '21': command: /w zamknij type: runcommand runcmd: - /is close '22': command: /w wizyta type: runcommand runcmd: - /is visit '23': command: /w rank type: runcommand runcmd: - /is rank '24': command: /w otworz type: runcommand runcmd: - /is open '25': command: /w zamknij type: runcommand runcmd: - /is close '26': command: /w listabiom type: runcommand runcmd: - /is biomlist '27': command: /w pokazbiom type: runcommand runcmd: - /is showbiom '28': command: /w latanie type: runcommand runcmd: - /is fly '29': command: /w zmien type: runcommand runcmd: - /is owner '30': command: /wyspa stworz type: runcommand runcmd: - /is create '31': command: /wyspa usun type: runcommand runcmd: - /is delete '32': command: /wyspa info type: runcommand runcmd: - /is info '33': command: /wyspa ustawdom type: runcommand runcmd: - /is sethome '34': command: /wyspa usundom type: runcommand runcmd: - /is delhome '35': command: /wyspa dom type: runcommand runcmd: - /is home '36': command: /wyspa napraw type: runcommand runcmd: - /is fixhome '37': command: /wyspa spawn type: runcommand runcmd: - /is spawn '38': command: /wyspa wykop type: runcommand runcmd: - /is expell '39': command: /wyspa dodaj type: runcommand runcmd: - /is add '40': command: /wyspa wyrzuc type: runcommand runcmd: - /is remove '41': command: /wyspa opusc type: runcommand runcmd: - /is leave '42': command: /wyspa tp type: runcommand runcmd: - /is tp '43': command: /wyspa wizyta type: runcommand runcmd: - /is visit '44': command: /wyspa blokada type: runcommand runcmd: - /is lock '45': command: /wyspa odblokowanie type: runcommand runcmd: - /is unlock '46': command: /wyspa pktinfo type: runcommand runcmd: - /is pointinfo '47': command: /wyspa oblicz type: runcommand runcmd: - /is calc '48': command: /wyspa rank type: runcommand runcmd: - /is rank '49': command: /wyspa otworz type: runcommand runcmd: - /is open '50': command: /wyspa zamknij type: runcommand runcmd: - /is close '51': command: /wyspa wizyta type: runcommand runcmd: - /is visit '52': command: /wyspa rank type: runcommand runcmd: - /is rank '53': command: /wyspa otworz type: runcommand runcmd: - /is open '54': command: /wyspa zamknij type: runcommand runcmd: - /is close '55': command: /wyspa listabiom type: runcommand runcmd: - /is biomlist '56': command: /wyspa pokazbiom type: runcommand runcmd: - /is showbiom '57': command: /wyspa latanie type: runcommand runcmd: - /is fly '58': command: /wyspa zmien type: runcommand runcmd: - /is owner Odnośnik do komentarza https://skript.pl/temat/21517-problem-z-komendami-w-mycommand/ Udostępnij na innych stronach Więcej opcji udostępniania...
0 JanekMaSkrypta_ 117 Opublikowano 12 września 2017 Udostępnij Opublikowano 12 września 2017 Zaakceptowalem cie na skype choć na niego już wrocilem miałem tylko chorobę ;d (Pomoge ci) Odnośnik do komentarza https://skript.pl/temat/21517-problem-z-komendami-w-mycommand/#findComment-146377 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Gość Usunięty#5541 Opublikowano 12 września 2017 Udostępnij Opublikowano 12 września 2017 Okej dzięki Odnośnik do komentarza https://skript.pl/temat/21517-problem-z-komendami-w-mycommand/#findComment-146378 Udostępnij na innych stronach Więcej opcji udostępniania...
Pytanie
Gość Usunięty#5541
Mam pytanie stworzyłem komendy w mycmd, ale nie działają. Nie potrafię znaleźć błędu, a w logach nic nie ma.
config
Odnośnik do komentarza
https://skript.pl/temat/21517-problem-z-komendami-w-mycommand/Udostępnij na innych stronach
2 odpowiedzi na to pytanie
Rekomendowane odpowiedzi