Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norbit4/playermarket
Advanced player market plugin to game minecraft
https://github.com/norbit4/playermarket
bukkit economy java market minecraft paper plugin shop shops spigot vault
Last synced: about 1 month ago
JSON representation
Advanced player market plugin to game minecraft
- Host: GitHub
- URL: https://github.com/norbit4/playermarket
- Owner: Norbit4
- License: gpl-3.0
- Created: 2023-11-03T14:08:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-05T15:28:55.000Z (about 2 months ago)
- Last Synced: 2024-11-05T16:37:45.860Z (about 2 months ago)
- Topics: bukkit, economy, java, market, minecraft, paper, plugin, shop, shops, spigot, vault
- Language: Java
- Homepage:
- Size: 286 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![License: GPL v3](https://img.shields.io/badge/license-GPLv3-orange.svg)](https://github.com/Norbit4/DiscordMc/blob/master/LICENSE)
[![Github tag](https://badgen.net/github/tag/Norbit4/PlayerMarket)](https://github.com/Norbit4/PlayerMarket/tags/)
[![Github all releases](https://img.shields.io/github/downloads/Norbit4/PlayerMarket/total.svg)](https://GitHub.com/Norbit4/PlayerMarket/releases/)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0c23b77e9cd8475fa12780c3d5cdbcca)](https://app.codacy.com/gh/Norbit4/PlayerMarket/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
Used Languages and Tools:
Player Market
A Minecraft plugin that facilitates easier player-to-player trading through a simple GUI, with straightforward configuration and developer support on a dedicated Discord server, making it incredibly user-friendly and accessible.Table of contents
- [Features](#features)
- [Screenshots](#screenshots)
- [Commands](#commands)
- [Plaeholders](#placeholders)
- [Download](https://github.com/Norbit4/PlayerMarket/releases/latest)
- [Config](https://github.com/Norbit4/PlayerMarket/blob/master/src/main/resources/config.yml)Features
> [!note]
> - Support **Vault** and **PlayerPoints**
> - Lightweight
> - **Easy setup**
> - Real time view
> - Support **multi** servers
> - Auctions limit
> - Highly optimized
> - Permissions
> - **Full Configurable**Screenshots
Click me
Commands
> [!note]
> All comands prefix and permissions are configurableCommand | Default permission | Info |
--- | --- | --- |
**/market** | *playermarket.command.market* | Opens the global market |
**/offer [price]** | *playermarket.command.offer* | Offer item |
**/playermarket** | *playermarket.command.main.help* | Help info |
**/playermarket reload** | *playermarket.command.main.reload* | Reload plugin |
**/playermarket cleardata [player]** | *playermarket.command.main.clear* | Clear data for player |Placeholders
> [!warning]
> To use placeholders you need the [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) pluginPlaceholder | Info |
--- | --- |
**%playermarket_player_limit%** | Returns player offers limit |
**%playermarket_player_offers%** | Returns player active offers |
**%playermarket_player_sold%** | Returns player last sold items |
**%playermarket_player_earned%** | Returns player last money earned |
**%playermarket_player_all_sold%** | Returns player all-time sold items |
**%playermarket_player_all_earned%** | Returns player all-time money earned |