Private uploads question

Discussion in 'Plugin Development' started by james137137, Aug 3, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    james137137

    I haven't done anything yet so don't go pressing any panic buttons please.

    I server admin has commented on the forum that he would like to be able to change the command from /fchat to /kchat for my plugin.


    I know I could do this but I assume he would be a one off thing, which means its a kind of waste of time trying to add another command when i can just replaceall for just him.

    My question is can I modify my plugin and give it to him as unapproved plugin. or is there a way to upload the plugin and approve it but have it visible to him only?

    Thanks

    James137137
     
  2. Offline

    gomeow

    You could always use the bukkit.yml for aliases...
    Add this to the bukkit.yml:
    Code:
    aliases:
      kchat: fchat
    Now kchat will execute fchat

    Although, to answer your question, its usually fine to modify someone else's plugin as long as you don't make it available publicly. Just read the license it was uploaded under
     
Thread Status:
Not open for further replies.

Share This Page