Refer a Friend ?

Discussion in 'Archived: Plugin Requests' started by Jnccraft, Nov 5, 2012.

  1. Offline

    Retherz_

    do u have any links to copyright?
     
  2. Offline

    TopGear93

    I actually made a plugin that does exactly what your looking for but sadly only 20 or so people used it on average so I stopped developing it. Its called "ReferGift".
     
  3. WE DON'T SUPPORT CRACKED GAMES.
     
  4. Offline

    busterroni

    Is your name bukkit?
     
  5. Offline

    Retherz_

    should start talking about the request instead on this thread :)
     
    blackwolf12333 likes this.
  6. Offline

    breezeyboy

    Or Bukkit.getServer().getPluginManager.DisablePlugin(this);
     
  7. If "we" don't support cracked games than how can you explain that bukkit doesn't have onlinemode default to true?
    Also, if you make your plugin only work on online server that would mean less users, a lot less.
    I also don't get the point of not supporting cracked games, why would you do that??
     
  8. Offline

    Kodfod

    Bukkit does not endorse offline mode servers. Any plugin that sets it's aim to aid offline mode servers are not allowed. However, offline mode exists for debugging purposes, (like when minecraft.net is down or when you need to test actions that require more than one player.)

    It's useless to argue about the subject... If you really dislike offline-mode servers and do not wish for your plugin to work on such servers, do as some people above me has posted:

    Code:JAVA
    1. public void onEnable() {
    2. if(!Bukkit.isOnlineMode){
    3. Bukkit.getPluginManager.DisablePlugin(this);
    4. }
    5. }


    Back on topic:

    I have made this a while back.... if no one posts one that will suffice, I will post mine ^_^
    It has:
    IP Lock
    Configurable Rewards:
    Blocks
    XP
    Potions
    Special Effects
    Money (requires Vault)
    Permissions (requires Vault)
    Top 10 Refers

    It's a great idea =)
     
  9. Offline

    Retherz_

  10. Offline

    midnight483

    this would be amazing! cant wait till its made!
     
  11. Offline

    Anwarrex

    I made it.
     
  12. Offline

    Retherz_

    Anwarrex Can you add a link for bukkit dev ;)?
     
  13. Offline

    Retherz_

    Anyone who is doing/has done it?​
     
  14. Offline

    Edge209

Share This Page