VentureChat
Is there a way to change the commands for switching channels?
So our goal is to have different channels for different chat ranges. For example
Whisper
Talk
Shout
We want our players to be able to type in /whisper or /w or something like that to swap into talking in a smaller range.
As far as I understand VChat the have to type in /join [Name]
We dont like that and look for a way to customize that if possible.
32 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by fabyskan#0
you can make a command that executes the /join command
In each of the channels you can setup an alias, there's some by default in VC.
IE
/g
is global chat by default.
Check the config for more examplesAh I see thank you
Somehow when I Set r or u as an alias it doesnt work
other Letters did work
Kinda weird but I guess I can work around it
Likely another plugin overwriting those.
Can modify it using commands.yml
BukkitWiki
Commands.yml
commands.yml is a configuration file that houses custom defined aliases and command block overrides for your CraftBukkit server.
The command block override system provides a quick and easy way to force the server to use the commands provided by Mojang (as opposed to the ones built into Bukkit) for command blocks specifically, leaving all other c...
Oh interesting thank you
/u and /r arent recognised at all ingame
So is this a common issue? ProtocolLib, PlaceholderAPI, Vault and LuckPerms are installed
try /papi ecloud download vault
might need to change its default format to do %vault_prefix% %player_name%
and /papi ecloud download player
and then papi reload
Oh it fixed the vault prefix
The name is still bugged
Thank you
ah try and change {player_displayname}
to {player_name}
and remember to ecloud download player
Oh it worked! Thank you
What does papi ecloud do? Update the plugins?
papi is placeholderapis command
ecloud is its extension library
Ah so I can grab libraries with that command I see
Thank you
so you can download extensions from the online collection
ok I am so confused by this. It for some reason only works for one of the 3 channels. It seems I am very limited to certain commands that I can use for the aliases even tho they should override anything else, right?
What's your commands.yml and what isn't working?
somehow /sc works
But /uc and /fc are unknown commands
when i replace fc with bc it somehow works
as you can see I worked with join and channel
seems to make no difference
How is the game not finding any command? there are 4 levels that would be possible. I am really confused by now
Don't think commands.yml registers the commands as tab completable.
you can use mycmd, or conditionalevents aswell
Try actually running the command
^
running the command?
Oh yea
I did
after many restart now fc and uc work but sc doesnt work anymore
"doesn't work" doesn't tell me anything to help you with.
Well before the restart /uc and /fc just gave me the classical unknown command feedback
But sc now gives me this
But shouldnt the alias overwrite it?
not if u didnt disable the other command
afaik
ok I try to find its source and disable it
ok ok now it works..
Thank you very much
!solved
post closed!
The post/thread has been closed!
Requested by fabyskan#0