- This is a plugin that allows admin to copy their inventory as a gift packages and publish to five different permission groups, these permission groups can claim these packages with a command with the predefined permissions.
- Allow admin to copy their inventory with /packgift command
- Allow admin to define the expiration date and permission group for a certain package
- Allow admin to publish their gift package
- Allow players to claim the gift package
- This plugin doesn't have a predefined coding style
- Paper Spigot Engine
- /gifts
- Allow Players to claim a gift
- /packgift <permission group(level1, level2, level3, level4, level5)>
- Allow admin to create a giftpackage from their inventory data and define the expiration date, and permission group
- This plugin have five different permission group, level 1,2,3,4, and 5.
- These permission groups can be assigned to different users via any permission plugins.
- These are the permission code
premiumgift.level1
premiumgift.level2
premiumgift.level3
premiumgift.level4
premiumgift.level5
- This installation guide is for Debian linux only, windows please download the newest jar file from https://github.com/2B2TMCBE/2b2tpe/releases and then proceed to step 7.
- require installation of Paper Spigot.
- Download maven using this command:
sudo apt-get install maven - After installation, run this command to clone this git repository:
git clone https://github.com/2B2TMCBE/premium-gift-package.git - Change directory to the plugin's base directory, which contains the file named pom.xml
- Run this command to compile the plugin using maven
mvn clean package - Wait until the compiling process is completed, a new directory named
targetshould now be created, nevigate into target. - move the jar file named
premium_gift-1.0-SNAPSHOT-shaded.jarinto Paper's server directory, move it into a directory named plugins. - Restart the server, the plugin should be installed.
- This project is open to pull request and everyone can use, fork, make private, or modify this plugin
MIT License