Jump to content

/t shown in mytown plugin, but it not works


kaliber110

Recommended Posts

Posted

Guys many new players try to use /t accept or /t ...

i would like if the town info would display /town instead of /t so that would make it much easier for new players

@brunyman can u do something for that?

 

hHope it could be fixed because it would save much time to tell them

Posted

I believe /t is conflicting with a tell command, if those could be disabled on other plugins (mainly Herochat and Essentials) it would be fixed.

Posted

Bruny already answered this elsewere, due to the conflict between /tell and /town (/t and /t) it doesn't work- and he couldn't do anything to change it.

All we can do is perhaps add some information anywhere to do /town instead of /t.

Posted

i just mean that the /town command info text could be adapted

i know the problem with /t but can he just fix the msg shown, that it says /town ... instead of /t ...

Posted

I fixed this on a server with Essentials:

  • Get the plugin jarfile on your local PC and extract plugin.yml from it.
  • Go to this section:
  msg:
    description: Sends a private message to the specified player.
    usage: /<command> <to> <message>
    aliases: [w,m,t,pm,emsg,epm,tell,etell,whisper,ewhisper]
  • Remove "t" from the list of aliases. It should remain like this:
    aliases: [w,m,pm,emsg,epm,tell,etell,whisper,ewhisper]
  • Save the plugin.yml, add it back to the plugin jarfile, stop the server, add the modified plugin, start the server.

Boom, Essentials no longer handles /t :D

Hope this helped.

  • Founder
Posted

Hi, but we disabled the essentials /t cmd using the essentials config:

disabled-commands:
  - mute
  - ban
  - banip
  - kick
  - tempban
  - t

 

But I will give it a try anyway

  • Henk locked this topic

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site you agree to the following Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.