Skocz do zawartości

AJent

Użytkownik
  • Ilość zawartości

    313
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez AJent

  1. AJent

    Lagi serwera.

    Nie zaktulizuje wersji serwera do 1.17.1 poniewaz robie serwer pod 1.8, hosting napewno zmienie. ClearLag usuniety, MOTD mi sie aktualnie podoba. RedstoneGuard tez wyrzucilem. A tu masz linka: https://timings.aikar.co/?id=a50aee8226db43f9b20d37881dda57fe Odczekalem 8 minut od momentu wpisania komendy /timings on
  2. AJent

    Lagi serwera.

    Ok dzieki masz, https://timings.aikar.co/?id=25a472e7ecb6491e9c116d9ad8a59a1b
  3. AJent

    Lagi serwera.

    Przepraszam tu masz cale logi Serwera. https://pastebin.com/7xbx1Xpu
  4. AJent

    Lagi serwera.

    Nie wiem co zrobilem, wpisalem timings on, chcialem restart serwa zrobic ale mi sie serwer nie odpala prosz masz logi. https://pastebin.com/mwm1Zc57
  5. AJent

    AntyReklama.

    Czesc, napisalem: on chat: if message contains ".pl" or "pl" or "csrv" or ".csrv" or "aternos" or ".aternos" or ".net" or "net" or "https" or "http" or "http://" or "https://": send "&6&lM&e&lS &8» &7Gracz: &b&l%player% &7Serwer: &b&lSURVIVAL" to all players where [player input has permission "antyreklama.admin"] send "&6&lM&e&lS &8» &7Wyraz(y)&8(&f1&8)&7: &c&l.pl &7Wiadomość: &f&l%message%" to all players where [player input has permission "antyreklama.admin"] send "&6&lM&e&lS &8» &7Wyraz(y)&8(&f1&8)&7: &c&l.pl Tutaj chce zeby Wyraz byl wiadomosc gracza z "if message contains" Czyli, jak napisze aternos to zeby wyraz byl aternos tak samo z .pl, https itp itd... EDIT: Tam gdzie jest "Wyraz(y)(1)" Chce zeby pisalo ile wyrazow gracz napisal, jak np napisze .pl, aternos to zeby 2 pisalo jak napisze .pl to zeby 1 pisalo.
  6. AJent

    Lagi serwera.

    Co to znaczy?
  7. AJent

    Nagrody FB

    Chodzi mu o to zeby gracz otrzymal nagrode za dolaczenie na np grupe discord.
  8. AJent

    Kill

    To je wyslij.
  9. on entering of region "vip": if player does not have permission "vip": cancel event send "VIP" to player
  10. https://www.spigotmc.org/resources/combatlogx.31689/
  11. AJent

    Blokada wejscia.

    do zamkniecia.
  12. AJent

    Blokada wejscia.

    [15:50:52 INFO]: [Skript] Reloading komendy.sk... [15:50:52 ERROR]: can't understand this event: 'on enter' (komendy.sk, line 20: on enter:') [15:50:52 INFO]: [Skript] Encountered 1 error while reloading komendy.sk!
  13. AJent

    Lagi serwera.

    Czesc, jak zmniejszyc lagi na moim serwerze? Jak mnie nie ma to pisze 76ms https://imgur.com/a/EEp55GF gdy wbijam od razu mi sie zwieksza na 300-500, i strasznie laguje, co powinienem zrobic? 1.8.8 paper,
  14. on mine of stone: if player's tool is not enchanted with fortune: chance of 5%: drop 1 of iron ingot send "&7Wydobyłeś Żelazo" if player's tool is enchanted with fortune 1: chance of 7%: set {_a} to random integer between 1 and 2 drop {_a} of iron ingot send "&7Wydobyłeś Żelazo" if player's tool is enchanted with fortune 2: chance of 9%: set {_b} to random integer between 1 and 3 drop {_b} of iron ingot send "&7Wydobyłeś Żelazo" if player's tool is enchanted with fortune 3: chance of 11%: set {_c} to random integer between 2 and 4 drop {_c} of iron ingot send "&7Wydobyłeś Żelazo" Nie testowalem ale mam nadzieje ze dziala.
  15. on mine of coal ore: if player's tool is not enchanted with silk touch: cancel event set event-block to air give coal to player's inventory else: cancel event set event-block to air give coal ore to player's inventory Testowane dziala.
  16. @hyhy123455 Wydaje mi sie ze jezeli dodasz: parsed as number to zadziala, masz sprobuj tak: on rightclick with paper: if name of event-item is "&a&lTania Zdrapka": wait 1 tick remove 1 of event-item from player's inventory chance of 50%: set {_liczba} to "%random integer between 100 and 200%" parsed as number send "Wygrałeś %{_liczba}%$" add {_liczba} to player's balance stop chance of 30%: set {_liczba} to "%random integer between 150 and 500%" parsed as number send "Wygrałeś %{_liczba}%$" add {_liczba} to player's balance stop chance of 20%: set {_liczba} to "%random integer between 500 and 1000%" parsed as number send "Wygrałeś %{_liczba}%$" add {_liczba} to player's balance stop send "&cNic nie wypadło" to player
  17. AJent

    GUI, on click

    hej to do zamkniecia juz mi ktos pomogl!
  18. AJent

    Blokada wejscia.

    Tak posiadam, cos tam jest o worlguardzie w errorze wyzej.
  19. AJent

    Blokada wejscia.

    on entering of region "kopalniavip": cancel event send "&6&lS&e&lA &8» &cZakup &5VIP &cjeżeli chcesz tu wejść!" to player [20:37:37 ERROR]: Could not pass event PlayerMoveEvent to Skript v2.1.2 java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected at ch.njol.skript.hooks.regions.WorldGuardHook.getRegionsAt_i(WorldGuardHook.java:195) ~[?:?] at ch.njol.skript.hooks.regions.RegionsPlugin.getRegionsAt(RegionsPlugin.java:94) ~[?:?] at ch.njol.skript.hooks.regions.events.EvtRegionBorder$3.execute(EvtRegionBorder.java:158) ~[?:?] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched.jar:git-PaperSpigot-"4c7641d"] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched.jar:git-PaperSpigot-"4c7641d"] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [patched.jar:git-PaperSpigot-"4c7641d"] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:273) [patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [patched.jar:git-PaperSpigot-"4c7641d"] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_201] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_201] at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] No to ogolnie mi skript nie dziala, gdy wpisuje sk reload 0 errorow, pomoze ktos? Napewno nie bede zmienial silnika, wersji skrypta lub javy poniewaz robie serwer na 1.8.
  20. Nie wiem czy o to ci chodzi. on script load: register new shaped recipe for 64 tnt named "&cTwoja Nazwa Itemu" using tnt, tnt, tnt, tnt, tnt, tnt, tnt, tnt, tnt
  21. Prosz. on place of chest: if player does not have permission "otwieranie.skrzynekop": cancel event on rightclick on chest: if player does not have permission "otwieranie.skrzynekop": cancel event
  22. AJent

    Drop.

    do zamkniecia dziekuje za pomoc.
  23. AJent

    Drop.

    To ci wysle prywatna wiadomosc, nie chce zeby ktos inny mi kradl dropa.
  24. AJent

    Drop.

    Probowalem wciaz nie dziala. Masz znow kod: clicked slot is 0: cancel event if {dropcobblegui::%player%} is "&aWlaczony": set {dropcobblegui::%player%} to "&4Wylaczony" make player execute command "Ü" set clicked item to {@bgui1} else: set {dropcobblegui::%player%} to "&aWlaczony" set clicked item to {@bgui} make player execute command "Ü" Nawet gdy np dam wood, coal jakikolwiek przedmiot to nie dziala, 0 errorow. Chodzi mi o to zeby usuwal sie "glow" na itemu, bo kazdy item w /drop ma schowany enchant "glowed" i chce zeby po klikniecu sie usuwal ten glow.
  25. AJent

    Blad z Serwerem

    No @Helios1993 oraz @Okk Tylko dziwne ze na titanaxe gdy dodam ta sama wersje ViaVersion-4.0.1.jar oraz MOTD.jar na titanaxe to mi normlanie pisze 0/2000, dowod: https://imgur.com/a/zFjM9LU Tak silnik jest paperspigot 1.8.8 oraz Java 8. Na titanaxe dziala. Ale na craftserve nie dziala, co mi polecacie :c?
×
×
  • Dodaj nową pozycję...