-
Posts
1,759 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by IIIaKa
-
If the issue persists, feel free to report it in this thread.
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
@RustyB Hello, thank you for reaching out. In the next update, a status bar display will be added when placing sleeping bags.
-
Hello, I've updated the plugin and added more diverse statistics. Let me know if anything is missing!
-
Changed Status from Work in Progress to Closed Changed Fixed In to 0.1.3
-
If the issue persists, feel free to report it in this thread.
-
Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
-
This will be resolved in the next update.
-
Hello, player kills are counted only if the entity was a real player.
-
Hello. Do I understand correctly that you want to allow all players to destroy other players twig structures if there is no tool cupboard? Is there a specific reason for this? If allowed, it could create a potential griefing issue, as a tool cupboard cannot be placed immediately and players might simply be prevented from placing one. If you're concerned about server clutter due to twig structures, there is a plugin called TwigsDecay for that.
- 63 comments
-
- #rust
- #real
-
(and 56 more)
Tagged with:
- #rust
- #real
- #pve
- #pvp
- #solo
- #build
- #friendly
- #raid
- #npc
- #monument
- #monuments
- #loot
- #looting
- #farm
- #newbie
- #custom
- #bar
- #ui
- #cui
- #panel
- #vehicle
- #claim
- #limit
- #limits
- #sleeping
- #bag
- #sleeping bag
- #bed
- #shelter
- #permission
- #permissions
- #vip
- #economy
- #economics
- #rad
- #town
- #radtown
- #queue
- #bypass
- #vehicles
- #raidable
- #base
- #bases
- #raidablebases
- #raider
- #raiders
- #humannpc
- #event
- #events
- #copy
- #paste
- #copypaste
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
-
@Death He said that he found a solution. I'm currently busy with other plugins, when I switch to this one, I'll answer all questions. If the issues are critical or can be resolved quickly, I respond immediately.
-
Changed Status from Pending to Work in Progress
-
Hello, you are writing in a thread related to the ArenaTournament plugin. As for the DynamicPvP plugin, the author has already made the necessary changes to the main version, so there is no longer a need for the modified one. https://umod.org/plugins/dynamic-pvp#updates
-
Hello. I just wanted to let you know that I'm not ignoring you. At the moment, I'm busy updating other plugins, but as soon as I finish with them, I'll start working on this plugin and try to answer all the accumulated questions. Thank you for your understanding.
-
Version 0.1.1
140 downloads
Allows toggling silent item giving(chat notifications and ownership) via Harmony patching. P.S. By default, silent item giving is enabled. The ability to disable item ownership assignment; The ability to disable item give messages via the 'give' command; The ability to disable item give messages via the 'giveid' command; The ability to disable item give messages via the 'givearm' command; The ability to disable item give messages via the 'giveto' command; The ability to disable item give messages via the 'giveall' command; The ability to disable item blueprint give messages via the 'giveBp' command; The ability to disable messages about copying player inventory via the 'copyTo' command. silentitemsgive.admin - Grants access to the command silentgive.toggle silentgive.toggle *boolValue*(optional) - Toggle silent item giving. To access this command, you must be an administrator or have the silentitemsgive.admin permission. Example: silentgive.toggle silentgive.toggle trueFree -
Hello. Do I understand correctly that you are not receiving notifications when entering PvP monuments? But when entering PvE monuments, you do receive messages?
-
Changed Status from Pending to Work in Progress
-
Hello, I don't quite understand the issue. And which vanish are you using? There are at least four different vanish options: Facepunch's, Vanish, BetterVanish and Carbon's vanish. I need more information. Do you exit vanish mode and lose god mode? But this plugin doesn't interact with that in any way. Are you sure the issue is with RealPVE?
-
Changed Status from Pending to Work in Progress
-
Welcome to the SilentItemsGive Plugin Discussion Section! Hello! This section is exclusively for discussing SilentItemsGive plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
-
Agree with AI-generated code. Regarding AI-generated images: I use them for cover designs in some of my plugins because maintaining my plugins already takes a lot of time. I think it would be reasonable to establish some design guidelines, but banning AI-generated images entirely doesn’t seem necessary.
-
Carbon v2.0.177.0 Hello, the hook OnAnimalDungProduced has been present for over a month, but it still does not work, while the hook OnAnimalDungProduce does work. void OnAnimalDungProduce(RidableHorse2 horse) => PrintWarning($"OnAnimalDungProduce");//This hook is called void OnAnimalDungProduced(RidableHorse2 horse, Item item) => PrintWarning($"OnAnimalDungProduced");//This hook is not called //or void OnAnimalDungProduce() => PrintWarning($"OnAnimalDungProduce");//This hook is called void OnAnimalDungProduced() => PrintWarning($"OnAnimalDungProduced");//This hook is not called Test.cs
-
I checked again today and it seems to be working now. I think my issue is resolved, so the support ticket can be closed. Thanks!