[DiscordArchive] Do you mean the commands you enter in the world console don't have any console print, or nothing hap
[DiscordArchive] Do you mean the commands you enter in the world console don't have any console print, or nothing hap
Archived author: metallinos • Posted: 2025-02-12T23:01:17.502000+00:00
Original source
Do you mean the commands you enter in the world console don't have any console print, or nothing happens in the world when you do it? Like, .kick <your name> doesn't log you off?
Archived author: Yogurtking • Posted: 2025-02-12T23:02:00.697000+00:00
Original source
yeah both, I can type 'server restart 5s' and the server doesn't restart and there is no feedback in the console
Archived author: Yogurtking • Posted: 2025-02-12T23:02:57.890000+00:00
Original source
just rebuilt with eluna, dungeon respawn and world chat, so I'm guessing one of those messed it up, but I thought I'd check here for ideas before rebuilting again
Archived author: metallinos • Posted: 2025-02-12T23:03:26.951000+00:00
Original source
Eluna? Is it possible you are using a registerplayerevent on command and returning false or returning early if there is no player object?
Archived author: Yogurtking • Posted: 2025-02-12T23:04:26.752000+00:00
Original source
hmm, maybe I'm not really sure, I haven't really messed with eluna, I just wanted it for in game changing xp and crafting rate
Archived author: metallinos • Posted: 2025-02-12T23:04:30.177000+00:00
Original source
Could also be you have a registerplayerevent on command and return false on all commands at the end of the script, instead of just the ones that match
Archived author: metallinos • Posted: 2025-02-12T23:04:41.532000+00:00
Original source
Are you running any Eluna scripts?
Archived author: Yogurtking • Posted: 2025-02-12T23:05:21.823000+00:00
Original source
yeah its called config rates https://github.com/Day36512/Config_Rates
[Embed: GitHub - Day36512/Config_Rates: A list of scripts that can handle e...]
A list of scripts that can handle experience rates, gathering rates, and crafted item amounts in game with simple commands. - Day36512/Config_Rates
https://github.com/Day36512/Config_Rates
Archived author: Yogurtking • Posted: 2025-02-12T23:05:53.403000+00:00
Original source
so I should look in that for registerplayerevent ok, thanks for the tip
Archived author: metallinos • Posted: 2025-02-12T23:06:06.012000+00:00
Original source
function CraftingRatesNamespace.SetCraftRate(event, player, command)
if not player then
return false
end