Skocz do zawartości

fabeq

Użytkownik
  • Ilość zawartości

    30
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez fabeq

  1. Siemanko, Jak mogę zmienić wiadomość standardową po wpisaniu komendy /money i czy jest w ogóle taka możliwość? Pozdrawiam
  2. Ale tak było zapisane
  3. Ale ty tutaj coś zmieniłeś?
  4. Witam mam problem ze skryptem na ślub. Osoba która wysyła propozycję ślubu dostaje info, że to zrobiła, a do tej drugiej osoby nie dochodzi informacja, że ta pierwsza go zaprosiła. Niżej zamieszczam skrypt oraz błędy jakie wyskakują po wpisaniu /sk reload all. Liczę na szybką pomoc, pozdrowionka. https://code.skript.pl/AkK6ytnf Błędy: [21:23:54 ERROR]: Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (Marry.sk, line 87: message "{@chatTag} {@marryYouReceived}" to player arg') [21:23:54 WARN]: Delays less than one tick are not possible, defaulting to one tick. (Marry.sk, line 127: wait {@teleportDelay}') [21:23:54 WARN]: Delays less than one tick are not possible, defaulting to one tick. (Marry.sk, line 155: wait {@teleportDelay}')
  5. chatTag: [LC] marryYouReceived: &e%player%&r would like to marry you! Type /marry %player% to accept, or /marry decline %player%" to decline. to są te opcje
  6. Tak się prezentuje ta 87 linia message "{@chatTag} {@marryYouReceived}" to player arg
  7. Zmienione, ale warny teraz: [21:23:54 ERROR]: Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (Marry.sk, line 87: message "{@chatTag} {@marryYouReceived}" to player arg') [21:23:54 WARN]: Delays less than one tick are not possible, defaulting to one tick. (Marry.sk, line 127: wait {@teleportDelay}') [21:23:54 WARN]: Delays less than one tick are not possible, defaulting to one tick. (Marry.sk, line 155: wait {@teleportDelay}')
  8. Linia 87: message "{@chatTag} {@marryYouReceived}" to "%player arg%"
  9. Oto logi: [20:42:41 ERROR]: Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (Marry.sk, line 87: message "{@chatTag} {@marryYouReceived}" to "%player arg%"') [20:42:41 WARN]: Delays less than one tick are not possible, defaulting to one tick. (Marry.sk, line 127: wait {@teleportDelay}') [20:42:41 WARN]: Delays less than one tick are not possible, defaulting to one tick. (Marry.sk, line 155: wait {@teleportDelay}') Co zrobić?
  10. fabeq

    błąd

    Co jest nie tak w linii: message "{@chatTag} {@marryYouReceived}" to player arg else: {marriage.proposal.%player%} is not set: set {marriage.proposal.%player%} to "%player arg%" message "{@chatTag} {@marryYouSent}" message "{@chatTag} {@marryYouReceived}" to player arg if {@enableProposalCooldown} is true: set {_MarriageProposalTimer} to now
  11. fabeq

    Błąd

    Co jest nie tak w linii: message "{@chatTag} {@marryYouReceived}" to player arg else: {marriage.proposal.%player%} is not set: set {marriage.proposal.%player%} to "%player arg%" message "{@chatTag} {@marryYouSent}" message "{@chatTag} {@marryYouReceived}" to player arg if {@enableProposalCooldown} is true: set {_MarriageProposalTimer} to now
  12. fabeq

    Błąd w skrypcie

    Co jest nie tak w linii: message "{@chatTag} {@marryYouReceived}" to player arg else: {marriage.proposal.%player%} is not set: set {marriage.proposal.%player%} to "%player arg%" message "{@chatTag} {@marryYouSent}" message "{@chatTag} {@marryYouReceived}" to player arg if {@enableProposalCooldown} is true: set {_MarriageProposalTimer} to now
  13. Kozak, odpowiedz w wiadomości
  14. Wgrałem sobie plugin TimedRewards i do tego trzeba było BCommons, wgrałem oba i BCommons się wczytał a TimedRewards świeci się na czerwono. Warny i errory: (nie patrzcie na godziny) [21:17:19 ERROR]: [org.bukkit.craftbukkit.v1_12_R1.CraftServer] oshi/SystemInfo initializing BCommons v0.2.6 (Is it up to date?) java.lang.NoClassDefFoundError: oshi/SystemInfo at me.bradleysteele.commons.util.SystemInfos.<clinit>(SystemInfos.java:29) ~[?:?] at me.bradleysteele.commons.BPlugin.onLoad(BPlugin.java:87) ~[?:?] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:323) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:225) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at java.lang.Thread.run(Unknown Source) [?:1.8.0_241] Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_241] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:156) ~[PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_241] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_241] ... 6 more [11:37:55 ERROR]: [org.bukkit.craftbukkit.v1_12_R1.CraftServer] Could not initialize class me.bradleysteele.commons.util.SystemInfos initializing TimedRewards v1.1.3-RELEASE (Is it up to date?) java.lang.NoClassDefFoundError: Could not initialize class me.bradleysteele.commons.util.SystemInfos at me.bradleysteele.commons.BPlugin.onLoad(BPlugin.java:87) ~[?:?] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:323) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:225) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
  15. fabeq

    warn

    error niżej [11:37:55 ERROR]: [org.bukkit.craftbukkit.v1_12_R1.CraftServer] Could not initialize class me.bradleysteele.commons.util.SystemInfos initializing TimedRewards v1.1.3-RELEASE (Is it up to date?) java.lang.NoClassDefFoundError: Could not initialize class me.bradleysteele.commons.util.SystemInfos at me.bradleysteele.commons.BPlugin.onLoad(BPlugin.java:87) ~[?:?] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:323) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:225) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
  16. fabeq

    warn

    co mam zrobic w takim razie?
  17. fabeq

    warn

    Oto WARN jaki mi się wyświetla, jak to naprawić? [21:17:19 ERROR]: [org.bukkit.craftbukkit.v1_12_R1.CraftServer] oshi/SystemInfo initializing BCommons v0.2.6 (Is it up to date?) java.lang.NoClassDefFoundError: oshi/SystemInfo at me.bradleysteele.commons.util.SystemInfos.<clinit>(SystemInfos.java:29) ~[?:?] at me.bradleysteele.commons.BPlugin.onLoad(BPlugin.java:87) ~[?:?] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:323) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:225) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at java.lang.Thread.run(Unknown Source) [?:1.8.0_241] Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_241] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:156) ~[PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_241] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_241] ... 6 more
  18. ok dzk
  19. [20:48:27 ERROR]: Could not load 'plugins\TimedRewards-1.1.3-RELEASE.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: BCommons at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:218) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:318) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:225) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) [PaperSpigot-1.12.2-b1373.jar:git-Paper-1373] at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
  20. Wgrałem plugin TimedRewards i nie wczytuje się. Nie widzę go w /plugins i nie pojawia się folder z configiem itp. Niby przetestowane na wersji 1.12 a nie działa. Wie ktoś o co chodzi?
  21. Mam plugin infoboardreborn i chcę tam dodać moje zmienne, {_thirst} to aktualne pragnienie. Mam plugin PlaceholderAPI ale nie wiem jak zaimportować zmienną czy jak to tam się nazwywa, ktoś się zna?
  22. a ja proszę o pomoc w skripcie...
  23. Napisałem sobie skrypt na scoreboard. Dodałem własne zmienne, i wyświetla mi się, np Woda: <none>/<none> zamiast, np. 78/100. Wie ktoś w czym problem? Oto kod: Options: Version: 1.0 every 5 second: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&b&lREAL&f&lLIFE" set score "" in sidebar of loop-player to 5 set {_thirst} to yaml value "%{_gracz}%.statistics.thirst" from file "plugins/srSerwer/players/%{_gracz}%.yml" set {_max-thirst} to yaml value "%{_gracz}%.statistics.max-thirst" from file "plugins/srSerwer/players/%{_gracz}%.yml" set score "&7» &bWoda: &7%{_thirst}%/%{_max-thirst}%" in sidebar of loop-player to 4 set {_strength} to yaml value "%{_gracz}%.statistics.strength" from file "plugins/srSerwer/players/%{_gracz}%.yml" set {_max-strength} to yaml value "%{_gracz}%.statistics.max-strength" from file "plugins/srSerwer/players/%{_gracz}%.yml" set score "&7» &fSila: &7%{_strength}%/%{_max-strength}%" in sidebar of loop-player to 3 set {_job} to yaml value "%{_gracz}%jobs.job" from file "plugins/srSerwer/players/%{_gracz}%.yml" set score "&7» &bPraca: &7%{_job}%" in sidebar of loop-player to 2 set score " " in sidebar of loop-player to 1 set score "&etutaj bedzie ip" in sidebar of loop-player to 0
×
×
  • Dodaj nową pozycję...