{"id":15174302,"url":"https://github.com/coderandommc/coderandom-economy","last_synced_at":"2026-02-28T19:31:01.066Z","repository":{"id":251040463,"uuid":"836190584","full_name":"CodeRandomMC/CodeRandom-Economy","owner":"CodeRandomMC","description":"A simple lightweight economy system using vault with option of MySQL or Json requires CodeRandom-Core nad Vault","archived":false,"fork":false,"pushed_at":"2024-08-02T15:16:28.000Z","size":758,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-01T11:09:41.622Z","etag":null,"topics":["minecraft","minecraft-plugin","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"https://github.com/D4RKJ0K3R17/CodeRandom-Economy","language":"Java","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/CodeRandomMC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-07-31T10:35:43.000Z","updated_at":"2024-08-02T15:16:32.000Z","dependencies_parsed_at":"2024-08-04T23:11:15.342Z","dependency_job_id":"94e6ad0c-fc02-49b8-94e5-ac4be29ed0fc","html_url":"https://github.com/CodeRandomMC/CodeRandom-Economy","commit_stats":null,"previous_names":["d4rkj0k3r17/coderandom-economy","coderandommc/coderandom-economy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRandomMC%2FCodeRandom-Economy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRandomMC%2FCodeRandom-Economy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRandomMC%2FCodeRandom-Economy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRandomMC%2FCodeRandom-Economy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeRandomMC","download_url":"https://codeload.github.com/CodeRandomMC/CodeRandom-Economy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239985689,"owners_count":19729512,"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","minecraft-plugin","spigot","spigot-plugin"],"created_at":"2024-09-27T11:42:51.315Z","updated_at":"2025-11-10T19:03:30.660Z","avatar_url":"https://github.com/CodeRandomMC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/D4RKJ0K3R17/CodeRandom-Economy/blob/master/logo.png?raw=true\" alt=\"CodeRandom Economy Logo\" width=\"256\" height=\"256\"\u003e\n\u003c/p\u003e\n\n# CodeRandom-Economy\nA simple, lightweight economy system for Minecraft using Vault, with support for MySQL or JSON storage. This plugin requires CodeRandom-Core and Vault.\n\n## Features\n\n- Lightweight and easy to use\n- Supports MySQL and JSON storage options\n- Integrates with Vault for economy management\n\n## Requirements\n\n- [CodeRandom-Core](https://github.com/D4RKJ0K3R17/CodeRandom-Core/releases)\n- [Vault](https://dev.bukkit.org/projects/vault)\n\n## Installation\n\n1. Download the latest release from the [Releases](https://github.com/D4RKJ0K3R17/CodeRandom-Economy/releases) page.\n2. Place the JAR file in your Minecraft server's `plugins` directory, And the required Vault and CodeRandom-Core.\n3. Restart the server to generate the default configuration files.\n4. Configure the plugin as needed in the generated config files.\n\n## Installation (BungeeCord/Waterfall) WARNING: EXPERIMENTAL\n\n1. Download the latest release from the [Releases](https://github.com/D4RKJ0K3R17/CodeRandom-Economy/releases) page.\n2. Place the JAR file in your BungeeCord/Waterfall server's `plugins` directory, And the required Vault and CodeRandom-Core.\n3. Restart the server to generate the default configuration files.\n4. In the CodeRandom-Core config, set up MySQL and ensure it is enabled and each server connected to the same database in the CodeRandom-Economy config. Also, set `autosave_interval` to 0.\n\n## Configuration\n\nRefer to the `config.yml` file for detailed configuration options. You can choose between MySQL and JSON for data storage, depending on your settings in the CodeRandom-Core configs.\n\n## Commands\n\n### Default\n- `/balance` - Check your current balance.\n- `/pay \u003cplayer\u003e \u003camount\u003e` - Pay another player.\n\n### Admin\n- `/economy` - Shows the commands available to work with the economy.\n- `/economy balance \u003cplayer\u003e` - Shows the player's balance.\n- `/economy set \u003cplayer\u003e \u003camount\u003e` - Set a player's balance.\n- `/economy deposit \u003cplayer\u003e \u003camount\u003e` - Deposit money into a player's account.\n- `/economy withdraw \u003cplayer\u003e \u003camount\u003e` - Withdraw money from a player's account.\n\n## Permissions\nChild commands are granted if the parent command is given.\n\n- `code_random.economy.admin` - Access to administrative economy commands.\n  - `code_random.economy.admin.balance` - Access to `/economy \u003cplayer\u003e`\n  - `code_random.economy.admin.set` - Access to `/economy set \u003cplayer\u003e \u003camount\u003e`\n  - `code_random.economy.admin.deposit` - Access to `/economy deposit \u003cplayer\u003e \u003camount\u003e`\n  - `code_random.economy.admin.withdraw` - Access to `/economy withdraw \u003cplayer\u003e \u003camount\u003e`\n- `code_random.economy.user` - Access to basic economy commands like checking balance and paying players.\n  - `code_random.economy.user.balance` - Access to `/balance`\n  - `code_random.economy.user.pay` - Access to `/pay \u003cplayer\u003e \u003camount\u003e`\n\n## Issues and Contributions\n\nFeel free to open issues and contribute to the project by submitting pull requests. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License.\n\n## Acknowledgments\n\n- [Vault](https://dev.bukkit.org/projects/vault) - Economy API\n- [CodeRandom-Core](https://github.com/your-link-to-coderandom-core) - Core functionalities\n\nFor more information, visit the [GitHub repository](https://github.com/D4RKJ0K3R17/CodeRandom-Economy).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderandommc%2Fcoderandom-economy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderandommc%2Fcoderandom-economy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderandommc%2Fcoderandom-economy/lists"}