MinecraftPortCentral / Cauldron-Issues

Issue tracker for Cauldron - http://cauldron.minecraftforge.net
13 stars 6 forks source link

Lord of the Rings Mod 20.2 teleport command reports "Unknown command" with Cauldron latest build for Forge 1231 #29

Open keenerb opened 10 years ago

keenerb commented 10 years ago

Forge 1231, teleport works fine. Cauldron 1231, teleport reports "Unknown command."

This is accessed by entering the Middle earth dimension, opening the Map, and attempting to teleport to a new location.

bloodmc commented 10 years ago

Are you using a plugin that uses the SAME command? Pretty dumb if the mod dev used /teleport as that is generic and can easily conflict with others. Remove ALL plugins and retest.

keenerb commented 10 years ago

Sorry, this is with no plugins at all.

I'll post the startup logs, maybe the permissions for the forge commands will tell me something.

keenerb commented 10 years ago

[15:20:05] [Server thread/INFO]: Registered command alignment with permission node lotr.common.command.LOTRCommandAlignment [15:20:05] [Server thread/INFO]: Registered command fastTravelTimer with permission node lotr.common.command.LOTRCommandFastTravelTimer [15:20:05] [Server thread/INFO]: Registered command lotr_summon with permission node lotr.common.command.LOTRCommandSummon [15:20:05] [Server thread/INFO]: Registered command fastTravelCooldown with permission node lotr.common.command.LOTRCommandFastTravelCooldown [15:20:05] [Server thread/INFO]: Registered command banStructures with permission node lotr.common.command.LOTRCommandBanStructures [15:20:05] [Server thread/INFO]: Registered command allowStructures with permission node lotr.common.command.LOTRCommandAllowStructures

All these commands work, the only ones registered in startup logs.

I did notice they seem to be case-sensitive, if I type 'allowstructures' it reports command not found, but allowStructures works. Other commands like tp are fine with mixed case and whatnot, so that's my guess as to the issue.