8000 In Game Editor Cannot define variables for some strings · Issue #653 · TriggerReactor/TriggerReactor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

In Game Editor Cannot define variables for some strings #653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
chickiyeah opened this issue Nov 24, 2024 · 1 comment
Open

In Game Editor Cannot define variables for some strings #653

chickiyeah opened this issue Nov 24, 2024 · 1 comment
Labels
bug Entire or partly plugin is not working as intended.

Comments

@chickiyeah
Copy link
Member

Before/읽어주세요

Make sure that you have used /trg debug so that the more detailed error message will show up in the console.
신고전에 /trg debug 명령어를 사용해서 디버그 모드를 켜주세요. 그래야 콘솔창에 더 자세한 정보가 나옵니다.


Describe the bug/버그 증상
A clear and concise description of what the bug is.
어떤 증상이 발상하는지 작성 해 주세요.
This is an incomprehensible bug symptom.

de = event.getEntity().getType() X
q = event.getEntity().getType() O

Server information/서버 정보

  1. Paper version 1.21.3-27-master@661839e (2024-11-11T19:22:47Z) (Implementing API version 1.21.3-R0.1-SNAPSHOT)
  2. TriggerReactor version/사용중인 트리거 버전 : 3.4.7 Releasee
    Error message/에러 메시지
    If error message (in red color) shows up in Minecraft client or on the console, report it here
    에러메시지 (빨간색) 가 나타났다면 클라이언트와 콘솔의 메시지를 올려주세요.

[03:50:06] [Server thread/INFO]: Debugging is set to true [03:50:06] [Server thread/INFO]: [io.github.wysohn.triggerreactor.core.main.TRGCommandHandler] Debugging state: true [03:54:07] [User Authenticator #3/INFO]: UUID of player chicki_yeah is fe0be918-5271-4994-a856-76f0f9d8c9dc [03:54:08] [Server thread/INFO]: chicki_yeah joined the game [03:54:08] [Server thread/INFO]: chicki_yeah[/49.170.122.104:60798] logged in with entity id 946080 at ([world]-273.3239415621969, 95.0269325185376, -183.29223356115682) [03:54:53] [Server thread/INFO]: chicki_yeah issued server command: /trg custom org.bukkit.event.entity.EntityDeathEvent entitydeath [03:55:13] [Async Chat Thread - #22/WARN]: java.lang.NumberFormatException: For input string: "=" [03:55:13] [Async Chat Thread - #22/WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) [03:55:13] [Async Chat Thread - #22/WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:662) [03:55:13] [Async Chat Thread - #22/WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:778) [03:55:13] [Async Chat Thread - #22/WARN]: at TriggerReactor-bukkit-latest-3.4.7-Release.jar//io.github.wysohn.triggerreactor.core.manager.ScriptEditManager.onChat(ScriptEditManager.java:144) [03:55:13] [Async Chat Thread - #22/WARN]: at TriggerReactor-bukkit-latest-3.4.7-Release.jar//io.github.wysohn.triggerreactor.bukkit.manager.ScriptEditListener.onChat(ScriptEditListener.java:42) [03:55:13] [Async Chat Thread - #22/WARN]: at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor47.execute(Unknown Source) [03:55:13] [Async Chat Thread - #22/WARN]: at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) [03:55:13] [Async Chat Thread - #22/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [03:55:13] [Async Chat Thread - #22/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [03:55:13] [Async Chat Thread - #22/WARN]: at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) [03:55:13] [Async Chat Thread - #22/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) [03:55:13] [Async Chat Thread - #22/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) [03:55:13] [Async Chat Thread - #22/WARN]: at io.papermc.paper.adventure.ChatProcessor.post(ChatProcessor.java:378) [03:55:13] [Async Chat Thread - #22/WARN]: at io.papermc.paper.adventure.ChatProcessor.process(ChatProcessor.java:85) [03:55:13] [Async Chat Thread - #22/WARN]: at net.minecraft.server.network.ServerGamePacketListenerImpl.chat(ServerGamePacketListenerImpl.java:2437) [03:55:13] [Async Chat Thread - #22/WARN]: at net.minecraft.server.network.ServerGamePacketListenerImpl.broadcastChatMessage(ServerGamePacketListenerImpl.java:2553) [03:55:13] [Async Chat Thread - #22/WARN]: at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChat$9(ServerGamePacketListenerImpl.java:2201) [03:55:13] [Async Chat Thread - #22/WARN]: at net.minecraft.util.FutureChain.lambda$append$1(FutureChain.java:25) [03:55:13] [Async Chat Thread - #22/WARN]: at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) [03:55:13] [Async Chat Thread - #22/WARN]: at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) [03:55:13] [Async Chat Thread - #22/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) [03:55:13] [Async Chat Thread - #22/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) [03:55:13] [Async Chat Thread - #22/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583) [03:55:13] [Server thread/INFO]: Could not execute this trigger. [03:55:13] [Server thread/INFO]: >> Caused by: java.lang.NumberFormatException [03:55:13] [Server thread/INFO]: For input string: "=" [03:55:13] [Server thread/INFO]: If you are administrator, see console for details.

Others/그 밖의 정보들
Add any other context about the problem here.
그 외의 다른 문제가 있으면 여기에 작성 해 주세요.

@chickiyeah chickiyeah added the bug Entire or partly plugin is not working as intended. label Nov 24, 2024
@chickiyeah chickiyeah changed the title In Game Editor Cannot define variables for most strings In Game Editor Cannot define variables for some strings Nov 24, 2024
@chickiyeah
Copy link
Member Author

#654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Entire or partly plugin is not working as intended.
Projects
None yet
Development

No branches or pull requests

1 participant
0