{"id":20023024,"url":"https://github.com/kaiijumc/kaiiview","last_synced_at":"2025-05-05T01:31:42.536Z","repository":{"id":152803711,"uuid":"607292327","full_name":"KaiijuMC/Kaiiview","owner":"KaiijuMC","description":"Dynamic view distance based on MSPT. Paper and above.","archived":false,"fork":false,"pushed_at":"2023-04-17T08:52:23.000Z","size":181,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-04T13:11:48.360Z","etag":null,"topics":["minecraft","optimisation","paper","plugin","server"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KaiijuMC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-02-27T17:47:17.000Z","updated_at":"2024-05-20T00:23:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e5a4a27-6f29-4b51-9f67-19354ab25c41","html_url":"https://github.com/KaiijuMC/Kaiiview","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.2222222222222222,"last_synced_commit":"bccfe838a0f7a27aa8b88d09f90946f9e7987920"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaiijuMC%2FKaiiview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaiijuMC%2FKaiiview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaiijuMC%2FKaiiview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaiijuMC%2FKaiiview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaiijuMC","download_url":"https://codeload.github.com/KaiijuMC/Kaiiview/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252423323,"owners_count":21745570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","optimisation","paper","plugin","server"],"created_at":"2024-11-13T08:44:02.955Z","updated_at":"2025-05-05T01:31:42.087Z","avatar_url":"https://github.com/KaiijuMC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kaiiview\n\n## About\nDynamic view and simulation distances based on MSPT.\n\n## Config\n```yaml\n# Configuration for Kaiiview.\n# Github: https://github.com/KaiijuMC/Kaiiview\n\n# Please don't change this!\nversion: 1\n\n# How many ticks between MSPT checks\nmspt-check-frequency: 200\n\n# How many ticks between AFK checks\nafk-check-frequency: 20\n\n# Per world configuration\nworld:\n  default:\n    # MSPT dynamic distances\n    mspt-settings:\n      # Simulation distance management\n      simulation-distance:\n        # Should we manage simulation distance ?\n        apply: true\n        # How many checks passed before increasing simulation distance\n        checks-increase: 10\n        # How many checks passed before decreasing simulation distance\n        checks-decrease: 1\n        # Below this value we'll increase simulation distance\n        mspt-increase: 40\n        # Above this value we'll decrease simulation distance\n        mspt-decrease: 45\n        # Minimum simulation distance (YOU MIGHT WANT TO CHANGE THIS)\n        min-value: 8\n        # Maximum simulation distance (YOU MIGHT WANT TO CHANGE THIS)\n        max-value: 12\n      # View distance management\n      view-distance:\n        # Should we manage view distance ?\n        apply: true\n        # How many checks passed before increasing view distance\n        checks-increase: 10\n        # How many checks passed before decreasing view distance\n        checks-decrease: 1\n        # Below this value we'll increase view distance\n        mspt-increase: 40\n        # Above this value we'll decrease view distance\n        mspt-decrease: 45\n        # Minimum view distance (YOU MIGHT WANT TO CHANGE THIS)\n        min-value: 10\n        # Maximum view distance (YOU MIGHT WANT TO CHANGE THIS)\n        max-value: 16\n    # AFK dynamic distances\n    afk-settings:\n      # Ticks before setting an user AFK\n      duration: 120\n      # Simulation distance management\n      simulation-distance:\n        # Should we manage simulation distance ?\n        apply: true\n        # AFK simulation distance (YOU MIGHT WANT TO CHANGE THIS)\n        value: 8\n      view-distance:\n        # Should we manage view distance ?\n        apply: true\n        # AFK view distance (YOU MIGHT WANT TO CHANGE THIS)\n        value: 4\n```\n\n## Building\n\n1. Clone Kaiiview and build\n```bash\ngit clone https://github.com/KaiijuMC/Kaiiview.git\ncd Kaiiview\n./gradlew clean build\n```\n\n2. Find jar in `./build/libs`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiijumc%2Fkaiiview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaiijumc%2Fkaiiview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiijumc%2Fkaiiview/lists"}