Do you want to add some features? Write me in private!
Using this plugin, you can import a new type of splashable potion into your server, which causes the inventory of the affected player to fade.
The idea is to create a new type of debuff, which to be able to remove it you need to finish a kind of minigame. This debuff allows attacking players to be able to kill the opponent without him having the opportunity to cure himself or use any object in his inventory (for example if he has enderpearls he will not be able to use them since they will have vanished temporarily).
/getinvfleepotion (Need the permission below to exec)
wheresmyinv.getinvfleepotion
Code (YAML):
#--------------------------------------------------------------------# # WheresMyInv Configuration File # #--------------------------------------------------------------------# # Configure to your liking # # - # # For more information click here: # # https://www.spigotmc.org/resources/wheresmyinv.105972/ # #--------------------------------------------------------------------# potion:
name: '&6Inventory vanishing potion'
# Change the display name of the potion. duration: 5
# Change the duration of the BLINDNESS effect in seconds.
#--------------------------------------------------------------------# chest:
name : '&6Click here to get your items!'
# Change the display name of the chest containing the items.
#--------------------------------------------------------------------# # Developed by Bombardd # #--------------------------------------------------------------------#