Jump to content

Snaplatack

Member
  • Posts

    317
  • Joined

  • Last visited

Everything posted by Snaplatack

  1. Snaplatack

    Restart error

    Tried just the most recent server update since Oxide hasnt released yet and get that same error. Here is a screenshot of the startup settings and the log file Once the server finishes validating the files and applies the startup commands, it errors in console with Exit code 1. It will then just say that the server is waiting for RCON indefinetly. Server Logs Mono path[0] = '/home/container/RustDedicated_Data/Managed' Mono config path = '/home/container/RustDedicated_Data/MonoBleedingEdge/etc' The assembly mscorlib.dll was not found or could not be loaded. It should have been installed in the `/home/container/RustDedicated_Data/Managed/mono/4.5/mscorlib.dll' directory.
  2. Snaplatack

    Restart error

    Alos I normally leave it set to auto validate because when I didnt, it would never restart. It would always exit the process with error code 1
  3. Snaplatack

    Restart error

    I reinstalled the egg and the server completely and it seems to be an issue only when there is an update. Idk if its server or if its oxide specifically
  4. I can get it to show at least if I use "stats" as the addon. But it still says it doesnt exist. Plus it seems the kills are off a little. @David
  5. Can you add the ability to adjust the UI in game like your custom buttons plugin does?
  6. Snaplatack

    Carbon support

    Vanish Advnaced Status not working with the Umod Vanish for me. I have the Carbon Vanish Module disabled Failed to call internal hook 'OnVanishDisappear' on plugin 'VanishStatus v0.1.3' [1470437449] (Object reference not set to an instance of an object) at bool Oxide.Plugins.VanishStatus.IsInvisible(BasePlayer player) in /home/container/carbon/plugins/VanishStatus.cs:line 196 at void Oxide.Plugins.VanishStatus.SendBar(BasePlayer player) in /home/container/carbon/plugins/VanishStatus.cs:line 149 at void Oxide.Plugins.VanishStatus.OnVanishDisappear(BasePlayer player) in /home/container/carbon/plugins/VanishStatus.cs:line 220 at object Oxide.Plugins.VanishStatus.InternalCallHook(uint hook, object[] args) in VanishStatus.cs/Internal:line 114 Failed to call internal hook 'OnPlayerConnected' on plugin 'VanishStatus v0.1.3' [3704844088] (Object reference not set to an instance of an object) at bool Oxide.Plugins.VanishStatus.IsInvisible(BasePlayer player) in /home/container/carbon/plugins/VanishStatus.cs:line 196 at void Oxide.Plugins.VanishStatus.SendBar(BasePlayer player) in /home/container/carbon/plugins/VanishStatus.cs:line 149 at void Oxide.Plugins.VanishStatus.OnPlayerConnected(BasePlayer player) in /home/container/carbon/plugins/VanishStatus.cs:line 203 at object Oxide.Plugins.VanishStatus.InternalCallHook(uint hook, object[] args) in VanishStatus.cs/Internal:line 72 EDIT: Disregard. Forgot I needed the custom vanish plugin you provide.
  7. Snaplatack

    Restart error

    This is the console message ╭──────────────────────────────────────────────────╮ │ AIO RUST EGG │ │ Created By: SturdyStubs │ ├──────────────────────────────────────────────────┤ │ For More Information See The Documentation │ │ https://tinyurl.com/aiorustegg │ ╰──────────────────────────────────────────────────╯ Starting Egg Now! Setting App Public IP Internal IP: 172.18.0.7 Public IP: 104.238.229.195 Setting APP_PUBLIC_IP address to the public IP address of the node. App Public IP set to: 104.238.229.195 App Public IP check successful! Modding Framework is set to: oxide Checking MODDING ROOT DIRECTORY folder compatibility with selected framework Compatibility check passed... Modding framework is not set to Oxide. Checking if there are left over Oxide files in the server. Oxide Files Found! oxide does not support Oxide Extensions. If you see this and your framework isn't vanilla, then contact the developers. Cleaning up RustDedicated_Data/Managed folder... Removing Oxide Compiler... Oxide files have been cleaned up! Checking Extension Downloads... No extensions are enabled. Skipping this part... Updating game server... tid(20) burning pthread_key_t == 0 so we never use it WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. Redirecting stderr to '/home/container/Steam/logs/stderr.txt' Logging directory: '/home/container/Steam/logs' minidumps folder is set to /tmp/dumps [ 0%] Checking for available updates... [----] Verifying installation... UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1709846822 -- type 'quit' to exit -- Loading Steam API...OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK Update state (0x3) reconfiguring, progress: 0.00 (0 / 0) Update state (0x61) downloading, progress: 0.28 (14819556 / 5247819684) Update state (0x61) downloading, progress: 16.99 (891606066 / 5247819684) Update state (0x41) staging, progress: 40.34 (2116972949 / 5247819684) Update state (0x41) staging, progress: 87.81 (4608302772 / 5247819684) Update state (0x81) verifying update, progress: 7.89 (414287943 / 5247819684) Update state (0x81) verifying update, progress: 18.57 (974454820 / 5247819684) Update state (0x81) verifying update, progress: 29.27 (1535875431 / 5247819684) Update state (0x81) verifying update, progress: 40.00 (2098935492 / 5247819684) Update state (0x81) verifying update, progress: 50.79 (2665441886 / 5247819684) Update state (0x81) verifying update, progress: 61.68 (3236930880 / 5247819684) Update state (0x81) verifying update, progress: 72.33 (3795997290 / 5247819684) Update state (0x81) verifying update, progress: 83.18 (4364908320 / 5247819684) Update state (0x81) verifying update, progress: 93.89 (4926939930 / 5247819684) Success! App '258550' fully installed. :/home/container$ ./RustDedicated -batchmode +oxide.directory ${MODDING_ROOT} +server.port ${SERVER_PORT} +server.queryport ${QUERY_PORT} +server.identity rust +rcon.port ${RCON_PORT} +rcon.web true +server.hostname "${HOSTNAME}" +server.level "${LEVEL}" +server.gamemode "${GAMEMODE}" +server.description "${DESCRIPTION}" +server.url "${SERVER_URL}" +server.headerimage "${SERVER_IMG}" +server.logoimage "${SERVER_LOGO}" +server.maxplayers ${MAX_PLAYERS} +rcon.password "${RCON_PASS}" +server.saveinterval ${SAVEINTERVAL} +app.port ${APP_PORT} +server.levelurl ${MAP_URL} +app.publicip "${APP_PUBLIC_IP}" +server.tags "${SERVER_TAGS}" -logfile /home/container/logs/2024/05/03/09:39:51.log ${ADDITIONAL_ARGS} Updating uMod... Done updating uMod! ╭──────────────────────────────────────────────────╮ │ Thats it from us! Enjoy your rust server! │ ├──────────────────────────────────────────────────┤ │ For More Information See The Documentation │ │ https://tinyurl.com/aiorustegg │ ╰──────────────────────────────────────────────────╯ Starting Rust... [UnityMemory] Configuration Parameters - Can be set up in boot.config "memorysetup-bucket-allocator-granularity=16" "memorysetup-bucket-allocator-bucket-count=8" "memorysetup-bucket-allocator-block-size=4194304" "memorysetup-bucket-allocator-block-count=1" "memorysetup-main-allocator-block-size=16777216" "memorysetup-thread-allocator-block-size=16777216" "memorysetup-gfx-main-allocator-block-size=16777216" "memorysetup-gfx-thread-allocator-block-size=16777216" "memorysetup-cache-allocator-block-size=4194304" "memorysetup-typetree-allocator-block-size=2097152" "memorysetup-profiler-bucket-allocator-granularity=16" "memorysetup-profiler-bucket-allocator-bucket-count=8" "memorysetup-profiler-bucket-allocator-block-size=4194304" "memorysetup-profiler-bucket-allocator-block-count=1" "memorysetup-profiler-allocator-block-size=16777216" "memorysetup-profiler-editor-allocator-block-size=1048576" "memorysetup-temp-allocator-size-main=4194304" "memorysetup-job-temp-allocator-block-size=2097152" "memorysetup-job-temp-allocator-block-size-background=1048576" "memorysetup-job-temp-allocator-reduction-small-platforms=262144" "memorysetup-allocator-temp-initial-block-size-main=262144" "memorysetup-allocator-temp-initial-block-size-worker=262144" "memorysetup-temp-allocator-size-background-worker=32768" "memorysetup-temp-allocator-size-job-worker=262144" "memorysetup-temp-allocator-size-preload-manager=262144" "memorysetup-temp-allocator-size-nav-mesh-worker=65536" "memorysetup-temp-allocator-size-audio-worker=65536" "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gfx=262144" Main game process exited with code 1 Waiting for RCON to come up... Waiting for RCON to come up... Waiting for RCON to come up... container@pterodactyl~ Server marked as stopping... quit container@pterodactyl~ Server marked as offline...
  8. Snaplatack

    Restart error

    Getting a weird error when validating the servers and an update for the server is released. The server will get to the waiting for econ stage but will not do anything. This is the log. Mono path[0] = '/home/container/RustDedicated_Data/Managed' Mono config path = '/home/container/RustDedicated_Data/MonoBleedingEdge/etc' The assembly mscorlib.dll was not found or could not be loaded. It should have been installed in the `/home/container/RustDedicated_Data/Managed/mono/4.5/mscorlib.dll' directory.
  9. Snaplatack

    May 2nd Update

    Issues compiling for May 2nd update 75 BlockRustPlus - Failed to compile: The type or namespace name 'Harmony' could not be found (are you missing a using directive or an assembly reference?) | Line: 8, Pos: 7
  10. Any possibility of addina team kill filter for PVP kills? Would be nice for our PVE servers. @Amino
  11. Ability to add a cooldown so that if someone raids a base, the owner, knowing they are going to lose and his going to have to restart anyways, cant just deny the raid by wiping their base. @MuB-Studios Also maybe the option for just chat commands so players can wipe their own stuff on community servers.
  12. Snaplatack

    Not Working

    Im an idiot. I was on tc of the person I was testing.... Sorry. Pleas mark as Not an Issue
  13. Snaplatack

    Not Working

    So I think its because the builsing skin prefabs are not listed by default.
  14. Snaplatack

    Not Working

    Do admins, with admin perm, bypass the ability to raid. And do admins with Auth Level 2 bypass?
  15. Snaplatack

    Not Working

    It still didnt work during those hours. Ill delete the time of day and test
  16. Snaplatack

    Not Working

    Hello! So I have the plugin configured and it doesnt seem to be working. The message says that the player is 100% protected but I can damage the walls. Here is my Config { "Raid Protection Options": { "Only mitigate damage caused by players": false, "Protect players that are online": false, "Scale of damage depending on the current hour of the real day": { "0": 0.0, "1": 0.0, "2": 0.0, "3": 0.0, "4": 0.0, "5": 0.0 }, "Scale of damage depending on the offline time in hours": { "0": 0.0, "24": 0.25, "48": 0.5, "62": 0.75, "96": 1.0, "120": 2.0 }, "Cooldown in minutes": 1, "Scale of damage between the cooldown and the first configured time": 0.0, "Protect all prefabs": true, "Protect AI (animals, NPCs, Bradley and attack helicopters etc.) if 'Protect all Prefabs' is enabled": false, "Protect vehicles": true, "Protect twigs": false, "Prefabs to protect": [ "abovegroundpool.deployed", "advendcalendar.deployed", "andswitch.entity", "audioalarm", "autoturret_deployed", "barricade.concrete", "barricade.cover.wood", "barricade.metal", "barricade.sandbags", "barricade.stone", "barricade.wood", "barricade.woodwire", "bathtub.planter.deployed", "bbq.deployed", "beachchair.deployed", "beachparasol.deployed", "beachtable.deployed", "beachtowel.deployed", "beartrap", "bed_deployed", "black_berry.entity", "blue_berry.entity", "boogieboard.deployed", "boombox.deployed", "box.wooden.large", "button", "cabletunnel", "campfire", "cardtable.deployed", "carvable.pumpkin", "cctv_deployed", "ceilinglight.deployed", "chair.deployed", "chair.icethrone", "chineselantern.deployed", "chineselantern_white.deployed", "chippyarcademachine", "christmas_door_wreath_deployed", "clantable.deployed", "coffinstorage", "composter", "computerstation.deployed", "confetticannon.deployed", "connectedspeaker.deployed", "corn.entity", "counter", "cupboard.tool.deployed", "cupboard.tool.retro.deployed", "cursedcauldron.deployed", "discoball.deployed", "discofloor.deployed", "discofloor.largetiles.deployed", "door.double.hinged.bardoors", "door.double.hinged.metal", "door.double.hinged.toptier", "door.double.hinged.wood", "door.hinged.industrial.a", "door.hinged.industrial.d", "door.hinged.metal", "door.hinged.toptier", "door.hinged.wood", "doorcloser", "doorcontroller.deployed", "doorgarland.deployed", "double_doorgarland.deployed", "dragondoorknocker.deployed", "drone.deployed", "dropbox.deployed", "drumkit.deployed", "easter_door_wreath_deployed", "electric.flasherlight.deployed", "electric.sirenlight.deployed", "electric.sprinkler.deployed", "electric.windmill.small", "electrical.blocker.deployed", "electrical.branch.deployed", "electrical.combiner.deployed", "electrical.heater", "electrical.memorycell.deployed", "electrical.modularcarlift.deployed", "electrical.random.switch.deployed", "electricfurnace.deployed", "elevator", "fireplace.deployed", "fishtrophy.deployed", "flameturret.deployed", "floor.grill", "floor.ladder.hatch", "floor.triangle.grill", "floor.triangle.ladder.hatch", "fluid.combiner.deployed", "fluidsplitter", "fluidswitch", "fogmachine", "frankensteintable.deployed", "fridge.deployed", "frontiermirror.large", "frontiermirror.medium", "frontiermirror.small", "frontiermirror.standing", "furnace", "furnace.large", "gates.external.high.stone", "gates.external.high.wood", "generator.small", "giantcandycane.deployed", "giantlollipops.deployed", "goldframe.large", "goldframe.medium", "goldframe.small", "goldframe.standing", "goldmirror.large", "goldmirror.medium", "goldmirror.small", "goldmirror.standing", "gravestone.stone.deployed", "gravestone.wood.deployed", "graveyardfence", "green_berry.entity", "guntrap.deployed", "hazmat_youtooz.deployed", "hbhfsensor.deployed", "heavyscientist_youtooz.deployed", "hemp.entity", "hitchtrough.deployed", "hobobarrel.deployed", "huntingtrophylarge.deployed", "huntingtrophysmall.deployed", "icewall", "igniter.deployed", "industrial.wall.lamp.deployed", "industrial.wall.lamp.green.deployed", "industrial.wall.lamp.red.deployed", "industrialcombiner.deployed", "industrialconveyor.deployed", "industrialcrafter.deployed", "industrialsplitter.deployed", "innertube.deployed", "innertube.horse.deployed", "innertube.unicorn.deployed", "jackolantern.angry", "jackolantern.happy", "kayak", "ladder.wooden.wall", "landmine", "lantern.deployed", "large.rechargable.battery.deployed", "largecandleset", "laserdetector", "laserlight.deployed", "legacy.shelter.wood.deployed", "legacy_furnace", "lightupframe.large", "lightupframe.medium", "lightupframe.small", "lightupframe.standing", "lightupmirror.large", "lightupmirror.medium", "lightupmirror.small", "lightupmirror.standing", "lock.code", "lock.key", "locker.deployed", "mailbox.deployed", "medium.rechargable.battery.deployed", "microphonestand.deployed", "minecart.planter.deployed", "mining.pumpjack", "mining_quarry", "mixingtable.deployed", "mortarblue", "mortarchampagne", "mortargreen", "mortarorange", "mortarpattern", "mortarred", "mortarviolet", "newyeargong.deployed", "orswitch.entity", "paddlingpool.deployed", "photoframe.landscape", "photoframe.large", "photoframe.portrait", "piano.deployed", "pinata.deployed", "planter.large.deployed", "planter.small.deployed", "pookie_deployed", "potato.entity", "poweredwaterpurifier.deployed", "pressurepad.deployed", "ptz_cctv_deployed", "pumpkin.entity", "railroadplanter.deployed", "reactivetarget_deployed", "red_berry.entity", "refinery_small_deployed", "repairbench_deployed", "researchtable_deployed", "rfbroadcaster", "rfreceiver", "rockingchair.deployed", "rockingchair.rockingchair2.deployed", "rockingchair.rockingchair3.deployed", "romancandle", "romancandle-blue", "romancandle-green", "romancandle-violet", "rug.bear.deployed", "rug.deployed", "rustigeegg_a.deployed", "rustigeegg_b.deployed", "rustigeegg_c.deployed", "rustigeegg_d.deployed", "rustigeegg_e.deployed", "rustigeegg_f.deployed", "sam_site_turret_deployed", "scarecrow.deployed", "scrapframe.large", "scrapframe.medium", "scrapframe.small", "scrapframe.standing", "scrapmirror.large", "scrapmirror.medium", "scrapmirror.small", "scrapmirror.standing", "searchlight.deployed", "secretlabchair.deployed", "shelves", "shutter.metal.embrasure.a", "shutter.metal.embrasure.b", "shutter.wood.a", "sign.hanging", "sign.hanging.banner.large", "sign.hanging.ornate", "sign.huge.wood", "sign.large.wood", "sign.medium.wood", "sign.neon.125x125", "sign.neon.125x215", "sign.neon.125x215.animated", "sign.neon.xl", "sign.neon.xl.animated", "sign.pictureframe.landscape", "sign.pictureframe.portrait", "sign.pictureframe.tall", "sign.pictureframe.xl", "sign.pictureframe.xxl", "sign.pole.banner.large", "sign.post.double", "sign.post.single", "sign.post.town", "sign.post.town.roof", "sign.small.wood", "simplelight", "skull_door_knocker.deployed", "skull_fire_pit", "skullspikes.candles.deployed", "skullspikes.deployed", "skullspikes.pumpkin.deployed", "skulltrophy.deployed", "skulltrophy.jar.deployed", "skulltrophy.jar2.deployed", "skulltrophy.table.deployed", "skylantern.deployed", "skylantern.skylantern.green", "skylantern.skylantern.orange", "skylantern.skylantern.purple", "skylantern.skylantern.red", "sled.deployed", "sled.deployed.xmas", "sleepingbag_leather_deployed", "small_fuel_generator.deployed", "small_stash_deployed", "smallcandleset", "smallrechargablebattery.deployed", "smartalarm", "smartswitch", "snowmachine", "snowman.deployed", "sofa.deployed", "sofa.pattern.deployed", "solarpanel.large.deployed", "soundlight.deployed", "spiderweba", "spikes.floor", "spinner.wheel.deployed", "splitter", "spookyspeaker", "stocking_large_deployed", "stocking_small_deployed", "storage_barrel_a", "storage_barrel_b", "storage_barrel_c", "storageadaptor.deployed", "storagemonitor.deployed", "strobelight", "survivalfishtrap.deployed", "switch", "table.deployed", "telephone.deployed", "teslacoil.deployed", "timer", "torchholder.deployed", "trophy.deployed", "trophy_2023.deployed", "tunalight.deployed", "twitchrivals2023_desk", "twowaymirror.window", "vendingmachine.deployed", "volcanofirework", "volcanofirework-red", "volcanofirework-violet", "wall.external.high.ice", "wall.external.high.stone", "wall.external.high.wood", "wall.frame.cell", "wall.frame.cell.gate", "wall.frame.fence", "wall.frame.fence.gate", "wall.frame.garagedoor", "wall.frame.netting", "wall.frame.shopfront", "wall.frame.shopfront.metal", "wall.window.bars.metal", "wall.window.bars.toptier", "wall.window.bars.wood", "wall.window.glass.reinforced", "wantedposter.deployed", "wantedposter.wantedposter2", "wantedposter.wantedposter3", "wantedposter.wantedposter4", "watchtower.wood", "water.pump.deployed", "water_catcher_large", "water_catcher_small", "waterbarrel", "waterpurifier.deployed", "weaponrack_horizontal.deployed", "weaponrack_single1.deployed", "weaponrack_single2.deployed", "weaponrack_single3.deployed", "weaponrack_stand.deployed", "weaponrack_tall.deployed", "weaponrack_wide.deployed", "white_berry.entity", "windowgarland.deployed", "woodbox_deployed", "woodframe.large", "woodframe.medium", "woodframe.small", "woodframe.standing", "woodmirror.large", "woodmirror.medium", "woodmirror.small", "woodmirror.standing", "workbench1.deployed", "workbench2.deployed", "workbench3.deployed", "xmas.lightstring.deployed", "xmas_tree.deployed", "xorswitch.entity", "xylophone.deployed", "yellow_berry.entity", "_base_car_chassis.entity", "_basetrainwagon.entity", "_cardtable_base", "_snowmobilebase", "1module_cockpit", "1module_cockpit_armored", "1module_cockpit_with_engine", "1module_engine", "1module_flatbed", "1module_passengers_armored", "1module_rear_seats", "1module_storage", "1module_taxi", "2module_camper", "2module_car_spawned.entity", "2module_flatbed", "2module_fuel_tank", "2module_passengers", "3module_car_spawned.entity", "4module_car_spawned.entity", "attackhelicopter.entity", "blackjackmachine.caboose", "blackjackmachine.static", "car_2mod_01", "car_2mod_02", "car_2mod_03", "car_2mod_04", "car_2mod_05", "car_2mod_06", "car_2mod_07", "car_2mod_08", "car_3mod_01", "car_3mod_02", "car_3mod_03", "car_3mod_04", "car_3mod_05", "car_3mod_06", "car_3mod_07", "car_3mod_08", "car_3mod_09", "car_3mod_10", "car_3mod_11", "car_3mod_12", "car_4mod_01", "car_4mod_02", "car_4mod_03", "car_4mod_04", "car_4mod_05", "car_4mod_06", "car_4mod_07", "car_4mod_08", "car_4mod_09", "car_4mod_10", "car_4mod_11", "car_chassis_2module.entity", "car_chassis_3module.entity", "car_chassis_4module.entity", "cardtable.caboose", "cardtable.caboose_static", "cardtable.static_configa", "cardtable.static_configa_hidden", "cardtable.static_configb", "cardtable.static_configc", "cardtable.static_configd", "ch47.entity", "ch47scientists.entity", "chippyarcademachine.static", "locomotive.entity", "magnetcrane.entity", "minicopter.entity", "parachute", "rhib", "rowboat", "scraptransporthelicopter", "sedanrail.entity", "sedantest.entity", "snowmobile", "sofa.static", "sofa_pattern.static", "submarineduo.entity", "submarinesolo.entity", "testridablehorse", "tomahasnowmobile", "traincaboose.entity", "trainwagona.entity", "trainwagonb.entity", "trainwagonc.entity", "trainwagonunloadable.entity", "trainwagonunloadablefuel.entity", "trainwagonunloadableloot.entity", "tugboat", "twitchbus", "workcart.entity", "workcart_aboveground.entity", "workcart_aboveground2.entity" ], "Prefabs blacklist": [] }, "Team Options": { "Enable team offline protection sharing": true, "Mitigate damage by the team-mate who was offline the longest": false, "Include players that are whitelisted on Codelocks": false, "Prevent players from leaving or disbanding their team if at least one team member is offline": false, "Enable offline raid protection penalty for leaving or disbanding a team": true, "Penalty duration in hours": 12.0 }, "Command Options": { "Commands to check offline protection status": [ "ao", "orp" ], "Command to display offline raid protection information": "raidprot", "Command to fill the offline times of all players": "orp.fill.onlinetimes", "Command to update the permission status for all players.": "orp.update.permissions", "Command to change a player's offline time": "orp.test.offline", "Command to change a player's offline time to the current time": "orp.test.online", "Command to change a player's penalty duration": "orp.test.penalty" }, "Permission Options": { "Permission required to enable offline protection": "offlineraidprotection.protect", "Permission required to check offline protection status": "offlineraidprotection.check", "Permission required to use admin functions": "offlineraidprotection.admin" }, "Other Options": { "Play sound when damage is mitigated": true, "Asset path of the sound to be played": "assets/prefabs/locks/keypad/effects/lock.code.denied.prefab", "Display a game tip message when a prefab is protected": true, "Game tip message shows remaining protection time": false, "Message duration in seconds": 3.0 }, "Timezone Options": { "Timezone": "America/Chicago" }, "Version": { "Major": 1, "Minor": 1, "Patch": 12 } }
  17. Snaplatack

    AAlertRaid

    So if I get this, it will send alert to the player that they are getting raided through rust+? And do they have to use the /raid command to enable this?
  18. Suggestion: When spawning vehicles, have the vehicle come with fuel/parts for it
  19. Yes. I was doing all of it. I would claim a zone, build open the menu to fly and do god mode, and click f to turn flying on and off. Then after a little bit of using it like someone would, everything would slow down and eventually nothing would work
  20. Okay. Thank you.
  21. Can I send on discord? Sent in a Codefling message
  22. I also see [Creative] 0.500061, [Creative] 10.99353, [Creative] 1.637573, in console whenever I have massive lag spikes. When I hit F, it usually doesnt show this, (unless F is spammed) Spamming F shows this, Calling 'OnPlayerInput' on 'Creative v1.1.1992' took average 2196ms (CPU Usage goes from 10% to 35-42% when F key is spammed), and everything is frozen. I can move but cant do anything like build, switch out of flying, etc. After Disconnecting from the server since I cannot do anything, I get this error when I try to rejoin. I dont see the [Creative] Numbers, anymore tho because the server is locked up and requires a restart to let me back on.
  23. Snaplatack

    Pressing F lags my Server

    Hello @Ryuk_. I am having a weird issue where everytime I hit `F` to fly, my entire server lags and I see a spike in network usage. When I click fly on the menu, the issue doesnt occur. I have asked my host if its a DDOS attack and am waiting to hear back. Just seeing if anyone else has had this issue. Now seeing it when claiming zones. Those take like 10-20s to load to a point where I can build.
  24. Snaplatack

    Custom Buttons

    So it only supports chat commands. When you put the command in the config, it only executes the command in chat. There is no option to run in game console commands via the config.
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.2k

Files Sold

Total number of files sold.

2.5m

Payments Processed

Total payments processed.

×
×
  • 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.