self-host-csmm-support
textPage 54 of 373
50 messages on this page
Sunday, July 9, 2023
User bddf69
Oh wait you have only a single role?
User bddf69
Can you screenshot please?
User 602ca8
it's not good π
User 602ca8
i exec a command using a random discord
User bddf69
Can people use the exec command without a role?
User bddf69
Some of those commands are meant to be public
User 602ca8
still people can use all bot commands
User 602ca8
i removed all roles and left admin. I linked it directly to me which is the only person with that role
User 23fa64
Possibly.
User 602ca8
I think it's because i haven't linked the roles
User 23fa64
Roles and permssions in settings.
User 602ca8
where is this located?
User 23fa64
Which ones do you see as a regular player that shouldn't be?
User 602ca8
How can i disabled slash commands of the discord bot. I logged in with a user which is not an admin and i could use them as well
User f886ee
If anyone needs docker-compose for any operating system, I can give it. did recently. there a couple of moments you need to register with your hands and it works right away. affairs for 5 minutes
User bddf69
no worries :D
User 7280a2
appreciate all the helpUser 7280a2
thanks xD
User bddf69
Oh and to make code blocks on discord, use ` backticks π
User bddf69
You're looking for the
hccp console command, that'll hide messagesUser 7280a2
mvw {{ player.entityId }} lobby this works aswell, thanks Catalysm for your help, one other thing, after typing /lobby in the chat /lobby is also sent as a message to the server on top of acting as the command, is there an easy fix for stoping that happening?
User 7280a2
this is what i did to get something working.. and i'll try you final test now

image.png
PNG β’ 10.4 KB
User bddf69
As a final test, can we try
mvw {{ player.entityId }} lobby ?User bddf69
but that's on me I think :p
User bddf69
I see that the last execution (before the switch to teleportplayer) was just doing 'mv lobby'
User bddf69
Aha nice
User 7280a2
so i just tried using the vanilla coords teleport instead of mvw {{ entityId }} lobby and it works perfectly
User 7280a2
works for admin
User 7280a2
it denys that command for this user as permission needs to be 0
User bddf69
Maybe mvw doesnt work with entity Id π€
User bddf69
Thanks, can you try
mvw <your entity id> lobby in the console?User 7280a2
User bddf69
can you give me that please?
User aee541
No content
User 7280a2
as admin i can tp to the wp with ftw lobby
User 7280a2
Yeah, i can send people to the waypoint via console
User bddf69
Okay, have you created the 'lobby' waypoint?
User 7280a2
ok then nope
User bddf69
No restart needed
User 7280a2
I have to restart the server for these changes to take effect right?
User bddf69
So with the modified code for the custom command, does that do anything now?
User bddf69
Alrighty that's good
User 7280a2
csmm said PONG back
User bddf69
Did you set the CSMM prefix to / aswell? Can you try the
/ping chat command from CSMM to see if that's working?User bddf69
Oh my bad sorry
mvw {{ entityId }} lobby forgot the waypoint nameUser bddf69
Ah just do
lobby. No need to have the prefix in there, CSMM already takes care of that.Also, for custom commands, it executes console commands, not chat commands so
/ftw wont work in there, you'll need the console variant of that command. Try changing the command itself to mvw {{ entityId }} ?User 7280a2
prefix is set to /




