-
Notifications
You must be signed in to change notification settings - Fork 6
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
Command blocks and /tpj Command don't work #43
Comments
Hmm, well that is really strange then, because it's certainly supposed to work, and when I tried it just now, it does work in my test world. So Also in general I'd highly recommend using the latest 1.6.0 version instead of the old 1.5.5, but that's besides this issue... I tested it in 1.5.5 just now. Edit: Oh one thing, did you try any other (vanilla) dimension IDs? Are you sure dimension 12 exists currently? (Does it show up in the |
@maruohon I'm running a CatServer so I can use both Forge and Bukkit mods. Is there a possibility of conflicts with any of these: Forge Mods: Plugins |
I don't see how it would be a conflict with another Forge mod, they don't usually do stuff that would break that kind of things. However a bukkit/spigot/etc. server especially with some protection plugins might add/change the command permission such that you would need to add a permission node somewhere to run that command, maybe? That's my best and only guess as to why it wouldn't work. Does it say anything in the command block's Previous Output field after trying to execute the tpj command? |
No, there is nothing in the previous output box. I'll look into the permissions though. |
I tried removing all of the permission plugins/mods on a test server that I set up and did it on a clean build with a new world. The Command block still was not not responsive to a button press with the command |
Hmm, it should be giving you at least some output in the command block output field? What about if you just make a typo, like |
No, it doesn't complain about that. In fact, if I try any command that's not registered (or it thinks it's not registered) like |
Do you have the output tracking enabled in the command block? The button next to it should show Edit: In the screenshot you posted, it seemed to be disabled. |
Yeah I realized that which is why I got rid of the screen shot. I got it figured out though. It was showing the output for a |
It still doesn't show anything for the tpj commands? How is that even possible... Does it work if you remove the Bukkit whatever component you use, and just run it under normal Forge? |
Forge provides its own |
Minecraft Version: 1.12.2
Just Enough Dimensions Mod Version: 1.5.5
The command block has the following command set:
/tpj @p 12
Expected Behavior: Teleports executing player to the default spawn area of dimension 12.
Actual Behavior: Nothing. No errors and the server console doesn't even say the command was run at all.
This command works
/tpj @p 12
exactly as intended when copied into the chat but does not work with a button on a command block. Command blocks are enabled on the server and I can use other commands such as /tp and /say.I have also tried
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: