Jump to content

Geini

Member
  • Posts

    75
  • Joined

  • Last visited

Everything posted by Geini

  1. Geini

    Admin Toggle

    Try: after Line 3603 change "displayName" to: displayName = item.name.ToString() != ItemManager.FindItemDefinition(item.info.itemid).name.ToString() ? item.name.ToString() : null, and "Text" to: Text = item.text.ToString(), I've made a few more changes since then, but that should actually fix the error.
    A very nice and relatively simple plugin that does exactly what it's supposed to! Regarding the time zone, it could actually set itself to the server's time zone and only offer the option to manually correct it, but okay, once it's set, it works fine. I only had some questions about the times, but since the plugin also works across day changes and even handles multiple times per day (simply copy the entire day block – it's processed sequentially), that wasn't a problem at all! Furthermore, the programmer answered my questions directly – another definite plus. It would be desirable to be able to adjust all the chat messages directly in the configuration, but that's nothing anyone couldn't figure out themselves I sincerely recommend it!
  2. Has anyone been able to fix this themselves?
  3. I've modified the code to use "Smooth Restarter" instead of the normal restart. There, you can adjust the spacing of the information as desired. Something like this: wherever "restart" appears, insert the "SmoothRestarter" command (e.g., "sr restart"). this solution works great for me
  4. Geini

    ToxVoice

    A truly impressive plugin. Finally having an overview of the in-game voice is a huge help for uncovering racism and other issues! It also provides clarity when it comes to player complaints about voice-over offenses. The fact that you can listen to the original recordings also makes it a really cool tool. Moments of head-shaking, embarrassment, laughter, and the clarity of having captured the right person – all in one. "I never said that" is no longer an option. I wouldn't want to be without it. Adapting the source language would be another important feature (since the translation isn't always 100% accurate), but it's something I'm happy to accept. I can only recommend it
  5. Geini

    teleporting back broken

    THX, i will try it
  6. Geini

    Calling .. took average 1xxxms

    my mistake.. I had debugging turned on. The function itself is good, but I personally liked the output in the console more. If possible, provide an option for this (to switch between console/file) or improve the performance so that the problems mentioned above no longer occur.
  7. Geini

    Admin Toggle

    I have a ticket open for the same problem. If you get it fixed, can you send the changes to me or to all of us? would be very happy obout it! Maybe just add the changes to my ticket... and hope that there might be a proper fix for it. ..../support/19124-teleporting-back-broken
  8. Hello, Is it possible that something in the plugin is causing severe delays? I keep getting these messages in the logs: Calling 'OnServerSave' on 'MapVoter v1.5.2' took 1781ms [GARBAGE COLLECT] Calling 'OnDiscordGuildMessageCreated' on 'MapVoter v1.5.2' took average 1577ms Calling 'OnBetterChat' on 'MapVoter v1.5.2' took average 1559ms Always about the same amount of time... Can you do something about it? I mean, during a vote, I could understand it... but that's in the middle of a wipe without the MapVote having anything to do with it. It would be cool if that could be fixed somehow Best regards
  9. Geini

    teleporting back broken

    Hello, even if it is no longer supported, maybe someone has a solution anyway. When switching from the admin back to the player, teleporting doesn't work in 90% of cases. You either stay where you are or you are teleported under the map. In the past (before version 3) it worked really well (you just had to stand on solid ground), but since version 3 I've only had problems with it. Maybe there is a solution somehow, because I read somewhere that someone had set their coordinates to +1 or something like that. Otherwise it still works really well and I wouldn't want to be without it.
  10. Geini

    error: Unauthorized

    Thanks for the update.. with the new version, everything seems to be working and I haven't noticed any further errors so far. at least on my test server everything worked without a problem. The next wipe on the live servers will show, but I assume that everything works there too. Thank you!
  11. Geini

    error: Unauthorized

    is there any news about the problem? or is there an approximate time frame in which we can expect a fix?
  12. Geini

    error: Unauthorized

    Loaded plugin MapVoter v1.4.82 by Kaysharp [MapVoter] Error: Unauthorized [MapVoter] Error: Unauthorized [MapVoter] Error: Unauthorized [MapVoter] Auto Starting Map vote. Loaded plugin MapVoter v1.4.82 by Kaysharp NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.MapVoter+<PostRequest>d__169.MoveNext () [0x002ca] in <634ae6dc03e74b09b2af1499066a3383>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <935634f5cc14479dbaa30641d55600a9>:0 MapVoter can't start a Vote, with and without Bot enabled. I also entered my rustmaps ID as an ORG ID as a test, but that didn't help either. So it's not working for me again with the plugin... unfortunately I always just wipe a few times where it works and then it doesn't work again I'm not getting any other error messages either, except that every now and then when I test it, it can't find the directory for the server.cfg. I could fix that error, but unfortunately I have no idea where to start with the one mentioned above. API key is also correct. - a vote could not be started - a wipe was also not initiated Hope for help... Non Dedicated Server - Don't have permission to change start cmd
  13. sorry, I was just stupid! after I sent this, I realized my mistake I copied a comma from the servercfg.json when I inserted the map URL... now it's working as it should again... sorry for the ping because of that... Ticket can be closed!
  14. V 1.4.81 Non Dedicated Server (both versions) Failed to call hook 'OnServerInitialized' on plugin 'MapVoter v1.4.81' (JsonReaderException: After parsing a value an unexpected character was encountered: ". Path 'url', line 5, position 2.) Unfortunately I don't know where to start... It works on my local test server, but on my hosted server I get this message any idea where I can start looking? I have a custom map running and adjusted /cfg/server.cfg and /data/MapVoter/servercfg.json accordingly so that it doesn't start with a different map... but unfortunately I get the above message after starting the server
  15. Improve the search. Plugins that you are looking for are actually only found in the suggestions. Filters don't work so well and when you search for a pkugin you end up with results from the entire page (including comments, etc.) at least it was like that the last time I was looking for something ^^
  16. Geini

    Plugin Broken with last Patch

    Thank you very much!! Everything is working again
  17. Geini

    Plugin Broken with last Patch

    SetMounted worked,, but another problem appears: Error while compiling AdminToggle: 'PlayerInventory' does not contain a definition for 'AllItems' and no accessible extension method 'AllItems' accepting a first argument of type 'PlayerInventory' could be found (are you missing a using directive or an assembly reference?) | Line: 3614, Pos: 87 btw: thank you for the quick reply!!
  18. Geini

    Plugin Broken with last Patch

    Error while compiling AdminToggle: 'BasePlayer' does not contain a definition for 'MountObject' and no accessible extension method 'MountObject' accepting a first argument of type 'BasePlayer' could be found (are you missing a using directive or an assembly reference?) | Line: 3415, Pos: 28 Any quick fixes?
  19. Error found: "RustMaps ORG ID": null, Must be like this: "RustMaps ORG ID": "", Thanks for the quick help via Discord!!!!!
  20. hi, i got an "NullReferenceException: Object reference not set to an instance of an object" Error if the MapVoter Plugin tries to start a vote. Do you have a quick idea and solution? Unfortunately none of the logs provide any more information. I also sent this to you via Discord PM in the hope that you'll see it sooner that way. Version 1.4.77 / Download 1.4.78 - Non Dedicated Servers (both with permission and without permission)
  21. to give feedback from others: I have the same problem with the current version. Sometimes everything works wonderfully and sometimes the same problems as the previous speaker. In my opinion, it happens more often when you're still flying in vanish, but that's no guarantee either. You're also always teleported under foundations. In the meantime we are getting rid of the loadout and going down from the foundations so that at least we don't lose anything - but unfortunately that's just a workaround. I still use 2.0.11 on my main server because it works best and is the most reliable.
    A plugin that really does the work for you and makes the wipe pleasant. I had to struggle with a few problems in the past, and you also have to interpret some settings correctly first. But once everything is set up correctly, it just does its job. If there are problems, the programmer will help you until it works (you have to be patient a little though - he also has a private life ) For me the most worthwhile plugin for my servers!
  22. Geini

    No Auto Vote

    All of my problems were solved in direct contact! Thank you again for the support!! Everything is now working as desired

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.3k
Customers served
Files Sold
162.4k
Total sales
Payments
3.5m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.