Search results

  1. tarynkelley

    Fougerite Official

    While trying to save with the latest version I get: [DataStore] Failed to remove not serializable values! [DataStore] Failed to save datastore! Do I need to wipe the DataStore before updating?
  2. tarynkelley

    Approved GatherPlus

    Thanks a lot! Working :)
  3. tarynkelley

    Approved VoteBan

    Big Thanks for your fix but I can't load the Plugin: SyntaxErrorException: unexpected token ')' You have to fix: PluginSettings["ModsUse"] = ini.GetBoolSetting("Config", "Moderators can use")) PluginSettings["ModsBanned"] = ini.GetBoolSetting("Config", "Moderators can be...
  4. tarynkelley

    Approved VoteBan

    I try to ban normal players
  5. tarynkelley

    Fougerite Official

    OK, i think i found the problem. When BannedPeople is installed it seems that the /ban command Player is getting stored into Globanbanlist.
  6. tarynkelley

    Fougerite Official

    What about /unban does Rust++ use its own ban list or the GlobalBanList? When I use /unban for a Player in the GlobalBanList it gives me the error "No banned player matches the name" I have to use in console fougerite.unban to get a Player unbanned.
  7. tarynkelley

    Approved VoteBan

    The problematic function in the py code seems to be: "if self.isBannable(ban):"
  8. tarynkelley

    Fougerite Official

    I noticed another bug The Rust++ command /mute has no effect. I get a confirmation that the player was muted but he still can spam the Chat. Also /reload has no effect. Same for Fougerite.RustPP
  9. tarynkelley

    Approved iConomy

    I have to revoke my statement about Saving. It doesn't work on a running Server of me. I use "Fougerite.save" and CTRL+C for closing/restarting the server, but the amount of money gets reset to 100.
  10. tarynkelley

    Approved iConomy

    Well with Ctrl+C the iConomy Database seems to be saved, but isn't there any autosave option like every 5 minutes or so? Why does a normal shutdown (e.g. via rustpp.shutdown) not trigger the saving function?
  11. tarynkelley

    Approved iConomy

    In which file is the iConomy Database stored? Also after a restart the database gets flushed for me.
  12. tarynkelley

    Approved NoNameStealing

    1.2.5PRE
  13. tarynkelley

    Approved NoNameStealing

    Save\Magma\NoNameStealing is empty except "NoNameStealing.js" Plugin loads without any problems.
  14. tarynkelley

    Fougerite Official

    Yes, I can confirm now that it's working. After a server restart it started to work.
  15. tarynkelley

    Fougerite Official

    Hello, I got problems with the Rust++ Plugin. Rust++ own Server Notice system does not work. Even though its enabled (notice_enabled=true). There are no error logs. Also the simple plugin http://fougerite.com/resources/autoannouncer.45/ has no effect. No Servcer Notices as well.
  16. tarynkelley

    Approved NoNameStealing

    Where can I find the config file or where to set the config?
  17. tarynkelley

    Approved GatherPlus

    I'm getting Error in plugin GatherPlus: Traceback (most recent call last): File "<string>", line 263, in On_PlayerGathering KeyError: Wood And GatherPlus: Error setting Total Resources, Amount is possibly returning NoneType (Config error).
  18. tarynkelley

    Approved VoteBan

    Hi, I got the problem that I receive always the message "That player cannot be banned". Why is this so? Thanks