ZLevelsRemastered

Moved

Total Downloads: 41,383 - First Release: Nov 15, 2015 - Last Update: Jul 22, 2018

5/5, 127 likes
  1. Table 'performance_schema.session_variables' doesn't exist
    try the above link
     
    Last edited by a moderator: Feb 26, 2016
  2. but it is =), and it is even part of the records
     

    Attached Files:

  3. the missing table/problem you are having has nothing to do with this plugin its a problem with your mysql
     
  4. Hello, same problem here, ZLevels makes my server crash on a Debian 64bits, lastest Oxide build (without Wine).

    Did i miss something ? Or is it broken for Linux ?
     
  5. I installed the mod once before and it worked, ive deleted it since then and reinstalled it now it says its in but i have nothing in game no commands ui and no config file in FTP
     
  6. Wulf

    Wulf Community Admin

    What says it is in? Did you check your oxide/logs for errors?
     
  7. It says nothing in my logs about errors or zlevels like it never transferred it into plugins
     
  8. Wulf

    Wulf Community Admin

    Are you sure Oxide is currently installed?
     
  9. yes because i am running a few other mods currently
     
  10. Wulf

    Wulf Community Admin

    The Rust:IO extension uses SQLite, which is the issue with it. This plugin uses MySQL, which I'm guessing is the issue with it. Probably just some issues with certain versions of Linux whereas they don't like the libraries that Oxide includes for those.
     
  11. anyone know how to disabling showing admin's levels on the /topskills?
     
  12. You're telling me that i should setup a MySQL database for that plugin, and like a fucktard i didn't see it ?


    "I also made this plugin to save stats into MySQL database, but it can also be saved into game files, just like the old plugin, since I always used MySQL, i did some quick rewriting to make usable for guys, who doesn't have MySQL server."

    => Worth a try with MySQL
     
  13. Hello,

    It's working fine on my Debian.

    I have edit the ZLevels config file :
    Code:
      "dbConnection": {
        "Database": "Rust",
        "GameProtocol": 1336,
        "Host": "127.0.0.1",
        "Password": "NoMyPassword",
        "Port": 3306,
        "UseMySQL": true,
        "Username": "Rust"
      },
    I have just create the database 'Rust', create the user 'Rust', grant it to the database Rust.

    Works fine,

    Now, let's go to Rust:IO ^^
     
    Last edited by a moderator: Feb 28, 2016
  14. Wulf, how change to horizontal pos? Pls! help me)
     
  15. Thanks for the info mate, i'll check it up soon.

    It means the plugin dev should fix his poor SQLite handle btw.
     
    Last edited by a moderator: Feb 29, 2016
  16. Wulf

    Wulf Community Admin

    It's not an issue with this or Rust:IO, it's the dependency. :p
     
  17. So on the end, what's the issue with the latest dependency ? Is that bugged ? Or is something in the chain not able to handle it ?
    How can it work for Windows but not for Linux with the same dependency ? There's still a missing element in the comprehension of that issue for me.
     
  18. Wulf

    Wulf Community Admin

    Version variance, difference in how Linux handles dependencies, or other reasons. I'm not really the one to say, as @Nogrod is the one who implemented it, so he would probably be able to give you a more definite reasoning.
     
  19. Lord @Nogrod , @Nogrod 's spirit, are you here ?