-
Posts
226 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by xNullPointer95
-
Changed Status from Pending to Fixed Changed Fixed In to 1.0.5
-
Added in v1.0.5
-
Added in v1.0.5
-
https://discord.com/invite/rGm7VS5ERc The problem is if you dont have any logging about the affected players, online states and entityowner history its kinda hard to find out - I had a similar case but just once (never appeared anywhere else) and it was proofable that the foundation owner was different even if they told that guy was online which was not correct and visible in online logs through BattleMetrics. Dont understand me wrong, im fully available to investigate this, but without data its impossible todo a backwards analysis. - What you could send is the online history of the affected players in that one building, the date/time when the purge happend - So we could check in the rust db when they was online, but still we dont know if there was someone else like a 3rd, 4th player I will add further logging to fully comprehend this in the future since this is the 2nd time. - The plugin is over a year old (always updated of course) but dont have any other complained regarding this and i already checked it once, and its impossible todo it but i'd like to help and understand
-
Chat Styles (Names, Messages & Prefixes)
xNullPointer95 commented on xNullPointer95's file in Plugins
-
Foundation Owner was not the player who lived there, like taken over a home - I had a similar case were we could proof out of server logs that the player didnt build the whole base. Example 2 Players Purge set to: 24hours One player builds the foundation, second player continues the rest of the whole building and continues to play - The first player isnt online for 24hours - The whole building will break due stability since the entities are purged from the player who build the foundation.
-
Chat Styles (Names, Messages & Prefixes)
xNullPointer95 commented on xNullPointer95's file in Plugins
-
Chat Styles (Names, Messages & Prefixes)
xNullPointer95 commented on xNullPointer95's file in Plugins
-
Hi, i will do that and release lately on weekend. BR
-
Stack Size (Global + Permission-based StackSizes)
xNullPointer95 commented on xNullPointer95's file in Plugins
Hi, the conveyors works i've tested them - Im unsure about autocrafter, anyways can you please hop on our discord or write me on discord to stop in the discussion page here? Alternatively theres also a support section for each plugin page, so we dont spam the discussion page here with a support inquiry. Thanks -
Stack Size (Global + Permission-based StackSizes)
xNullPointer95 commented on xNullPointer95's file in Plugins
-
Stack Size (Global + Permission-based StackSizes)
xNullPointer95 commented on xNullPointer95's file in Plugins
-
- 2 comments
-
- #permission
- #manager
- (and 20 more)
-
- 15 comments
-
- 1
-
-
- #skill system
- #level system
- (and 27 more)
-
- 15 comments
-
- 1
-
-
- #skill system
- #level system
- (and 27 more)
-
Howdy 👋, doing custom plugin creations & performance optimizations. Coding experience since 17 years. I started with C# and web development later, but that's also been about 11 years now. (Usually, I worked on desktop applications) Full-time Software Engineer/Developer in the logistics industry (manual and automation logistics software). I've always done Rust plugin development for learning and education purposes. Now since 1 year, I've been actively selling commercially on Codefling. Always trying to play Rust, but always ending up coding plugins or messing around with Rust's limits… 🤣 Portfolio: https://codefling.com/xnullpointer95 Just message me with your request (doesn't matter what it is, as long as it's coding or consultation related). I'll let you know if I can do it, and once we have a full technical specification, I can tell you the price. For faster communication, join our discord. https://discord.gg/rGm7VS5ERc
-
Version 1.0.1
3 downloads
xFreezeTime xFreezeTime freezes the in-game server time at a configurable hour. It allows admins to enable/disable time freezing, set a custom frozen hour, or instantly lock the current world time using console commands. The plugin automatically applies settings on server startup. Additionally, you can configure events to run at custom intervals, so events like CH47, cargo, or supply drops are not skipped when day/night progression is disabled. You can use any console commands for each configured event trigger. Permissions xfreezetime.admin - Use any console command. xfreezetime.checkevents - Check event triggers and its remaining time for next trigger. Console Commands xfreezetime - See all available console commands and which permission is required to execute xfreezetime.set <0-24> - Sets the frozen in-game time to a specific hour (e.g. 12, 18.5, 6) xfreezetime.now - Captures the current time and freezes the world at that exact hour xfreezetime.toggle - Toggle the freezing time (Enabled = Freezed Time) xfreezetime.activeevents - List all enabled event triggers + remaining time for next trigger Config { "Enabled": true, "FreezeHour": 12.0, "AnnounceTriggeredEvents": false, "AnnounceMessage": "<color=#e3f542>» Event Triggered:</color> {event}", "LogTriggeredEvents": true, "EventTriggers": [ { "Name": "CargoShip", "Enabled": false, "Command": "cargo.start", "IntervalMinutes": 60.0 }, { "Name": "PatrolHelicopter", "Enabled": false, "Command": "event.run heli", "IntervalMinutes": 100.0 }, { "Name": "CH47", "Enabled": false, "Command": "event.run chinook", "IntervalMinutes": 80.0 }, { "Name": "Airdrop", "Enabled": false, "Command": "supply.call", "IntervalMinutes": 30.0 } ] }$7.90 -
- 15 comments
-
- 1
-
-
- #skill system
- #level system
- (and 27 more)
-
Changed Status from Work in Progress to Fixed Changed Fixed In to 1.1.0
-
Changed Status from Not a Bug to Work in Progress
-
Hi @NukeSter, after analysis i found out that Rust changed scientists model type on oil_rig on previous update, they use Gen2 scientists now, thanks for reporting - I'm already working on a fix.
-
I will check it today night when im at home again.