Jump to content

/t shown in mytown plugin, but it not works


kaliber110

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 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.