jndooo 9 Opublikowano 6 czerwca 2019 Udostępnij Opublikowano 6 czerwca 2019 Poszukuje skrypt na cobblex na 1.13.2 Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 xAxee 1 951 Opublikowano 7 czerwca 2019 Udostępnij Opublikowano 7 czerwca 2019 Command /cx [<text>]: Trigger: If player has 9*64 cobblestone: Remove 9*64 cobble Stone from player Add Stone named "&6cx" to player Misio12320 1 Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 Grex 58 Opublikowano 7 czerwca 2019 Udostępnij Opublikowano 7 czerwca 2019 command /cobblex [<text>]: aliases: cx trigger: if player has 576 cobble: remove 576 cobble from player drop stone named "&cCOBBLEX" else: send "&cNie masz 576 kobla!" to player on place: if player's tool is stone named "&cCOBBLEX": cancel event remove stone named "&cCOBBLEX" from player set {ITEM::%player%} to "%random integer between 1 and 2%" if {ITEM::%player%} is 1: drop diamond named "1" if {ITEM::%player%} is 2: drop diamond named "2" Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 jndooo 9 Opublikowano 7 czerwca 2019 Autor Udostępnij Opublikowano 7 czerwca 2019 3 godziny temu, Grex napisał: command /cobblex [<text>]: aliases: cx trigger: if player has 576 cobble: remove 576 cobble from player drop stone named "&cCOBBLEX" else: send "&cNie masz 576 kobla!" to player on place: if player's tool is stone named "&cCOBBLEX": cancel event remove stone named "&cCOBBLEX" from player set {ITEM::%player%} to "%random integer between 1 and 2%" if {ITEM::%player%} is 1: drop diamond named "1" if {ITEM::%player%} is 2: drop diamond named "2" [Kliknij i przeciągnij, by przenieść.] [14:02:29 INFO]: [Skript] Reloading cx.sk... [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 2: aliases: cx') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 3: trigger:') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 4: if player has 576 cobble:') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 5: remove 576 cobble from player') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 6: drop stone named "&cCOBBLEX"') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 7: else:') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 8: send "&cNie masz 576 kobla!" to player') [14:02:29 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (cx.sk, line 1: command /cobblex [<text>]:') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 10: if player's tool is stone named "&cCOBBLEX":') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 11: cancel event') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 12: remove stone named "&cCOBBLEX" from player') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 13: set {ITEM::%player%} to "%random integer between 1 and 2%"') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 14: if {ITEM::%player%} is 1:') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 15: drop diamond named "1"') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 16: if {ITEM::%player%} is 2:') [14:02:29 ERROR]: indentation error: indent must only consist of either spaces or tabs, but not mixed (found '__->->->' [-> = tab, _ = space, ? = other whitespace]) (cx.sk, line 17: drop diamond named "2"') [14:02:29 ERROR]: Required entry 'trigger' is missing in 'command /cobblex [<text>]' (cx.sk, starting at line 1) (cx.sk, line 1: command /cobblex [<text>]:') Mniej wiecej wiem jak usunąc ale nie czaje 2 tego z Empty configuration i Requaired entry Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 Grex 58 Opublikowano 8 czerwca 2019 Udostępnij Opublikowano 8 czerwca 2019 To się naprawi jak poprawisz tabowanie. 1 tab = 4 spacje Nie mogą być pomieszane, albo taby, albo spacje. Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 jndooo 9 Opublikowano 8 czerwca 2019 Autor Udostępnij Opublikowano 8 czerwca 2019 13 godzin temu, Grex napisał: To się naprawi jak poprawisz tabowanie. 1 tab = 4 spacje Nie mogą być pomieszane, albo taby, albo spacje. oke Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
0 Szifter 134 Opublikowano 8 czerwca 2019 Udostępnij Opublikowano 8 czerwca 2019 Problem został rozwiązany. Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
Pytanie
jndooo 9
Poszukuje skrypt na cobblex na 1.13.2
Odnośnik do komentarza
Udostępnij na innych stronach
6 odpowiedzi na to pytanie
Rekomendowane odpowiedzi