Happy Christmas
» Description
» Christmas presents works basis of different types of gifts , you can create all kinds of gift folder category from creating a new file using the template already created, the plugin is fully configurable and any errors will be resolved simply .» gifts.admin.*
» Features
» Create so much gifts
» All gifts is a configurables
» All rewards configurables
» Custom textures of gift
» Economy Vault Support
» Event API
» Permissions
» gifts.admin.giveall
» gifts.admin.give
» Commands
» /gifts giveall <giftname> <amount>
» /gifts give <player> <giftname> <amount>
» /gifts list
» Use
- Go to gift folder
![]()
- When you open a folder create a new .yml file with a your giftname
![]()
- For create a .yml using a right click create new file
- When you create a file open a <giftname>.yml
- Now using this template for create a gift
Code (Text):item-gift:
options:
cost-per-use-enabled: true
cost-per-use: 500
permission-needed-enabled: true
permissions-needed: ultra.gift
displayName: '&b&lUltra Gift &7(Placed in block)'
itemLore:
- '&7Hello can you open this?'
- '&bThanks you!'
- '&eMERRY CHRISTMAS!'
message: '&cYou open a ultra gift'
commands-rewards:
- 'give %player% 388 20'
- 'give %player% 388 40'
- 'eco give %player% 200000'
- 'eco give %player% 4000000'
» Event API
Code (Text):@EventHandler
public void onGiftEvent(GiftEvent event){
event.getGift();
event.getPlayer();
event.setCancelled(true);
event.isCancelled();
}

Christmas Gifts 1.0.1
New and Improved Christmas Gifts!