TimeOnline

Discussion in 'Plugin Requests' started by 4lmutairi, Jun 4, 2015.

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

    4lmutairi

    Plugin category: General

    Suggested name: TimeOnline

    What I want: I'd like a plugin that calculate all the time you've been on this plugin for networks using mysql

    Ideas for commands: /playtime - /timeonline = shows you how much time you are online

    Ideas for permissions: Every 1 can access /playtime - /timeonline

    When I'd like it by: ASAP!
     
  2. Offline

    3ShotGod

    I could probably do this for you, maybe not with mysql...
     
  3. Offline

    raymart23

    @4lmutairi I can make it but you want them to give some prizes if they play longer ?:D
     
  4. Offline

    4lmutairi

    no
     
  5. Offline

    raymart23

  6. Offline

    KrazyRaven

    Working on something extremely similar, but instead of rewards you can apply for staff. Stores it locally though, not in a server.
     
  7. Offline

    Ruptur

    @4lmutairi
    Name: TimeOnline
    Version: 1.0
    Description:Keep and record the online time of a player!

    Commands:
    Code:
    /playtime OR /timeonline- View your playtime
    
    Permissions(None):

    Config:
    Show Spoiler

    Code:
    # \----------------------------------------------/ #
    # |          TimeOnline Configuration File      | #
    # |              Plugin by Ruptur               | #
    # /----------------------------------------------\ #
    
    # Please like the post and follow me for moh :)
    # Color codes support (&)
    
    # Plugin TimeOnline
    # Created by Ruptur on 08/06/2015.
    # Bukkit Ruptur | http://bukkit.org/members/ruptur.91042434/
    # Skype Mr.wongy | London => for help / more plugins
    # Contact me via Bukkit forums for help or more plugins
    
    # ** - indicates you are able to use '&' for colors.
    
    # Sorry i dont got into too much detail in this config
    # because its all pretty much self explanatory
    
    prefix: '<gray>[<green>Time<red>Online<gray>]' #**
    
    saving:
        type: flatfile # or mysql
        # Where to save the player's online time
        # type: flatfile - Save in a flatfile called player.yml
        # tpye: sql - Save in sql database
    
    
    mysql:
        host: 127.0.0.1
        port: 3306
        database: minecraft
        user: root
        pass: password
    

    Features:
    - Store online time in mysql or flatfile

    Download (TimeOnline.jar):
    Size: 9kb
    File: [link]
     
    Last edited: Jun 16, 2015
    Scorpionvssub likes this.
  8. Online

    timtower Administrator Administrator Moderator

    @Ruptur You probably want to put the correct link in, unless you want us to use google to find it.
     
  9. Offline

    Ruptur

    @timtower
    I'm sorry i dont know what it wrong with me and links - i keep forgeting to change the link and sometimes how (faceplam)


    @4lmutairi
    Link updated
     
    timtower likes this.
  10. Offline

    mttprvst13

    Please set to "filled"
     
Thread Status:
Not open for further replies.

Share This Page