Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xhyrom/peddlerspocket
Sell items effortlessly with the /sell command. Open GUI, add items, and watch them sell instantly. Boost your server's economy now!
https://github.com/xhyrom/peddlerspocket
economy gui minecraft paper plugin purpur sell server spigot
Last synced: 21 days ago
JSON representation
Sell items effortlessly with the /sell command. Open GUI, add items, and watch them sell instantly. Boost your server's economy now!
- Host: GitHub
- URL: https://github.com/xhyrom/peddlerspocket
- Owner: xhyrom
- License: mit
- Created: 2023-03-26T11:57:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T13:09:40.000Z (4 months ago)
- Last Synced: 2024-10-06T05:41:11.655Z (about 1 month ago)
- Topics: economy, gui, minecraft, paper, plugin, purpur, sell, server, spigot
- Language: Java
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Peddler's Pocket
**Peddler's Pocket** is a plugin that makes the item selling experience easier. With its powerful "/sell" command and user-friendly GUI, it streamlines the process and maximizes your server's economy. Say goodbye to manual selling and embrace the convenience and efficiency of this exceptional plugin.
## Commands
- `/sell` - Opens the sell gui
## Permissions
- `peddlerspocket.sell` - Allows you to use /sell command
- `peddlerspocket.gui.giant` - Sell gui with 54 slots
- `peddlerspocket.gui.huge` - Sell gui with 45 slots
- `peddlerspocket.gui.large` - Sell gui with 36 slots
- `peddlerspocket.gui.medium` - Sell gui with 27 slots
- `peddlerspocket.gui.small` - Sell gui with 18 slots
- **without** permission - Sell gui with 9 slots## Development
1. Clone this repository: `git clone https://github.com/xHyroM/peddlerspocket.git`
2. Open project in Intellij Idea### Contributing
To contribute to this project, please follow the [standard Git workflow](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository#The-Standard-Git-Workflow) and [CONTRIBUTING](./CONTRIBUTING.md).
1. Fork this repository
2. Create a new branch for your changes: `git checkout -b my-feature`
3. Commit your changes: `git commit -am "Add my feature"`
4. Push the branch: `git push origin my-feature`
5. Open a pull request### License
This project is licensed under the [MIT License](./LICENSE).