{"id":19336347,"url":"https://github.com/cuberite/core","last_synced_at":"2025-04-23T01:30:43.298Z","repository":{"id":9743992,"uuid":"11706426","full_name":"cuberite/Core","owner":"cuberite","description":"Plugin for Cuberite that implements default commands and some additional functionality","archived":false,"fork":false,"pushed_at":"2024-05-23T14:03:07.000Z","size":693,"stargazers_count":66,"open_issues_count":16,"forks_count":41,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-02T06:03:24.002Z","etag":null,"topics":["plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cuberite.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2013-07-27T14:59:53.000Z","updated_at":"2025-03-26T15:38:33.000Z","dependencies_parsed_at":"2024-03-24T17:43:04.092Z","dependency_job_id":null,"html_url":"https://github.com/cuberite/Core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuberite%2FCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuberite%2FCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuberite%2FCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuberite%2FCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuberite","download_url":"https://codeload.github.com/cuberite/Core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250352143,"owners_count":21416448,"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":["plugin"],"created_at":"2024-11-10T03:10:42.549Z","updated_at":"2025-04-23T01:30:42.972Z","avatar_url":"https://github.com/cuberite.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"Implements some of the basic commands needed to run a simple server.\n\n# Commands\n\n### General\n| Command | Permission | Description |\n| ------- | ---------- | ----------- |\n|/about | core.version | Shows the server software version.|\n|/ban | core.ban | Bans a player.|\n|/clear | core.clear | Clears the inventory of a player.|\n|/difficulty | core.difficulty | Changes the difficulty level of the world you're located in.|\n|/deop | core.unrank | Add a player to the default rank.|\n|/do | core.do | Runs a command as a player.|\n|/effect | core.effect | Adds an effect to a player.|\n|/enchant | core.enchant | Adds an enchantment to a specified player's held item.|\n|/gamemode | core.changegm | Changes a player's gamemode.|\n|/give | core.give | Gives an item to a player.|\n|/help | core.help | Shows available commands.|\n|/ienchant | core.enchant.self | Adds an enchantment to an item.|\n|/item | core.item | Gives your player an item.|\n|/kick | core.kick | Kicks a player.|\n|/kill | core.kill | Kills a player.|\n|/list | core.list | Shows a list of connected players.|\n|/listgroups | core.listgroups | Shows a list of the available groups.|\n|/listranks | core.listranks | Shows a list of the available ranks.|\n|/me | core.me | Broadcasts what you are doing.|\n|/motd | core.motd | Shows the message of the day.|\n|/op | core.rank | Add a player to the administrator rank.|\n|/plugins | core.plugins | Shows a list of the plugins.|\n|/portal | core.portal | Moves your player to a different world.|\n|/r | core.tell | Replies to the latest private message you received.|\n|/rank | core.rank | Shows or sets a player's rank.|\n|/regen | core.regen | Regenerates a chunk.|\n|/reload | core.reload | Reloads all plugins.|\n|/save-all | core.save-all | Saves all worlds.|\n|/say | core.say | Sends a message in the chat to other players.|\n|/seed | core.seed | Shows the seed of the given world name or current world, if not given.|\n|/setspawn | core.setspawn | Changes the world's spawn point.|\n|/spawn | core.spawn | Returns a player to the spawn point.|\n|/spawnpoint | core.spawnpoint | Sets the spawn point for a player.|\n|/stop | core.stop | Stops the server.|\n|/sudo | core.sudo | Runs a command as a player, ignoring permissions.|\n|/summon | core.summon | Summons an entity in the world.|\n|/tell | core.tell | Sends a private message to a player.|\n|/time |  | Sets or displays the time.|\n|/time add | core.time.set | Adds a given value to the current time.|\n|/time day | core.time.set | Sets the time to day.|\n|/time night | core.time.set | Sets the time to night.|\n|/time query daytime | core.time.query.daytime | Displays the current time.|\n|/time query gametime | core.time.query.gametime | Displays the amount of time elapsed since start.|\n|/time set | core.time.set | Sets the time to a given value.|\n|/toggledownfall | core.toggledownfall | Toggles the weather between clear skies and rain.|\n|/tp | core.teleport | Teleports your player to another player.|\n|/tps | core.tps | Returns the tps (ticks per second) from the server.|\n|/unban | core.unban | Unbans a player.|\n|/unrank | core.unrank | Add a player to the default rank.|\n|/unsafegive | core.give.unsafe | Gives an item to a player, even if the item is blacklisted.|\n|/unsafeitem | core.item.unsafe | Gives your player an item, even if the item is blacklisted.|\n|/version | core.version | Shows the server software version.|\n|/viewdistance | core.viewdistance | Changes your view distance.|\n|/weather | core.weather | Changes the world's weather.|\n|/whitelist |  | Manages the whitelist.|\n|/whitelist add | core.whitelist | Adds a player to the whitelist.|\n|/whitelist list | core.whitelist | Shows a list of all players on the whitelist.|\n|/whitelist off | core.whitelist | Turns whitelist processing off.|\n|/whitelist on | core.whitelist | Turns whitelist processing on.|\n|/whitelist remove | core.whitelist | Removes a player from the whitelist.|\n|/worlds | core.worlds | Shows a list of all the worlds.|\n\n\n\n# Permissions\n| Permissions | Description | Commands | Recommended groups |\n| ----------- | ----------- | -------- | ------------------ |\n| core.ban |  | `/ban` |  |\n| core.changegm | Allows players to change gamemodes. | `/gamemode` | admins |\n| core.clear |  | `/clear` |  |\n| core.difficulty |  | `/difficulty` |  |\n| core.do |  | `/do` |  |\n| core.effect |  | `/effect` |  |\n| core.enchant | Allows players to add an enchantment to a player's held item. | `/enchant` | admins |\n| core.enchant.self | Allows players to add an enchantment to their own held item. | `/ienchant` | admins |\n| core.give | Allows players to give items to other players. | `/give` | admins |\n| core.give.unsafe | Allows players to give items to other players, even if the item is blacklisted. | `/unsafegive` | none |\n| core.help |  | `/help` |  |\n| core.item | Allows players to give items to themselves. | `/item` | admins |\n| core.item.unsafe | Allows players to give items to themselves, even if the item is blacklisted. | `/unsafeitem` | none |\n| core.kick |  | `/kick` |  |\n| core.kill |  | `/kill` |  |\n| core.list |  | `/list` |  |\n| core.listgroups |  | `/listgroups` |  |\n| core.listranks |  | `/listranks` |  |\n| core.me |  | `/me` |  |\n| core.motd |  | `/motd` |  |\n| core.plugins |  | `/plugins` |  |\n| core.portal |  | `/portal` |  |\n| core.rank |  | `/rank`, `/op` |  |\n| core.regen |  | `/regen` |  |\n| core.reload |  | `/reload` |  |\n| core.save-all |  | `/save-all` |  |\n| core.say |  | `/say` |  |\n| core.seed |  | `/seed` |  |\n| core.setspawn |  | `/setspawn` |  |\n| core.spawn |  | `/spawn` |  |\n| core.spawnpoint |  | `/spawnpoint` |  |\n| core.stop |  | `/stop` |  |\n| core.sudo |  | `/sudo` |  |\n| core.summon |  | `/summon` |  |\n| core.teleport |  | `/tp` |  |\n| core.tell |  | `/r`, `/tell` |  |\n| core.time.query.daytime | Allows players to display the time of day. | `/time query daytime` | everyone |\n| core.time.query.gametime | Allows players to display how long the world has existed. | `/time query gametime` |  |\n| core.time.set | Allows players to set the time of day. | `/time night`, `/time day`, `/time set`, `/time add` | admins |\n| core.toggledownfall | Allows players to toggle the weather between clear skies and rain. | `/toggledownfall` | admins |\n| core.tps |  | `/tps` |  |\n| core.unban |  | `/unban` |  |\n| core.unrank |  | `/deop`, `/unrank` |  |\n| core.version |  | `/version`, `/about` |  |\n| core.viewdistance |  | `/viewdistance` |  |\n| core.weather | Allows players to change the weather. | `/weather` | admins |\n| core.whitelist | Allows players to manage the whitelist. | `/whitelist off`, `/whitelist list`, `/whitelist remove`, `/whitelist on`, `/whitelist add` | admins |\n| core.worlds |  | `/worlds` |  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuberite%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuberite%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuberite%2Fcore/lists"}