BungeeOnlineTime icon

BungeeOnlineTime -----

A very simple plugin which logs a players online time.




Version: 8.3
pretty good, but abandoned.
I made an updated fork that also features Velocity support and improved placeholders https://github.com/itsTyrion/BungeeOnlineTime

Version: 8.3
It works to me, placeholders works just fine on bungee network.

But i have a big problem, i'm gonna put it in the reviews, since the developer last activity was 1 year ago.
If someone had this problem or have the solution let me know please!

BungeeOnlineTime on the waterfall break the plugin FastLogin (/premium auth), i've tested removing every proxy plugin (one by one), when i removed BungeeOnlineTime, FastLogin worked again, then i put back all my plugins and configs just removing BungeeOnlineTime time and FastLogin worked just fine!

The error main warn:
-java.lang.NoClassDefFoundError: net/md_5/bungee/protocol/Property
-Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.protocol.Property

Version: 8.3
Works great! Placeholders work decent. If you have 0 hours or min, it will not show

Version: 8.3
Great plugin, but Expansion not work. it return null. That's a pity.

Version: 8.3
Realy good plugin for getting online time of players. It would by nice if you can add some placehoder like %onlinetime_top_10% to get to 10 players with the most playtime on the server for holograms etc.

Version: 8.3
The plugin works totally fine and does exactly what I supposed it to do. It was hard to find a plugin like this, but I found probably the best one here.

Version: 8.3
Hallo ich habe die platzhalter hinzugefügt aber es aktualisiert sich nicht, aber nach einem Rejoin ändert sich das im sCoreboard. Wo ist das
Problem ?

Version: 8.3
My suggestion is that, will be nice if you add the option to see the last seen and last played time.

Version: 8.3
Placeholder funktioniert nicht, alles andere Funktioniert top jedoch das, wofür ich es gedownloadet habe funktioniert nicht, könntest du mir bei dem Problem helfen oder ist das nicht möglich?

Version: 8.3
Great plugin! I'be been using it for years. Looking forward for spigot support as well!

Version: 8.3
Das Plugin ist echt gut!
Gibt es eige eine API, wie ich die Spielzeit abfrage wie früher?
Ik es gibt placeholder, aber naja, möchte eher die API einbinden.
-
Author's response
Hi danke! Versuchs mal so:

BungeeOnlineTimePlugin plugin = (BungeeOnlineTimePlugin) ProxyServer.getInstance().getPluginManager().getPlugin("BungeeOnlineTime");
try {
List<OnlineTime> onlineTimes = plugin.database.getOnlineTime("someNameOrUUID");

} catch (SQLException e) {
e.printStackTrace();
}

Version: 8.2
Can't connect to MySQL



16:50:05 [INFO] [BungeeOnlineTime] Connecting to MySQL...

16:50:05 [INFO] [BungeeOnlineTime] Error while connecting to MySQL. Disabling plugin...

16:50:05 [SEVERE] java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver

16:50:05 [SEVERE] at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:63)

16:50:05 [SEVERE] at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:37)

16:50:05 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:351)

16:50:05 [SEVERE] at java.lang.Class.forName0(Native Method)

16:50:05 [SEVERE] at java.lang.Class.forName(Class.java:264)
-
Author's response
You are probably using an outdated BungeeCord version. But I uploaded a new version (8.3) that should fix this error. Otherwise you have to update BungeeCord.

Version: 8.2
Plugin Size 9.3mb
Are you sure you have downloaded the correct file?
Despite the fact that earlier its size was 20kb
-
Author's response
Yes, unfortunately I had to include the SQLite Jar, since the injection method I used doesn't work anymore on Java 9+. If you are using MySQL, you can download the 20kb version here: https://github.com/R3fleXi0n/BungeeOnlineTime/blob/master/target/BungeeOnlineTime-without-SQLite.jar

Version: 7.0
Maybe some important component was changed in the updates this year, but the plugin has stopped working properly, it has been thoroughly tested but still the results are not good. It gives many errors in console and has several bugs.
-
Author's response
Hey, try version 8.0, it should work now.

Version: 7.0
Placeholder dont work!
---------------------------------------------------------------------------
-
Author's response
Hey, unfortunately not all PlaceholderAPI plugins are compatible. But you can try version 8.0, it might work now.

Version: 7.0
This plugin does not work at all, config is generated but the plugin has no functionality. I have tested the plugin on console and on multiple bungeecord servers.
-
Author's response
Hey, try version 8.0, it should work now.

Version: 7.0
does not work on java 11
.
-
Author's response
Hey, try version 8.0, it should work now.

Version: 7.0
Plugin deletes playtime hours randomly without a reason, dropps many errors in the console and is a very bad choice for a good bungee playtime system.
-
Author's response
Hey, try version 8.0, it should work now.

Version: 7.0
20:15:50 [SCHWERWIEGEND] java.io.IOException: Server returned HTTP response code: 403 for URL: https://bitbucket.org/xerial/sqlite-jdbc/downloads/sqlite-jdbc-3.23.1.jar
20:15:50 [SCHWERWIEGEND] at sun.net. www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
20:15:50 [SCHWERWIEGEND] at sun.net. www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
20:15:50 [SCHWERWIEGEND] at sun.net. www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)
20:15:50 [SCHWERWIEGEND] at sun.net. www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)
20:15:50 [SCHWERWIEGEND] at java.security.AccessController.doPrivileged(Native Method)
20:15:50 [SCHWERWIEGEND] at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
20:15:50 [SCHWERWIEGEND] at sun.net. www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481)
20:15:50 [SCHWERWIEGEND] at sun.net. www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
20:15:50 [SCHWERWIEGEND] at java.net.URL.openStream(URL.java:1045)
20:15:50 [SCHWERWIEGEND] at lu.r3flexi0n.bungeeonlinetime.BungeeOnlineTime.downloadSQLite(BungeeOnlineTime.java:158)
20:15:50 [SCHWERWIEGEND] at lu.r3flexi0n.bungeeonlinetime.BungeeOnlineTime.onEnable(BungeeOnlineTime.java:69)
20:15:50 [SCHWERWIEGEND] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:250)
20:15:50 [SCHWERWIEGEND] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:285)
20:15:50 [SCHWERWIEGEND] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
20:15:50 [SCHWERWIEGEND] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)


Im Scoreboard (Spigot 1.8.8) klappts nicht... Errors in der Bungee Console gibt es auch genug...
-
Author's response
Hallo, habe den Fehler in Version 8.0 behoben.

Version: 7.0
Beste Plugin. So viele Downloads und fast gar keine Resizionen. ------------------------------

Version: 7.0
Installed the plugin. Writing a command. Write " Player nick not found". What should I do?

Version: 7.0
Great!
But dont write in database.
I set perrmission for player = "onlinetime.save" and "onlinetime.own" but not working. Please update 1.15.2

Version: 7.0
Plugin works fine on 1.12.2 BungeeCord System but i cant work with Placeholder in other Plugins (example Scoreboard). I get Error1 when i insert %onlinetime_hours%

Version: 7.0
not working i have to install it on both spigot and bungee? please help me the plugin is not working

Version: 7.0
10:21:31 [SEVERE] java.lang.NullPointerException
10:21:31 [SEVERE] at lu.r3flexi0n.bungeeonlinetime.OnlineTimeListener.lambda$onPluginMessage$2(OnlineTimeListener.java:109)
10:21:31 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
10:21:31 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
10:21:31 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
10:21:31 [SEVERE] at java.lang.Thread.run(Unknown Source)
10:21:31 [SEVERE] java.lang.NullPointerException
10:21:31 [SEVERE] at lu.r3flexi0n.bungeeonlinetime.OnlineTimeListener.lambda$onPluginMessage$2(OnlineTimeListener.java:109)
10:21:31 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
10:21:31 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
10:21:31 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
10:21:31 [SEVERE] at java.lang.Thread.run(Unknown Source)

Version: 7.0
Hey. ich mag das Plugin sehr, aber bitte bearbeite das PlaceholderAPI Addon so das es von PlaceholderAPI erkannt wird LG. Jonas

Version: 7.0
Nice plugin. I love it. But i have a problem, i need this plugin fot 1.14.
. Please update to 1.14!

Version: 7.0
Hey ich finde es an sich ein Gutes Plugin aber könntest du mir schreiben wie man es mit der neuen version macht das die zeit im Scoreboard angezeit wird LG Silas

obj.getScore("§8•§7● Onlinezeit:").setScore(4);
obj.getScore("§8➜" ).setScore(3);

Version: 7.0
A very good plugin that I was searching for a while. It does a great job with what it is supposed to do.

Version: 7.0
This is the plugin that my network was looked for weeks.
Thank you so much! I hope it is get supported for a long time.

Version: 7.0
this plugin is very good but when i put it in bungeecord plugins and run the server when i write /onlinetime or /ot it says command is unknown please fix this
-
Author's response
Log errors?

Version: 7.0
Wie kann man die Api benutzen?
Aber sonst ist es ein gutes Plugin.-.-.-.-.-.-.-.-
-
Author's response
Gibt keine richtige API, aber schau mal in die Beschreibung, habe da einen "API"-Abschnitt hinzugefügt.

Version: 7.0
Ich hab ein Problem. Bei mir die online zeit nie dazu gerechnet. Also wenn ich /ot mache dann steht da der Spieler wurde nicht gefunden. Obwohl ich der spieler selber bin. Aber mit der Databank MySQL stimmt schon alles ich konnte mir schon onlinezeit cheaten und dann konnte ich /ot machen
-
Author's response
Man braucht die BungeeCord-Permission "onlinetime.save" damit die Zeit gezählt wird.

Version: 7.0
Sehr gutes plugin aber die Placeholder werden nur wenn man joint aktualisiert und das ich nicht grade schön

Version: 7.0
Lovely plugin, works like a charm, super glad that the massive filesize has been eliminated ;p keep it up!

Version: 6.1
Gutes Plugin alles funktioniert wie gewünscht.

Eine Frage habe ich jedoch...
Ich würde die Online Zeit gerne in mein Scoreboard implementieren. Ist das möglich mit der API?

Version: 6.1
At the moment do a big error in console when a player leave the server and the developer are not active, i dont recommend it.

Version: 6.1
not working actually. it does not update the mysql databse. i do not recommend it

Version: 6.1
The plugin is not working and the autor is not responding to our bug reports. I don't recommend it.

Version: 6.1
Author is not active, can't solve problems with plugin.
Online time for players is not saving, even with required permissions.
"/ot get" and "/ot top" commands are not working properly...

Version: 6.1
Geiles Plugin, aber 2 Sachen:
1. Bist du der ehemalige Kyudo Admin?
2. Kannst du eine API hinzufügen als Code und vllt noch einen addtime Command damit man net warten muss ob es funktioniert?

Sonst alles geil ;)
-
Author's response
Danke;)
Ja bin ich
Und eigentlich kann man bereits auf die "API" des Plugins zugreifen, versuchs mal mit BungeeOnlineTime.mysql.getOnlineTime(uuid, 0); zB.

Version: 6.0
Great Plugin Just Have 2 Question i Put This Plugin In My BungeeCord plugins Folder anything is fine but in in game when i type /playtime top offlane player show as [?] in top 10 list should i install in all spigot ? i use MySQL

Here The ScreenShot: http://s9.picofile.com/file/8338093234/top_10.jpg

And Second Question Can You Give Us Webaddons to use BungeeOnlineTop On WebSite Because i can't Doing By MySelf i'm Not Programmers :D just Config Stuff.Ty For Plugin
-
Author's response
Yes, that's because of mojang's api rate limit. Version 6.1 should work better cause I added a name cache.

And no I can't code web addons.

Version: 5.8
Good plugin, thank you very much for it!
Is there any way to show online times on web page using JS/PHP?
I dont know how to do it, because the data are saved very wierd.
Also, it will be nice if you fix /ot get.
-
Author's response
thanks!
just use MySQL, you can find the sql queries here https://github.com/R3fleXi0n/BungeeOnlineTime/blob/master/src/main/java/lu/r3flexi0n/bungeeonlinetime/database/SQL.java
what's wrong with /ot get?

Version: 5.6
nice plugin, but does it have any Placeholders ?
i would love it more and more if it does have, i want to add the Onlinetime to the Chat ( when you hover on the player name )
-
Author's response
thanks, you can try version 5.8 which supports some placeholder plugins.

Version: 5.6
Cool and It works perfectly, I've been searching this for long time and thanks for making this. I would be great if you can add PlaceholderAPI and MVDWPlaceholder support in the future.
-
Author's response
Thank you. As far as I know those are for spigot plugins, not for bungeecord plugins..

Version: 5.6
Yes! My hero, I am so glad to not need MySQL. This is really an amazing resource.
-
Author's response
Thanks:)

Version: 5.5
I dont have mysql and is it needed or it will be works still its looks like good plugin and i need it.
-
Author's response
I added sqlite in version 5.6, so you don't need mysql.

Version: 5.5
---------------------------------------------------------------------------
/ot work
/ot get don't work, i can't see other online time
IP 195.154.29.109:25612
Cracked 1.8/1.12.2 (Bungeecord)
---------------------------------------------------------------------------
-
Author's response
Cracked isn't supported

Version: 5.5
Good, works fine, I only wish you could have it save in to a YAML or Database H2 file instead of MySQL, But otherwise great!
-
Author's response
I added sqlite in version 5.6.

Version: 5.5
When i try /onlinetime top it pulls this error on Bungee.

26.05 07:35:11 [Server] INFO at java.lang.Thread.run(Thread.java:748) 26.05 07:35:11 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 26.05 07:35:11 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 26.05 07:35:11 [Server] INFO at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63) 26.05 07:35:11 [Server] INFO at lu.r3flexi0n.bungeeonlinetime.OnlineTimeCommand.lambda$execute$3(OnlineTimeCommand.java:150) 26.05 07:35:11 [Server] INFO at java.lang.String.replace(String.java:2240) 26.05 07:35:11 [Server] INFO java.lang.NullPointerException 26.05 07:35:11 [Server] SEVERE Task BungeeTask( [email protected], id=23, [email protected], task=lu.r3flexi0n.bungeeonlinetime.OnlineTimeCommand$$Lambda$14/ [email protected], delay=0, period=0, running=true) encountered an exception

Version: 5.5
Nice! Works perfectly but can you add aliases like /pt /playtime /timeplayed. Thank you
-
Author's response
I added configurable aliases in version 5.6

Version: 5.5
Das Plugin funktioniert sehr gut, es würde nur sehr gut sein wenn man eine Config einstellung hätte, mit der man einstellen könnte das nur Leute mit einer permission die Onlinezeit gezählt bekommen, trotzdem ein gutes plugin :)
-
Author's response
Wurde in Version 5.6 hinzugefügt (onlinetime.save)

Version: 5.5
hello, why the plugin doesnt work
BungeeOnlineTime-5.5
i tried to reinstall but same problem not work
please fix it.
once u fix it, i'll update my review
-
Author's response
I just tested everything with a new BungeeCord server, everything works for me, so you doing something wrong. Any errors in the log?

Version: 5.5
Plugin installiert, keine Fehlermeldung, wenn ich /ot eingebe oder /onlinetime kommt unbekannter Befehl (MySQL ist auch richtig eingerichtet)
-
Author's response
Schick mir mal bitte den Log, wenn du BungeeCord startest

Version: 5.5
Plugin ist drauf, und es geht nichts obwohl das Plugin richtig eingerichtet wurde und alle Rechte besitzen. Ich empfehle es nicht weiter :/
-
Author's response
Du bist der erste der sich darüber beschwert, dass es nicht funktioniert, deswegen denke ich, dass es an dir liegt. Gibt es denn eine Fehlermeldung?

Version: 5.5
It's ok but was better if when i close bungee the data save... Data will be save only when the player exit the server..

Version: 5.4
Nice plugin but add that you can see your online time in bungee(all) and the server where you currently are. and if you do /onlinetime all that you see your online time per server!!!
And support for leaderheads!

Version: 5.3
Nice plugin but a funcion to see the online time per bungee server will be cool!

Version: 5.3
I like it, Only one suggestion, It would be nice if when i, Lets say /onlinetime get <Player> i could filter it by week/month/year.
-
Author's response
You can do that now;)

Version: 5.3
Perfect plugin, waiting for top weekly/monthly, and the time in everyserver /onlinetime get <player> [server] :D
-
Author's response
You can see weekly/monthly etc. onlinetimes with the new version:)

Version: 5.3
Thanks for the great plugin, works like a clock, very reliable with the opening of the server!

Version: 5.3
Würde es gerne Benutzen, doch die Config ist leer, wäre nett, wenn du vllt die Config eingestellt irg wo hochladen könntest.
-
Author's response
Dann hat das Plugin wohl keine Berechtigung Dateien zu erstellen, musste wohl mit deinem Hoster klären, scheinst ja der einzige mit dem Problem zu sein. Hier die Config: https://pastebin.com/i2B0teyn

Version: 5.3
Nice Plugin, with this plugin you can make a Top 10 in your minecraft website. :) thank you very much it will help me with making my website :)

Version: 5.3
Seems nice, but it's possible add support for PlaceholderAPI or MVDW Placeholders? Thanks :)

Version: 5.2
Works perfect! Thank you. I hope new features be added to the plugin such as weekly top and daily top and be able to see the /ot of a certain month for example "/ot June2017" and also top players per server. I have many ideas I will write it in the discussions. can't wait for more features to be added! Best plugin thank you for making this great plugin!

Version: 5.1
Ich bin begeistert! Probs an den Autor vom Plugin. Ich nutze das Plugin so zusagen als API funktioniert sehr gut! :)

Version: 5.1
Not working, I set-up everything correct and when I use /ot, it says that I don't exist.
----------------------
-
Author's response
Try version 5.2

Version: 5.1
Hi,

Thank you for the good Ressource,
I use it on my Own Server (PixelMC.ch).

VERY NICE!!!

So I can See for example for the Applications the Onlinetime of the Player :)

Thanks dude!!!

Version: 5.0
Does anyone know any good MSQL Server data bases that are cheap? Please help some one I need for my server thank. - Wolfy, IcyRealmNetworm Owner.

Version: 5.0
Hi, nice plugin. If the player will be AFK, no online time will be count - if would be possible to add this? Thanks you! :)
-
Author's response
Thanks. Does not work, because it's a bungeecord-only plugin.

Version: 4.6
Funktioniert bei mir nicht! :c
(config.yml die sich erstellt ist leer!)
......................................
-
Author's response
Fehlermeldung?

Version: 4.5
Very Good :)
------------------------------------------------------------------------------------------

Version: 4.3
Always disconect from mysql.
............................................................................................................
-
Author's response
Try version 4.4

Version: 4.3
Great plugin, only if you could add option to transfer time from one account to another, because if player changes account so I can transfer his onlinetime
-
Author's response
you could do it manually:D

Version: 4.3
Very good, but I keep getting this error after a while:
http://pastebin.com/raw/Un6VdEXV

Its not my Database because when I start up the server it works fine, its over a period of about an hour or two that it gives this warning and prevents players from logging onto the server
-
Author's response
hey thank you.
try version 4.4

Version: 4.3
The New Version is very cool c:
---------------------------------------100 SYMBOLES ARE COOL---------------------------------------

Version: 3.1
Good plugin. Does what it's supposed to do.

Please add features to reset players playtime and stuff.

Also, make another backdoor other than MySQL. Make a second option for a local file or something. This is a feature that needs to be implemented immediately.

Thank you for the plugin though.
-
Author's response
/onlinetime reset <player> was added.
Maybe I will add SQLite later

Version: 3.1
Very good Plugin, but can you add a feature, where player can see the monthly, last 30 days and weekly ontime?
-
Author's response
Would be much work, but you could do this manually by resetting the database every month for example.

Version: 3.1
Amazing, Fantastic, Excellent plugin. Couldn't possibly ask for more. Super easy to configure, super easy to setup, and just also happens to be surprisingly customizable. Great work author.
-
Author's response
Thanks:)

Version: 3.1
----------------------------------------------------------------------
nice bu can we get the source code?
----------------------------------------------------------------------

Version: 3.1
Hei Flexi :D wusste garned, dass du codest. Tolles Plugin hoffentlich sehen wir uns mal wieder :)
--------------------------------------------------------------------------------------------------------
-
Author's response
Danke:D

Version: 3.1
So good! Please maybe a /onlinetime reset {player} ????
Thanks for this job :D
/online team doesn't work?
-
Author's response
I added /onlinetime reset <player> :)

Version: 3.1
Good plugins please add a /onlinetime reset {player} please
................................................................................................................
-
Author's response
I added /onlinetime reset <player> :)

Version: 3.1
Seems like a great plugin but I installed it on my Bungeecord server and it Generated the config but /Onlinetime isn't a command. :/ Please help.
-
Author's response
If the command does not work, you are not connected to mysql.

Version: 3.1
Can you add a AFK permission ? When the Payer ist afk not logget ?
100 ...............

mfg Felix5566
-
Author's response
Nope sorry, that is not possible with the bungeecord api.

Version: 3.1
Nice Plugin! Everything is working and I can disable the Counter for certain Servers - Again Nice work :D
-
Author's response
Thanks:)

Version: 3.1
Nice plugin, but lacks some useful commands like editing a player's onlinetime or deleting it. Also I guess there is a problem for Offline servers. Sometimes plugin records players' names with lowercase and onlinetime for that player stucks.
-
Author's response
Shouldn't lag anymore with the newest update:)

Version: 2.2
verry nice plugin, Im useing it on my server. Thanks for a cool plugin and a good config file, I like it!
-
Author's response
Thank you

Version: 2.2
Very good, with a leaderboard plugin its perfect ! I use it on my own server no pbl ! Never. I recommand it
-
Author's response
Thanks:)

Version: 2.2
Simple, and effective. Would you mind showing the source code? I don't mind learning :P

Version: 2.2
Simple and works.
-
Author's response
Thanks.

Version: 2.1
Love it! Does this plugin account for AFK time as well?
-
Author's response
No, it's not possible for a bungeecord-only plugin to check if the player is afk.

Version: 2.1
I have set this plugin up correctly, however, the commands in-game do not work. When I log into mySQL I can see that it is working, I can see the players time, UUID & all the rest.. It just seems to be the commands..
-
Author's response
Show me your bungeecord-server-log please.

Version: 2.0
Niceeee!
-
Author's response
Thanks:)

Version: 2.0
Nice Plugin! Using it on my Server.
-
Author's response
Thanks:)

Version: 1.7
Very Nice Plugin! Thank you!!
-
Author's response
Thanks:)

Version: 1.6
5/5 Amazing! I just wish it showed how long time you've played per server when viewing a seperat player or yourself
-
Author's response
Thanks:)

Version: 1.6
Nice
-
Author's response
Thanks:)

Version: 1.6
Now it's working flawless!
-
Author's response
Good:)

Version: 1.5
1.5 doesn't create a config folder but took my old one and works flawlessly you are awesome
-
Author's response
thanks:)

Version: 1.5
Awesome! The ability to customize the main command, like change it from /onlinetime to /playtime would be really cool!
-
Author's response
Thank you:)

Version: 1.4
Get this mysql issue doesnt matter where i host it godaddy 1and1 my house still causes issues

2.11 06:15:57 [Server] SEVERE Task BungeeTask( [email protected], id=8, [email protected], [email protected], delay=60000, period=60000, running=true) encountered an exception
12.11 06:15:57 [Server] INFO The last packet successfully received from the server was 61,740 milliseconds ago. The last packet sent successfully to the server was 9 milliseconds ago.
12.11 06:15:57 [Server] INFO MySQL-Error: Communications link failure
12.11 06:15:53 [Server] INFO Total players online: 1
-
Author's response
Version 1.9 should work:)

Version: 1.4
I have talked with my server provider and they say that it is the plugin that is having connection issues with the MySQL server because this is the only plugin that is disconnecting from the MySQL server and others like BungeeSuite stay connected no matter what. Is this an issue that can please be dealt with?
-
Author's response
Version 1.9 should work:)

Version: 1.3
Um... The plugin keeps disconnecting and doesn't record any data after a while, I really need this plugin to stay connected to the MySQL, I have to restart it every time and can't be doing that, any update to fix this issue?
-
Author's response
Version 1.9 should work:)

Version: 1.3
Somebody in my server says that there was a bug white the 24 hours, and its already fixed! VERRY GOOD :) this plugin is all i need, first i installed OnlineTime on EVERY server!!! white a Mysql this is Lots easyer :)
-
Author's response
Thx:)

Version: 1.3
Awesome plugin!
-
Author's response
Thank you:)

Version: 1.3
It's a good plugin ;)
Possible to add the hour of game of every server besides the hour of global server in the mysql bdd ? And this plugin will be great good.
Thanks :)
-
Author's response
Thanks :)
I will maybe add that later.

Version: 1.1
just where i looking for
-
Author's response
I'm glad you like it:)

Version: 1.1
Ohh, its just updated :) verry nice plugin :P now i dont have to log it on EVRY server...
-
Author's response
Thank you:)

Version: 1.0
First download <3

Does the job.
5 stars if it used UUIDs instead of playername
-
Author's response
I have added UUID-Support in version 1.1 :)

Resource Information
Author:
----------
Total Downloads: 13,015
First Release: Jul 25, 2014
Last Update: Feb 21, 2022
Category: ---------------
All-Time Rating:
110 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings