{"id":14969489,"url":"https://github.com/denizenscript/denizen","last_synced_at":"2025-05-16T04:04:18.261Z","repository":{"id":2628620,"uuid":"3615238","full_name":"DenizenScript/Denizen","owner":"DenizenScript","description":"NPC and general Spigot scripting, using the Denizen Scripting Language!","archived":false,"fork":false,"pushed_at":"2025-05-14T10:50:55.000Z","size":48894,"stargazers_count":223,"open_issues_count":21,"forks_count":109,"subscribers_count":18,"default_branch":"dev","last_synced_at":"2025-05-14T11:51:44.332Z","etag":null,"topics":["bukkit","citizens","denizen","java","npc"],"latest_commit_sha":null,"homepage":"https://denizenscript.com/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DenizenScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"mcmonkey4eva"}},"created_at":"2012-03-04T01:33:07.000Z","updated_at":"2025-05-14T10:50:59.000Z","dependencies_parsed_at":"2024-01-07T03:24:54.328Z","dependency_job_id":"4bfb9117-d522-4ba9-b3e6-29665a9fa209","html_url":"https://github.com/DenizenScript/Denizen","commit_stats":{"total_commits":9396,"total_committers":77,"mean_commits":"122.02597402597402","dds":0.7293529161345254,"last_synced_commit":"144ce402d8985777e9c6d2b11337faa9bc98b420"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenizenScript","download_url":"https://codeload.github.com/DenizenScript/Denizen/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254464891,"owners_count":22075570,"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":["bukkit","citizens","denizen","java","npc"],"created_at":"2024-09-24T13:41:56.135Z","updated_at":"2025-05-16T04:04:18.243Z","avatar_url":"https://github.com/DenizenScript.png","language":"Java","readme":"The Denizen Scripting Language - Spigot Impl\r\n--------------------------------------------\r\n\r\nAn implementation of the Denizen Scripting Language for Spigot servers, with strong Citizens interlinks to emphasize the power of using Denizen with NPCs!\r\n\r\n**Version 1.3.1**: Compatible with Spigot 1.17.1, 1.18.2, 1.19.4, 1.20.6, and 1.21.5!\r\n\r\n**Learn about Denizen from the Beginner's guide:** https://guide.denizenscript.com/guides/background/index.html\r\n\r\n#### Download Links:\r\n\r\n- **Release builds**: https://ci.citizensnpcs.co/job/Denizen/\r\n- **Developmental builds**: https://ci.citizensnpcs.co/job/Denizen_Developmental/\r\n- **SpigotMC - VERY SLOW releases**: https://www.spigotmc.org/resources/denizen.21039/\r\n\r\n#### Need help using Denizen? Try one of these places:\r\n\r\n- **Discord** - chat room (Modern, strongly recommended): https://discord.gg/Q6pZGSR\r\n- **Denizen Home Page** - a link directory (Modern): https://denizenscript.com/\r\n- **Forum and script sharing** (Modern): https://forum.denizenscript.com/\r\n- **Meta Documentation** - command/tag/event/etc. search (Modern): https://meta.denizenscript.com/\r\n- **Beginner's Guide** - text form (Modern): https://guide.denizenscript.com/\r\n\r\n#### Also check out:\r\n\r\n- **Citizens2 (NPC support)**: https://github.com/CitizensDev/Citizens2/\r\n- **Depenizen (Other plugin support)**: https://github.com/DenizenScript/Depenizen\r\n- **dDiscordBot (Adds a Discord bot to Denizen)**: https://github.com/DenizenScript/dDiscordBot\r\n- **DenizenCore (Our core, needed for building)**: https://github.com/DenizenScript/Denizen-Core\r\n- **DenizenVSCode (extension for writing Denizen scripts in VS Code)**: https://github.com/DenizenScript/DenizenVSCode\r\n\r\n### Building\r\n\r\n- Built against JDK 17, using maven `pom.xml` as project file.\r\n- Requires building all listed versions of Spigot via Spigot BuildTools: https://www.spigotmc.org/wiki/buildtools/\r\n\r\n### Maven\r\n\r\n```xml\r\n    \u003crepository\u003e\r\n        \u003cid\u003ecitizens-repo\u003c/id\u003e\r\n        \u003curl\u003ehttps://maven.citizensnpcs.co/repo\u003c/url\u003e\r\n    \u003c/repository\u003e\r\n    \u003cdependencies\u003e\r\n        \u003cdependency\u003e\r\n            \u003cgroupId\u003ecom.denizenscript\u003c/groupId\u003e\r\n            \u003cartifactId\u003edenizen\u003c/artifactId\u003e\r\n            \u003cversion\u003e1.3.1-SNAPSHOT\u003c/version\u003e\r\n            \u003ctype\u003ejar\u003c/type\u003e\r\n            \u003cscope\u003eprovided\u003c/scope\u003e\r\n            \u003cexclusions\u003e\r\n                \u003cexclusion\u003e\r\n                    \u003cgroupId\u003e*\u003c/groupId\u003e\r\n                    \u003cartifactId\u003e*\u003c/artifactId\u003e\r\n                \u003c/exclusion\u003e\r\n            \u003c/exclusions\u003e\r\n        \u003c/dependency\u003e\r\n    \u003c/dependencies\u003e\r\n```\r\n\r\n### Licensing pre-note:\r\n\r\nThis is an open source project, provided entirely freely, for everyone to use and contribute to.\r\n\r\nIf you make any changes that could benefit the community as a whole, please contribute upstream.\r\n\r\n### The short of the license is:\r\n\r\nYou can do basically whatever you want, except you may not hold any developer liable for what you do with the software.\r\n\r\n### Previous License\r\n\r\nCopyright (C) 2012-2013 Aufdemrand, All Rights Reserved.\r\n\r\nCopyright (C) 2013-2019 The Denizen Script Team, All Rights Reserved.\r\n\r\n### The long version of the license follows:\r\n\r\nThe MIT License (MIT)\r\n\r\nCopyright (c) 2019-2024 The Denizen Script Team\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n","funding_links":["https://github.com/sponsors/mcmonkey4eva"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenizenscript%2Fdenizen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenizenscript%2Fdenizen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenizenscript%2Fdenizen/lists"}