Advertisement
MiniRoger123

Code & Error

Aug 30th, 2019
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. on reaction add seen by "Miau":
  2. if {MusicCommandAutor.%discord id of event-guild%} is discord id of event-member:
  3. if {MusicMessages.%discord id of event-guild%::*} contains event-message:
  4. if discord name of event-emote is "one":
  5. join voice channel of event-member
  6. purge {MusicMessages.%discord id of event-guild%::*} with event-bot
  7. reply with "%emote ""x""% This is a privated code e.e xd"
  8.  
  9.  
  10.  
  11. Console Error:
  12.  
  13.  
  14. [16:51:59 - Skript update thread/INFO]: [Skript] You're currently running a beta version of Skript, and no new stable version is available. Please note that you have to update to newer beta versions manually!
  15. [16:51:59 - Server thread/INFO]: [skUtilities] v0.9.0: A new version of the skUtilities is out v0.9.2
  16. [16:51:59 - Server thread/INFO]: [skUtilities] v0.9.0: Download v0.9.2: 'https://github.com/tim740/skUtilities/releases/latest'
  17. [16:51:59 - Server thread/INFO]: [skUtilities] v0.9.0: Option: 'downloadUpdates' is disabled in the config.
  18. [16:54:05 - Server thread/ERROR]: #!#!
  19. [16:54:05 - Server thread/ERROR]: #!#! [Skript] Severe Error:
  20. [16:54:05 - Server thread/ERROR]: #!#!
  21. [16:54:05 - Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
  22. [16:54:05 - Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
  23. [16:54:05 - Server thread/ERROR]: #!#! and check whether this error has already been reported.
  24. [16:54:05 - Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
  25. [16:54:05 - Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
  26. [16:54:05 - Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
  27. [16:54:05 - Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
  28. [16:54:05 - Server thread/ERROR]: #!#!
  29. [16:54:05 - Server thread/ERROR]: #!#! Stack trace:
  30. [16:54:05 - Server thread/ERROR]: #!#! java.lang.IllegalStateException: Cannot get custom emote for emoji reaction
  31. [16:54:05 - Server thread/ERROR]: #!#! at net.dv8tion.jda.api.entities.MessageReaction$ReactionEmote.getEmote(MessageReaction.java:504)
  32. [16:54:05 - Server thread/ERROR]: #!#! at me.iblitzkriegi.vixio.events.EvtAddReaction$8.get(EvtAddReaction.java:84)
  33. [16:54:05 - Server thread/ERROR]: #!#! at me.iblitzkriegi.vixio.events.EvtAddReaction$8.get(EvtAddReaction.java:81)
  34. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.getValue(EventValueExpression.java:103)
  35. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.get(EventValueExpression.java:89)
  36. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103)
  37. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:88)
  38. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103)
  39. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getSingle(SimpleExpression.java:61)
  40. [16:54:05 - Server thread/ERROR]: #!#! at me.iblitzkriegi.vixio.expressions.ExprName.get(ExprName.java:35)
  41. [16:54:05 - Server thread/ERROR]: #!#! at me.iblitzkriegi.vixio.expressions.ExprName.get(ExprName.java:22)
  42. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:162)
  43. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:157)
  44. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:258)
  45. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:58)
  46. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:53)
  47. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
  48. [16:54:05 - Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
  49. [16:54:05 - Server thread/ERROR]: #!#! at me.iblitzkriegi.vixio.events.base.BaseEvent.lambda$null$1(BaseEvent.java:139)
  50. [16:54:05 - Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  51. [16:54:05 - Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  52. [16:54:05 - Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
  53. [16:54:05 - Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  54. [16:54:05 - Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  55. [16:54:05 - Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  56. [16:54:05 - Server thread/ERROR]: #!#! at java.lang.Thread.run(Unknown Source)
  57. [16:54:05 - Server thread/ERROR]: #!#!
  58. [16:54:05 - Server thread/ERROR]: #!#! Version Information:
  59. [16:54:05 - Server thread/ERROR]: #!#! Skript: 2.2-Fixes-V8b
  60. [16:54:05 - Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
  61. [16:54:05 - Server thread/ERROR]: #!#! Minecraft: 1.8.8
  62. [16:54:05 - Server thread/ERROR]: #!#! Java: 1.8.0_201 (Java HotSpot(TM) Client VM 25.201-b09)
  63. [16:54:05 - Server thread/ERROR]: #!#! OS: Windows 10 x86 10.0
  64. [16:54:05 - Server thread/ERROR]: #!#!
  65. [16:54:05 - Server thread/ERROR]: #!#! Running CraftBukkit: false
  66. [16:54:05 - Server thread/ERROR]: #!#!
  67. [16:54:05 - Server thread/ERROR]: #!#! Current node: null
  68. [16:54:05 - Server thread/ERROR]: #!#! Current item: discord name of event-types.emote is equal to "one" (comparator: ch.njol.skript.classes.data.DefaultComparators$13@9f6420)
  69. [16:54:05 - Server thread/ERROR]: #!#!
  70. [16:54:05 - Server thread/ERROR]: #!#! Thread: Server thread
  71. [16:54:05 - Server thread/ERROR]: #!#!
  72. [16:54:05 - Server thread/ERROR]: #!#! End of Error.
  73. [16:54:05 - Server thread/ERROR]: #!#!
  74.  
  75.  
  76.  
  77. Problem is only in 2.0.2 and the problem isn't in the 2.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement