Skip to content

MarketPlace is a plugin where all players can buy or/and sell their items with commands and GUI interface.

License

Notifications You must be signed in to change notification settings

valenvaio/MarketPlace

 
 

Repository files navigation

MarketPlace

GitHub Workflow Status (branch) Sonar Quality Gate Sonar Coverage GitHub release (latest by date) GitHub repo size Lines of code GitHub license

MarketPlace is a plugin where all players can buy or/and sell their items with commands and GUI interface.

This project use Kotlin (typesafe and modern language).

Requirements

  • Java 8
  • MySQL 8.0 (Optional now, since MarketPlace 1.6.0 has SQLite support)
  • Vault

Build

MarketPlace use Gradle 7, to build use these commands :

bash ./install-dependency-in-cache.sh
sh ./buildtools.sh 1.16.5
sh ./buildtools.sh 1.17.1 (be careful you need java 16 to execute buildtools for 1.17)
./gradlew clean build

Supported Minecraft versions

MC Version Supported
1.19
1.18.2
1.17.1
1.16.5
1.15.2
1.14.4
1.13.2
1.12.2

Wiki

Commands and Permissions
Configuration

Community Discord

Discord : https://discord.gg/gWe5u3A

License

GPLv3

About

MarketPlace is a plugin where all players can buy or/and sell their items with commands and GUI interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 97.4%
  • Shell 2.6%